CC: [email protected] CC: [email protected] CC: [email protected] TO: Jens Axboe <[email protected]> CC: Thomas Gleixner <[email protected]> CC: Oleg Nesterov <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/entry head: 45ff510517f3b1354a3d9c273ad5e5e8d08312cb commit: 12db8b690010ccfadf9d0b49a1e1798e47dbbe1a [2/4] entry: Add support for TIF_NOTIFY_SIGNAL :::::: branch date: 2 hours ago :::::: commit date: 4 hours ago config: x86_64-randconfig-m001-20201029 (attached as .config) compiler: gcc-9 (Debian 9.3.0-15) 9.3.0 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <[email protected]> Reported-by: Dan Carpenter <[email protected]> smatch warnings: kernel/entry/common.c:116 handle_signal_work() warn: bitwise AND condition is false here vim +116 kernel/entry/common.c 12db8b690010cc Jens Axboe 2020-10-26 113 12db8b690010cc Jens Axboe 2020-10-26 114 static void handle_signal_work(struct pt_regs *regs, unsigned long ti_work) 12db8b690010cc Jens Axboe 2020-10-26 115 { 12db8b690010cc Jens Axboe 2020-10-26 @116 if (ti_work & _TIF_NOTIFY_SIGNAL) 12db8b690010cc Jens Axboe 2020-10-26 117 tracehook_notify_signal(); 12db8b690010cc Jens Axboe 2020-10-26 118 12db8b690010cc Jens Axboe 2020-10-26 119 arch_do_signal_or_restart(regs, ti_work & _TIF_SIGPENDING); 12db8b690010cc Jens Axboe 2020-10-26 120 } a9f3a74a29af09 Thomas Gleixner 2020-07-22 121 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/[email protected]
.config.gz
Description: application/gzip
_______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
