PATH=/lkp/benchmarks/ltp:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/lkp/lkp/src/bin 2026-07-07 07:27:23 cd /lkp/benchmarks/ltp '/lib/modules/7.2.0-rc1+/build' -> '/usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf' 2026-07-07 07:27:23 make -j16 -C /lib/modules/7.2.0-rc1+/build M=/lkp/benchmarks/ltp/testcases/kernel/device-drivers/acpi KCFLAGS=-Wno-implicit-function-declaration -Wno-int-conversion make: Entering directory '/usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf' make[1]: Entering directory '/opt/rootfs/tmp/keep-initrd/lkp/benchmarks/ltp/testcases/kernel/device-drivers/acpi' warning: the compiler differs from the one used to build the kernel The kernel was built by: gcc-14 (Debian 14.2.0-19) 14.2.0 You are using: gcc (Debian 14.2.0-19) 14.2.0 warning: pahole version differs from the one used to build the kernel The kernel was built with: 131 You are using: 130 CC [M] ltp_acpi_cmds.o MODPOST Module.symvers CC [M] ltp_acpi_cmds.mod.o CC [M] .module-common.o LD [M] ltp_acpi_cmds.ko make[1]: Leaving directory '/opt/rootfs/tmp/keep-initrd/lkp/benchmarks/ltp/testcases/kernel/device-drivers/acpi' make: Leaving directory '/usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf' 2026-07-07 07:27:25 make -j16 -C /lib/modules/7.2.0-rc1+/build M=/lkp/benchmarks/ltp/testcases/kernel/device-drivers/block/block_dev_kernel KCFLAGS=-Wno-implicit-function-declaration -Wno-int-conversion make: Entering directory '/usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf' make[1]: Entering directory '/opt/rootfs/tmp/keep-initrd/lkp/benchmarks/ltp/testcases/kernel/device-drivers/block/block_dev_kernel' warning: the compiler differs from the one used to build the kernel The kernel was built by: gcc-14 (Debian 14.2.0-19) 14.2.0 You are using: gcc (Debian 14.2.0-19) 14.2.0 warning: pahole version differs from the one used to build the kernel The kernel was built with: 131 You are using: 130 CC [M] ltp_block_dev.o MODPOST Module.symvers CC [M] ltp_block_dev.mod.o CC [M] .module-common.o LD [M] ltp_block_dev.ko make[1]: Leaving directory '/opt/rootfs/tmp/keep-initrd/lkp/benchmarks/ltp/testcases/kernel/device-drivers/block/block_dev_kernel' make: Leaving directory '/usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf' 2026-07-07 07:27:26 make -j16 -C /lib/modules/7.2.0-rc1+/build M=/lkp/benchmarks/ltp/testcases/kernel/device-drivers/pci/tpci_kernel KCFLAGS=-Wno-implicit-function-declaration -Wno-int-conversion make: Entering directory '/usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf' make[1]: Entering directory '/opt/rootfs/tmp/keep-initrd/lkp/benchmarks/ltp/testcases/kernel/device-drivers/pci/tpci_kernel' warning: the compiler differs from the one used to build the kernel The kernel was built by: gcc-14 (Debian 14.2.0-19) 14.2.0 You are using: gcc (Debian 14.2.0-19) 14.2.0 warning: pahole version differs from the one used to build the kernel The kernel was built with: 131 You are using: 130 CC [M] ltp_tpci.o MODPOST Module.symvers CC [M] ltp_tpci.mod.o CC [M] .module-common.o LD [M] ltp_tpci.ko make[1]: Leaving directory '/opt/rootfs/tmp/keep-initrd/lkp/benchmarks/ltp/testcases/kernel/device-drivers/pci/tpci_kernel' make: Leaving directory '/usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf' 2026-07-07 07:27:27 make -j16 -C /lib/modules/7.2.0-rc1+/build M=/lkp/benchmarks/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel KCFLAGS=-Wno-implicit-function-declaration -Wno-int-conversion make: Entering directory '/usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf' make[1]: Entering directory '/opt/rootfs/tmp/keep-initrd/lkp/benchmarks/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel' warning: the compiler differs from the one used to build the kernel The kernel was built by: gcc-14 (Debian 14.2.0-19) 14.2.0 You are using: gcc (Debian 14.2.0-19) 14.2.0 warning: pahole version differs from the one used to build the kernel The kernel was built with: 131 You are using: 130 CC [M] ltp_tbio.o ltp_tbio.c: In function ‘send_request’: ltp_tbio.c:90:54: error: invalid use of undefined type ‘struct request’ 90 | if ((!inter->cmd_len) || (inter->cmd_len > rq->cmd_len)) { | ^~ ltp_tbio.c:95:11: error: invalid use of undefined type ‘struct request’ 95 | rq->cmd_len = inter->cmd_len; | ^~ ltp_tbio.c:97:30: error: invalid use of undefined type ‘struct request’ 97 | if (copy_from_user(rq->cmd, inter->cmd, inter->cmd_len)) | ^~ ltp_tbio.c:100:17: error: invalid use of undefined type ‘struct request’ 100 | if (*(rq->cmd + rq->cmd_len - 1)) { | ^~ ltp_tbio.c:100:27: error: invalid use of undefined type ‘struct request’ 100 | if (*(rq->cmd + rq->cmd_len - 1)) { | ^~ ltp_tbio.c:105:11: error: invalid use of undefined type ‘struct request’ 105 | rq->__sector = bio->bi_sector; | ^~ ltp_tbio.c:105:27: error: ‘struct bio’ has no member named ‘bi_sector’ 105 | rq->__sector = bio->bi_sector; | ^~ In file included from /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/percpu.h:5, from /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/arch/x86/include/asm/msr.h:16, from /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/arch/x86/include/asm/tsc.h:11, from /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/arch/x86/include/asm/timex.h:6, from /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/timex.h:67, from /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/time32.h:13, from /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/time.h:60, from /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/stat.h:19, from /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/module.h:13, from ltp_tbio.c:38: ltp_tbio.c: In function ‘tbio_io’: ltp_tbio.c:157:56: error: ‘struct request_queue’ has no member named ‘bounce_gfp’ 157 | buf = kmalloc(inter.data_len, q->bounce_gfp | GFP_USER); | ^~ /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/alloc_tag.h:253:16: note: in definition of macro ‘alloc_hooks_tag’ 253 | typeof(_do_alloc) _res; \ | ^~~~~~~~~ /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/slab.h:1034:49: note: in expansion of macro ‘alloc_hooks’ 1034 | #define kmalloc(size, flags) alloc_hooks(kmalloc_noprof(size, flags)) | ^~~~~~~~~~~ /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/slab.h:1034:61: note: in expansion of macro ‘kmalloc_noprof’ 1034 | #define kmalloc(size, flags) alloc_hooks(kmalloc_noprof(size, flags)) | ^~~~~~~~~~~~~~ ltp_tbio.c:157:31: note: in expansion of macro ‘kmalloc’ 157 | buf = kmalloc(inter.data_len, q->bounce_gfp | GFP_USER); | ^~~~~~~ ltp_tbio.c:157:56: error: ‘struct request_queue’ has no member named ‘bounce_gfp’ 157 | buf = kmalloc(inter.data_len, q->bounce_gfp | GFP_USER); | ^~ /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/alloc_tag.h:257:24: note: in definition of macro ‘alloc_hooks_tag’ 257 | _res = _do_alloc; \ | ^~~~~~~~~ /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/slab.h:1034:49: note: in expansion of macro ‘alloc_hooks’ 1034 | #define kmalloc(size, flags) alloc_hooks(kmalloc_noprof(size, flags)) | ^~~~~~~~~~~ /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/slab.h:1034:61: note: in expansion of macro ‘kmalloc_noprof’ 1034 | #define kmalloc(size, flags) alloc_hooks(kmalloc_noprof(size, flags)) | ^~~~~~~~~~~~~~ ltp_tbio.c:157:31: note: in expansion of macro ‘kmalloc’ 157 | buf = kmalloc(inter.data_len, q->bounce_gfp | GFP_USER); | ^~~~~~~ ltp_tbio.c:157:56: error: ‘struct request_queue’ has no member named ‘bounce_gfp’ 157 | buf = kmalloc(inter.data_len, q->bounce_gfp | GFP_USER); | ^~ /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/alloc_tag.h:260:24: note: in definition of macro ‘alloc_hooks_tag’ 260 | _res = _do_alloc; \ | ^~~~~~~~~ /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/slab.h:1034:49: note: in expansion of macro ‘alloc_hooks’ 1034 | #define kmalloc(size, flags) alloc_hooks(kmalloc_noprof(size, flags)) | ^~~~~~~~~~~ /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/slab.h:1034:61: note: in expansion of macro ‘kmalloc_noprof’ 1034 | #define kmalloc(size, flags) alloc_hooks(kmalloc_noprof(size, flags)) | ^~~~~~~~~~~~~~ ltp_tbio.c:157:31: note: in expansion of macro ‘kmalloc’ 157 | buf = kmalloc(inter.data_len, q->bounce_gfp | GFP_USER); | ^~~~~~~ ltp_tbio.c: In function ‘test_do_bio_alloc’: ltp_tbio.c:236:17: error: too few arguments to function ‘bio_alloc’ 236 | tbiop = bio_alloc(GFP_KERNEL, num); | ^~~~~~~~~ In file included from /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/blkdev.h:18, from ltp_tbio.c:49: /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/bio.h:363:27: note: declared here 363 | static inline struct bio *bio_alloc(struct block_device *bdev, | ^~~~~~~~~ ltp_tbio.c: In function ‘test_bio_alloc’: ltp_tbio.c:268:31: error: ‘BIO_MAX_PAGES’ undeclared (first use in this function); did you mean ‘BIO_MAX_VECS’? 268 | if (test_do_bio_alloc(BIO_MAX_PAGES) < 0) { | ^~~~~~~~~~~~~ | BIO_MAX_VECS ltp_tbio.c:268:31: note: each undeclared identifier is reported only once for each function it appears in ltp_tbio.c:273:17: error: too few arguments to function ‘bio_alloc’ 273 | tbiop = bio_alloc(GFP_KERNEL, BIO_MAX_PAGES); | ^~~~~~~~~ /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/bio.h:363:27: note: declared here 363 | static inline struct bio *bio_alloc(struct block_device *bdev, | ^~~~~~~~~ ltp_tbio.c:280:14: error: ‘struct bio’ has no member named ‘bi_sector’ 280 | tbiop->bi_sector = 0; | ^~ ltp_tbio.c: In function ‘test_bio_split’: ltp_tbio.c:331:56: error: ‘struct request_queue’ has no member named ‘bounce_gfp’ 331 | buf = kmalloc(inter.data_len, q->bounce_gfp | GFP_USER); | ^~ /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/alloc_tag.h:253:16: note: in definition of macro ‘alloc_hooks_tag’ 253 | typeof(_do_alloc) _res; \ | ^~~~~~~~~ /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/slab.h:1034:49: note: in expansion of macro ‘alloc_hooks’ 1034 | #define kmalloc(size, flags) alloc_hooks(kmalloc_noprof(size, flags)) | ^~~~~~~~~~~ /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/slab.h:1034:61: note: in expansion of macro ‘kmalloc_noprof’ 1034 | #define kmalloc(size, flags) alloc_hooks(kmalloc_noprof(size, flags)) | ^~~~~~~~~~~~~~ ltp_tbio.c:331:31: note: in expansion of macro ‘kmalloc’ 331 | buf = kmalloc(inter.data_len, q->bounce_gfp | GFP_USER); | ^~~~~~~ ltp_tbio.c:331:56: error: ‘struct request_queue’ has no member named ‘bounce_gfp’ 331 | buf = kmalloc(inter.data_len, q->bounce_gfp | GFP_USER); | ^~ /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/alloc_tag.h:257:24: note: in definition of macro ‘alloc_hooks_tag’ 257 | _res = _do_alloc; \ | ^~~~~~~~~ /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/slab.h:1034:49: note: in expansion of macro ‘alloc_hooks’ 1034 | #define kmalloc(size, flags) alloc_hooks(kmalloc_noprof(size, flags)) | ^~~~~~~~~~~ /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/slab.h:1034:61: note: in expansion of macro ‘kmalloc_noprof’ 1034 | #define kmalloc(size, flags) alloc_hooks(kmalloc_noprof(size, flags)) | ^~~~~~~~~~~~~~ ltp_tbio.c:331:31: note: in expansion of macro ‘kmalloc’ 331 | buf = kmalloc(inter.data_len, q->bounce_gfp | GFP_USER); | ^~~~~~~ ltp_tbio.c:331:56: error: ‘struct request_queue’ has no member named ‘bounce_gfp’ 331 | buf = kmalloc(inter.data_len, q->bounce_gfp | GFP_USER); | ^~ /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/alloc_tag.h:260:24: note: in definition of macro ‘alloc_hooks_tag’ 260 | _res = _do_alloc; \ | ^~~~~~~~~ /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/slab.h:1034:49: note: in expansion of macro ‘alloc_hooks’ 1034 | #define kmalloc(size, flags) alloc_hooks(kmalloc_noprof(size, flags)) | ^~~~~~~~~~~ /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/slab.h:1034:61: note: in expansion of macro ‘kmalloc_noprof’ 1034 | #define kmalloc(size, flags) alloc_hooks(kmalloc_noprof(size, flags)) | ^~~~~~~~~~~~~~ ltp_tbio.c:331:31: note: in expansion of macro ‘kmalloc’ 331 | buf = kmalloc(inter.data_len, q->bounce_gfp | GFP_USER); | ^~~~~~~ ltp_tbio.c:342:37: error: too few arguments to function ‘bio_split’ 342 | bio_pairp = bio_split(bio, 2); | ^~~~~~~~~ /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/bio.h:317:20: note: declared here 317 | extern struct bio *bio_split(struct bio *bio, int sectors, | ^~~~~~~~~ ltp_tbio.c:353:36: error: invalid use of undefined type ‘struct bio_pair’ 353 | send_request(q, &(bio_pairp->bio1), bdev, &inter, writing); | ^~ ltp_tbio.c:355:36: error: invalid use of undefined type ‘struct bio_pair’ 355 | send_request(q, &(bio_pairp->bio2), bdev, &inter, writing); | ^~ ltp_tbio.c: In function ‘tbio_transfer’: ltp_tbio.c:430:29: error: storage size of ‘iter’ isn’t known 430 | struct req_iterator iter; | ^~~~ ltp_tbio.c:436:43: error: expected ‘;’ before ‘{’ token 436 | rq_for_each_segment(bv, req, iter) { | ^~ | ; ltp_tbio.c:430:29: warning: unused variable ‘iter’ [-Wunused-variable] 430 | struct req_iterator iter; | ^~~~ ltp_tbio.c:426:23: warning: unused variable ‘flags’ [-Wunused-variable] 426 | unsigned long flags; | ^~~~~ ltp_tbio.c:425:15: warning: unused variable ‘buf’ [-Wunused-variable] 425 | char *buf; | ^~~ ltp_tbio.c:424:22: warning: unused variable ‘i’ [-Wunused-variable] 424 | unsigned int i = 0, offset = 0; | ^ ltp_tbio.c:462:1: error: no return statement in function returning non-void [-Werror=return-type] 462 | } | ^ ltp_tbio.c: In function ‘tbio_request’: ltp_tbio.c:473:34: error: incompatible type for argument 1 of ‘spin_unlock_irq’ 473 | spin_unlock_irq(q->queue_lock); | ~^~~~~~~~~~~~ | | | spinlock_t {aka struct spinlock} In file included from /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/sched.h:38, from /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/percpu.h:12: /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/spinlock.h:399:57: note: expected ‘spinlock_t *’ {aka ‘struct spinlock *’} but argument is of type ‘spinlock_t’ {aka ‘struct spinlock’} 399 | static __always_inline void spin_unlock_irq(spinlock_t *lock) | ~~~~~~~~~~~~^~~~ ltp_tbio.c:475:32: error: incompatible type for argument 1 of ‘spin_lock_irq’ 475 | spin_lock_irq(q->queue_lock); | ~^~~~~~~~~~~~ | | | spinlock_t {aka struct spinlock} /usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/include/linux/spinlock.h:369:55: note: expected ‘spinlock_t *’ {aka ‘struct spinlock *’} but argument is of type ‘spinlock_t’ {aka ‘struct spinlock’} 369 | static __always_inline void spin_lock_irq(spinlock_t *lock) | ~~~~~~~~~~~~^~~~ ltp_tbio.c: At top level: ltp_tbio.c:498:5: warning: no previous prototype for ‘tbio_media_changed’ [-Wmissing-prototypes] 498 | int tbio_media_changed(struct gendisk *gd) | ^~~~~~~~~~~~~~~~~~ ltp_tbio.c:503:5: warning: no previous prototype for ‘tbio_revalidate’ [-Wmissing-prototypes] 503 | int tbio_revalidate(struct gendisk *gd) | ^~~~~~~~~~~~~~~ ltp_tbio.c:510:17: error: initialization of ‘int (*)(struct gendisk *, blk_mode_t)’ {aka ‘int (*)(struct gendisk *, unsigned int)’} from incompatible pointer type ‘int (*)(struct block_device *, fmode_t)’ {aka ‘int (*)(struct block_device *, unsigned int)’} [-Wincompatible-pointer-types] 510 | .open = tbio_open, | ^~~~~~~~~ ltp_tbio.c:510:17: note: (near initialization for ‘tbio_ops.open’) ltp_tbio.c:512:20: error: initialization of ‘void (*)(struct gendisk *)’ from incompatible pointer type ‘void (*)(struct gendisk *, fmode_t)’ {aka ‘void (*)(struct gendisk *, unsigned int)’} [-Wincompatible-pointer-types] 512 | .release = tbio_release, | ^~~~~~~~~~~~ ltp_tbio.c:512:20: note: (near initialization for ‘tbio_ops.release’) ltp_tbio.c:513:10: error: ‘const struct block_device_operations’ has no member named ‘media_changed’ 513 | .media_changed = tbio_media_changed, | ^~~~~~~~~~~~~ ltp_tbio.c:513:26: error: initialization of ‘int (*)(struct block_device *, blk_mode_t, unsigned int, long unsigned int)’ {aka ‘int (*)(struct block_device *, unsigned int, unsigned int, long unsigned int)’} from incompatible pointer type ‘int (*)(struct gendisk *)’ [-Wincompatible-pointer-types] 513 | .media_changed = tbio_media_changed, | ^~~~~~~~~~~~~~~~~~ ltp_tbio.c:513:26: note: (near initialization for ‘tbio_ops.ioctl’) ltp_tbio.c:514:10: error: ‘const struct block_device_operations’ has no member named ‘revalidate_disk’ 514 | .revalidate_disk = tbio_revalidate | ^~~~~~~~~~~~~~~ ltp_tbio.c:514:28: error: initialization of ‘int (*)(struct block_device *, blk_mode_t, unsigned int, long unsigned int)’ {aka ‘int (*)(struct block_device *, unsigned int, unsigned int, long unsigned int)’} from incompatible pointer type ‘int (*)(struct gendisk *)’ [-Wincompatible-pointer-types] 514 | .revalidate_disk = tbio_revalidate | ^~~~~~~~~~~~~~~ ltp_tbio.c:514:28: note: (near initialization for ‘tbio_ops.compat_ioctl’) ltp_tbio.c: In function ‘tbio_init’: ltp_tbio.c:553:9: warning: ignoring return value of ‘add_disk’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 553 | add_disk(tbio_dev.gd); | ^~~~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[3]: *** [/usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/scripts/Makefile.build:289: ltp_tbio.o] Error 1 make[2]: *** [/usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/Makefile:2184: .] Error 2 make[1]: *** [/usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf/Makefile:248: __sub-make] Error 2 make[1]: Leaving directory '/opt/rootfs/tmp/keep-initrd/lkp/benchmarks/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel' make: *** [Makefile:248: __sub-make] Error 2 make: Leaving directory '/usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf' 2026-07-07 07:27:28 make -j16 -C /lib/modules/7.2.0-rc1+/build M=/lkp/benchmarks/ltp/testcases/kernel/device-drivers/uaccess KCFLAGS=-Wno-implicit-function-declaration -Wno-int-conversion make: Entering directory '/usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf' make[1]: Entering directory '/opt/rootfs/tmp/keep-initrd/lkp/benchmarks/ltp/testcases/kernel/device-drivers/uaccess' warning: the compiler differs from the one used to build the kernel The kernel was built by: gcc-14 (Debian 14.2.0-19) 14.2.0 You are using: gcc (Debian 14.2.0-19) 14.2.0 warning: pahole version differs from the one used to build the kernel The kernel was built with: 131 You are using: 130 CC [M] ltp_uaccess.o MODPOST Module.symvers CC [M] ltp_uaccess.mod.o CC [M] .module-common.o LD [M] ltp_uaccess.ko make[1]: Leaving directory '/opt/rootfs/tmp/keep-initrd/lkp/benchmarks/ltp/testcases/kernel/device-drivers/uaccess' make: Leaving directory '/usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf' 2026-07-07 07:27:29 make -j16 -C /lib/modules/7.2.0-rc1+/build M=/lkp/benchmarks/ltp/testcases/kernel/firmware/fw_load_kernel KCFLAGS=-Wno-implicit-function-declaration -Wno-int-conversion make: Entering directory '/usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf' Makefile:199: *** specified external module directory "/lkp/benchmarks/ltp/testcases/kernel/firmware/fw_load_kernel" does not exist. Stop. make: Leaving directory '/usr/src/linux-headers-x86_64-rhel-9.4-ltp-1fdeb8b27d0a69d9b8062f6776c5026abada40f2-bpf' 2026-07-07 07:27:29 export LTP_RUNTIME_MUL=2 2026-07-07 07:27:29 export LTPROOT=/lkp/benchmarks/ltp 2026-07-07 07:27:29 kirk -f kernel_misc Host information Hostname: igk-rpl-d01 Python: 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0] Directory: /tmp/kirk.root/tmpus1h83ua Connecting to SUT: default Suite: kernel_misc ────────────────── cn_pec_sh: pass | tainted (0.206s) kmsg01: pass | tainted (4.834s) fw_load01: skip | tainted (0.014s) fw_load02: skip | tainted (0.016s) rtc01: pass | tainted (9.815s) rtc02: pass | tainted (0.009s) block_dev: skip | tainted (0.251s) Restarting SUT: default tpci: pass | tainted (2.097s) tbio: skip | tainted (0.002s) ltp_acpi: pass | tainted (0.907s) cpufreq_boost: pass | tainted (1.497s) uaccess: pass | tainted (0.072s) rcu_torture: pass | tainted (2m 21s) lock_torture: fail | tainted (6m 2s) zram02: skip | tainted (0.323s) zram03: pass | tainted (1.561s) umip_basic_test: pass | tainted (0.021s) aslr01: skip | tainted (5.082s) Execution time: 8m 50s Disconnecting from SUT: default Target information ────────────────── Kernel: Linux 7.2.0-rc1+ #1 SMP PREEMPT_DYNAMIC Tue Jul 7 09:08:41 CEST 2026 Cmdline: ip=10.250.17.22::10.250.17.2:255.255.255.0:igk-rpl-d01::static root=/dev/ram0 RESULT_ROOT=/result/ltp/kernel_misc/igk-rpl-d01/debian-13-x86_64-20250902.cgz/x86_64-rhel-9.4-ltp/gcc-14/1fdeb8b27d0a69d9b8062f6776c5026abada40f2/0 BOOT_IMAGE=/pkg/linux/x86_64-rhel-9.4-ltp/gcc-14/1fdeb8b27d0a69d9b8062f6776c5026abada40f2/vmlinuz-7.2.0-rc1+ branch=linux-devel/devel-hourly-20260703-172419 job=/lkp/jobs/scheduled/igk-rpl-d01/ltp-kernel_misc-debian-13-x86_64-20250902.cgz-1fdeb8b27d0a-20260707-177688-1q1sa6e-0.yaml user=lkp ARCH=x86_64 kconfig=x86_64-rhel-9.4-ltp commit=1fdeb8b27d0a69d9b8062f6776c5026abada40f2 intremap=posted_msi acpi_rsdp=0x3f88a014 max_uptime=7200 LKP_SERVER=internal-lkp-server nokaslr selinux=0 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 net.ifnames=0 printk.devkmsg=on panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 drbd.minor_count=8 systemd.log_level=err ignore_loglevel console=tty0 earlyprintk=ttyUSB0,115200 console=ttyUSB0,115200 vga=normal rw keep_initrds=/osimage/pkg/debian-13-x86_64-20250902.cgz/ltp-x86_64-ae4a01208-1_20260704.cgz acpi_rsdp=0x3f88a014 Machine: unknown Arch: x86_64 RAM: 28236296 kB Swap: 0 kB Distro: debian 13 ──────────────────────── TEST SUMMARY ──────────────────────── Suite: kernel_misc Runtime: 8m 49s Runs: 18 Results: Passed: 288 Failed: 6 Broken: 0 Skipped: 7 Warnings: 0 Failures: • lock_torture Session stopped LTP test details ---------------- fw_load01: tst_module.c:72: TCONF: Failed to find module 'ltp_fw_load.ko' fw_load02: tst_module.c:72: TCONF: Failed to find module 'ltp_fw_load.ko' block_dev: block_dev.c:60: TCONF: Skipped n = 8 block_dev: block_dev.c:60: TCONF: Skipped n = 9 tpci: test_pci 32 TCONF : tpci.c:71: PCI bus 00 slot 20 : Test-case '16' tpci: test_pci 80 TCONF : tpci.c:71: PCI bus 00 slot 68 : Test-case '16' tpci: test_pci 96 TCONF : tpci.c:71: PCI bus 00 slot a0 : Test-case '16' tpci: test_pci 112 TCONF : tpci.c:71: PCI bus 00 slot b0 : Test-case '16' tpci: test_pci 128 TCONF : tpci.c:71: PCI bus 00 slot b8 : Test-case '16' tpci: test_pci 160 TCONF : tpci.c:71: PCI bus 00 slot f0 : Test-case '16' tpci: test_pci 176 TCONF : tpci.c:71: PCI bus 00 slot f3 : Test-case '16' tpci: test_pci 192 TCONF : tpci.c:71: PCI bus 00 slot fb : Test-case '16' tpci: test_pci 208 TCONF : tpci.c:71: PCI bus 00 slot fc : Test-case '16' tbio: ltp_tbio 1 TCONF : tst_module.c:72: Failed to find module 'ltp_tbio.ko' tbio: ltp_tbio 2 TCONF : tst_module.c:72: Remaining cases not appropriate for configuration lock_torture: lock_torture 1 TFAIL: spin_lock: , see dmesg lock_torture: lock_torture 2 TFAIL: spin_lock_irq: , see dmesg lock_torture: lock_torture 3 TFAIL: rw_lock: , see dmesg lock_torture: lock_torture 4 TFAIL: rw_lock_irq: , see dmesg lock_torture: lock_torture 5 TFAIL: mutex_lock: , see dmesg lock_torture: lock_torture 6 TFAIL: rwsem_lock: , see dmesg zram02: zram02 1 TCONF: The device attribute max_comp_streams was introduced in kernel 3.15 and deprecated in 4.7 aslr01: aslr01.c:159: TCONF: The largest dynamic library is smaller than hugepage size, please use LD_PRELOAD to add larger library