Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2023 05:07:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 272564] FIRECRACKER fails to link kernel: undefined symbol: memdesc_ccb
Message-ID:  <bug-272564-227-s6ktYDOEZF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272564-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272564-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272564

John Baldwin <jhb@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |Closed
         Resolution|---                         |FIXED

--- Comment #4 from John Baldwin <jhb@FreeBSD.org> ---
Should be fixed by:

commit c5312bd79e66ce8ef50655ce7f3eca06d6b6e24f
Author: John Baldwin <jhb@FreeBSD.org>
Date:   Tue Jul 18 18:19:27 2023 -0700

    cam: Move bus_dmamap_load_ccb into cam.c.

    This routine is specific to CAM and no longer assumes any internal
    bus_dma knowledge as it is simple wrapper around bus_dmamap_load_mem.

    Fixes:          60381fd1ee86 memdesc: Retire MEMDESC_CCB.
    Reviewed by:    kib
    Differential Revision:  https://reviews.freebsd.org/D41058

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272564-227-s6ktYDOEZF>