| Summary: | FIRECRACKER fails to link kernel: undefined symbol: memdesc_ccb | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Mina Galić <freebsd> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | cperciva, jhb |
| Priority: | --- | ||
| Version: | CURRENT | ||
| Hardware: | amd64 | ||
| OS: | Any | ||
|
Description
Mina Galić
2023-07-18 08:28:23 UTC
somebody please fix the Quick editing Help in bugzilla to explain how to link to git commits instead of svn revisions I missed the discussion https://lists.freebsd.org/archives/dev-commits-src-main/2023-July/016995.html sorry, should've checked first Temporary workaround is to add `device scbus` to the FIRECRACKER config. Hopefully the code will get fixed before too long; it affects MINIMAL too. 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 |