[hch-xfs:lazy-bounce 20/23] fs/iomap/ioend.c:315:undefined reference to `fs_bio_integrity_verify'
kernel test robot <[email protected]> Fri, 24 Jul 2026 12:31:55 +0200
| Newsgroups | dev.linux.lists.oe-kbuild-all |
|---|---|
| Message-ID | <[email protected]> |
tree: git://git.infradead.org/users/hch/xfs lazy-bounce head: 929a35b173fce4af373ed0e17f7329523fd40bcb commit: 3c21461b020acab739ebb50d85316d12df319739 [20/23] iomap,xfs: move integrity verification to the file system config: s390-allnoconfig-bpf (https://download.01.org/0day-ci/archive/20260724/[email protected]/config) compiler: s390x-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260724/[email protected]/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <[email protected]> | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ All errors (new ones prefixed by >>): s390x-linux-gnu-ld: fs/iomap/ioend.o: in function `iomap_ioend_integrity_verify': >> fs/iomap/ioend.c:315:(.text+0x5ba): undefined reference to `fs_bio_integrity_verify' vim +315 fs/iomap/ioend.c 8f02cecd80b993 Christoph Hellwig 2025-07-10 310 3c21461b020aca Christoph Hellwig 2026-07-22 311 int iomap_ioend_integrity_verify(struct iomap_ioend *ioend) 5e347a75173d67 Christoph Hellwig 2026-07-22 312 { 5e347a75173d67 Christoph Hellwig 2026-07-22 313 struct bvec_iter data_iter = BVEC_ITER_IOEND(ioend); 5e347a75173d67 Christoph Hellwig 2026-07-22 314 5e347a75173d67 Christoph Hellwig 2026-07-22 @315 return fs_bio_integrity_verify(&ioend->io_bio, &data_iter); 5e347a75173d67 Christoph Hellwig 2026-07-22 316 } 3c21461b020aca Christoph Hellwig 2026-07-22 317 EXPORT_SYMBOL_GPL(iomap_ioend_integrity_verify); 5e347a75173d67 Christoph Hellwig 2026-07-22 318 :::::: The code at line 315 was first introduced by commit :::::: 5e347a75173d67f7e56e7c2641dc7d5559db9f79 block,iomap: fix protection information verification with initial bvec offset :::::: TO: Christoph Hellwig <[email protected]> :::::: CC: Christoph Hellwig <[email protected]> -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki