* [djwong-xfs:llm-fixes-31 140/161] fs/xfs/scrub/repair.h:241:42: error: void value not ignored as it ought to be
@ 2026-08-22 5:46 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2026-08-22 5:46 UTC (permalink / raw)
To: Darrick J. Wong; +Cc: oe-kbuild-all
tree: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git llm-fixes-31
head: 99720b43a50e52830dacd44219a5f40dc8cab503
commit: 2e4dfa7b0b3e7bcac4c245421cf37c544e03a21e [140/161] xfs: always report inode repair setup failures
config: x86_64-rhel-9.4-bpf (https://download.01.org/0day-ci/archive/20260822/202608220714.O8qjVxAF-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260822/202608220714.O8qjVxAF-lkp@intel.com/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 <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202608220714.O8qjVxAF-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from fs/xfs/scrub/inode.c:28:
fs/xfs/scrub/inode.c: In function 'xchk_setup_inode':
>> fs/xfs/scrub/repair.h:241:42: error: void value not ignored as it ought to be
241 | #define xrep_setup_inode(sc, imap) ((void)0)
| ~^~~~~~~~
fs/xfs/scrub/inode.c:215:24: note: in expansion of macro 'xrep_setup_inode'
215 | return xrep_setup_inode(sc, &imap);
| ^~~~~~~~~~~~~~~~
vim +241 fs/xfs/scrub/repair.h
4bdfd7d15747b1 Darrick J. Wong 2023-12-15 240
2d295fe65776d1 Darrick J. Wong 2023-12-15 @241 #define xrep_setup_inode(sc, imap) ((void)0)
2d295fe65776d1 Darrick J. Wong 2023-12-15 242
:::::: The code at line 241 was first introduced by commit
:::::: 2d295fe65776d15c06d53dbe3064f62e036e7c46 xfs: repair inode records
:::::: TO: Darrick J. Wong <djwong@kernel.org>
:::::: CC: Darrick J. Wong <djwong@kernel.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
* [djwong-xfs:llm-fixes-31 140/161] fs/xfs/scrub/repair.h:241:42: error: void value not ignored as it ought to be
@ 2026-08-23 12:30 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2026-08-23 12:30 UTC (permalink / raw)
To: Darrick J. Wong; +Cc: oe-kbuild-all
tree: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git llm-fixes-31
head: 99720b43a50e52830dacd44219a5f40dc8cab503
commit: 2e4dfa7b0b3e7bcac4c245421cf37c544e03a21e [140/161] xfs: always report inode repair setup failures
config: nios2-randconfig-002-20260822 (https://download.01.org/0day-ci/archive/20260822/202608222048.n0TSPHun-lkp@intel.com/config)
compiler: nios2-linux-gcc (GCC) 11.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260822/202608222048.n0TSPHun-lkp@intel.com/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 <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202608222048.n0TSPHun-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from fs/xfs/scrub/inode.c:28:
fs/xfs/scrub/inode.c: In function 'xchk_setup_inode':
>> fs/xfs/scrub/repair.h:241:42: error: void value not ignored as it ought to be
241 | #define xrep_setup_inode(sc, imap) ((void)0)
| ~^~~~~~~~
fs/xfs/scrub/inode.c:215:24: note: in expansion of macro 'xrep_setup_inode'
215 | return xrep_setup_inode(sc, &imap);
| ^~~~~~~~~~~~~~~~
vim +241 fs/xfs/scrub/repair.h
4bdfd7d15747b1 Darrick J. Wong 2023-12-15 240
2d295fe65776d1 Darrick J. Wong 2023-12-15 @241 #define xrep_setup_inode(sc, imap) ((void)0)
2d295fe65776d1 Darrick J. Wong 2023-12-15 242
:::::: The code at line 241 was first introduced by commit
:::::: 2d295fe65776d15c06d53dbe3064f62e036e7c46 xfs: repair inode records
:::::: TO: Darrick J. Wong <djwong@kernel.org>
:::::: CC: Darrick J. Wong <djwong@kernel.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-23 12:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-23 12:30 [djwong-xfs:llm-fixes-31 140/161] fs/xfs/scrub/repair.h:241:42: error: void value not ignored as it ought to be kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2026-08-22 5:46 kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.