Re: git: 60159a98a837 - main - nvme: Move opcode and status code tables from base CAM to nvme_util.c
- Reply: Warner Losh : "Re: git: 60159a98a837 - main - nvme: Move opcode and status code tables from base CAM to nvme_util.c"
- In reply to: John Baldwin : "Re: git: 60159a98a837 - main - nvme: Move opcode and status code tables from base CAM to nvme_util.c"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Jun 2025 00:46:19 UTC
John Baldwin wrote: > On 6/5/25 19:29, Charlie Li wrote: >> <sys/dev/nvme.h> doesn't appear to be making it in nvme_all.h as the >> build complains about missing nvme_opcode_sbuf() in nvme_all.c. > > Are you getting a link error or a compile error? I built this locally > several times > today to test various combinations (kernels with and without either CAM > or nvme and > loading nvme.ko in kernels without to make sure it worked). I also > built GENERIC > prior to pushing and it built fine. > Compile error in buildworld. > Sigh, so from ci.freebsd.org, it appears to be userland that is choking > (libcam) > rather than the kernel. I'll fix shortly (mostly it just means removing > the > #ifdef _KERNEL). > -- Charlie Li ...nope, still don't have an exit line.