BCC: [email protected]
CC: [email protected]
CC: [email protected]
TO: "Darrick J. Wong" <[email protected]>
CC: Dave Chinner <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
master
head:   6614a3c3164a5df2b54abb0b3559f51041cf705b
commit: 6f6490914d9b712004ddad648e47b1bf22647978 xfs: don't run speculative 
preallocation gc when fs is frozen
date:   12 months ago
:::::: branch date: 21 hours ago
:::::: commit date: 12 months ago
config: m68k-randconfig-m041-20220804 
(https://download.01.org/0day-ci/archive/20220807/[email protected]/config)
compiler: m68k-linux-gcc (GCC) 12.1.0

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <[email protected]>
Reported-by: Dan Carpenter <[email protected]>

New smatch warnings:
fs/xfs/xfs_mount.h:306 xfs_clear_blockgc_enabled() warn: signedness bug 
returning '(-128)'
fs/xfs/xfs_mount.h:306 xfs_set_blockgc_enabled() warn: signedness bug returning 
'(-128)'

Old smatch warnings:
fs/xfs/xfs_icache.c:52 xfs_icwalk_tag() warn: unsigned 'goal' is never less 
than zero.
fs/xfs/xfs_icache.c:1781 xfs_icwalk() warn: ignoring unreachable code.
fs/xfs/xfs_mount.h:305 xfs_clear_inodegc_enabled() warn: signedness bug 
returning '(-128)'
fs/xfs/xfs_mount.h:305 xfs_set_inodegc_enabled() warn: signedness bug returning 
'(-128)'

vim +306 fs/xfs/xfs_mount.h

ab23a7768739a23 Dave Chinner    2021-08-06  304  
ab23a7768739a23 Dave Chinner    2021-08-06  305  
__XFS_IS_OPSTATE(inodegc_enabled, INODEGC_ENABLED)
6f6490914d9b712 Darrick J. Wong 2021-08-06 @306  
__XFS_IS_OPSTATE(blockgc_enabled, BLOCKGC_ENABLED)
ab23a7768739a23 Dave Chinner    2021-08-06  307  

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp
_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to