✗ Fi.CI.BUILD: failure for HACK: remove all v6.11-rc1 changes in drivers/scsi/ (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jul 30 13:33:26 UTC 2024
== Series Details ==
Series: HACK: remove all v6.11-rc1 changes in drivers/scsi/ (rev2)
URL : https://patchwork.freedesktop.org/series/136679/
State : failure
== Summary ==
Error: make failed
CALL scripts/checksyscalls.sh
DESCEND objtool
INSTALL libsubcmd_headers
CC drivers/scsi/scsi_lib.o
drivers/scsi/scsi_lib.c: In function ‘scsi_end_request’:
drivers/scsi/scsi_lib.c:635:6: error: implicit declaration of function ‘blk_queue_add_random’ [-Werror=implicit-function-declaration]
635 | if (blk_queue_add_random(q))
| ^~~~~~~~~~~~~~~~~~~~
drivers/scsi/scsi_lib.c: In function ‘scsi_alloc_sgtables’:
drivers/scsi/scsi_lib.c:1143:30: error: ‘struct request_queue’ has no member named ‘dma_pad_mask’
1143 | if (blk_rq_bytes(rq) & rq->q->dma_pad_mask) {
| ^~
drivers/scsi/scsi_lib.c:1145:10: error: ‘struct request_queue’ has no member named ‘dma_pad_mask’
1145 | (rq->q->dma_pad_mask & ~blk_rq_bytes(rq)) + 1;
| ^~
drivers/scsi/scsi_lib.c: In function ‘scsi_init_limits’:
drivers/scsi/scsi_lib.c:1990:6: error: ‘struct queue_limits’ has no member named ‘bounce’
1990 | lim->bounce = BLK_BOUNCE_HIGH;
| ^~
drivers/scsi/scsi_lib.c:1990:17: error: ‘BLK_BOUNCE_HIGH’ undeclared (first use in this function); did you mean ‘BLK_FEAT_BOUNCE_HIGH’?
1990 | lim->bounce = BLK_BOUNCE_HIGH;
| ^~~~~~~~~~~~~~~
| BLK_FEAT_BOUNCE_HIGH
drivers/scsi/scsi_lib.c:1990:17: note: each undeclared identifier is reported only once for each function it appears in
cc1: some warnings being treated as errors
make[4]: *** [scripts/Makefile.build:244: drivers/scsi/scsi_lib.o] Error 1
make[3]: *** [scripts/Makefile.build:485: drivers/scsi] Error 2
make[2]: *** [scripts/Makefile.build:485: drivers] Error 2
make[1]: *** [/home/kbuild/kernel/Makefile:1925: .] Error 2
make: *** [Makefile:224: __sub-make] Error 2
Build failed, no error log produced
More information about the Intel-gfx-trybot
mailing list