BCC: [email protected]
CC: [email protected]
CC: [email protected]
TO: Alexander Lobakin <[email protected]>
CC: Yury Norov <[email protected]>
CC: Andy Shevchenko <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
master
head:   dcf8e5633e2e69ad60b730ab5905608b756a032f
commit: 0e862838f290147ea9c16db852d8d494b552d38d bitops: unify non-atomic 
bitops prototypes across architectures
date:   9 weeks ago
:::::: branch date: 14 hours ago
:::::: commit date: 9 weeks ago
config: m68k-randconfig-m041-20220830 
(https://download.01.org/0day-ci/archive/20220830/[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]>

smatch warnings:
arch/m68k/include/asm/bitops.h:216 arch___test_and_set_bit() warn: signedness 
bug returning '(-128)'

vim +216 arch/m68k/include/asm/bitops.h

171d809df1896c Greg Ungerer      2011-05-17  212  
0e862838f29014 Alexander Lobakin 2022-06-24  213  static __always_inline bool
0e862838f29014 Alexander Lobakin 2022-06-24  214  
arch___test_and_set_bit(unsigned long nr, volatile unsigned long *addr)
0e862838f29014 Alexander Lobakin 2022-06-24  215  {
0e862838f29014 Alexander Lobakin 2022-06-24 @216        return 
test_and_set_bit(nr, addr);
0e862838f29014 Alexander Lobakin 2022-06-24  217  }
171d809df1896c Greg Ungerer      2011-05-17  218  

-- 
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