linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [block:io_uring-bio-cache.2 3/6] fs/io_uring.c:10303:30: error: no member named 'bio_cache' in 'struct io_uring_task'
@ 2021-08-03  7:03 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-08-03  7:03 UTC (permalink / raw)
  To: Jens Axboe; +Cc: clang-built-linux, kbuild-all, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1827 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git io_uring-bio-cache.2
head:   ce33f04d02114ccbbc908909a519e1412727b77b
commit: 993ddb7b5c6d8073634af8b71f286754024eaa44 [3/6] io_uring: wire up bio allocation cache
config: x86_64-randconfig-a004-20210802 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 4f71f59bf3d9914188a11d0c41bedbb339d36ff5)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git/commit/?id=993ddb7b5c6d8073634af8b71f286754024eaa44
        git remote add block https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
        git fetch --no-tags block io_uring-bio-cache.2
        git checkout 993ddb7b5c6d8073634af8b71f286754024eaa44
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross O=build_dir ARCH=x86_64 SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> fs/io_uring.c:10303:30: error: no member named 'bio_cache' in 'struct io_uring_task'
                   return &current->io_uring->bio_cache;
                           ~~~~~~~~~~~~~~~~~  ^
   1 error generated.


vim +10303 fs/io_uring.c

 10299	
 10300	struct bio_alloc_cache *io_uring_bio_cache(void)
 10301	{
 10302		if (current->io_uring)
 10303			return &current->io_uring->bio_cache;
 10304	
 10305		return NULL;
 10306	}
 10307	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 28367 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-03  7:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-03  7:03 [block:io_uring-bio-cache.2 3/6] fs/io_uring.c:10303:30: error: no member named 'bio_cache' in 'struct io_uring_task' kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).