CC: [email protected] BCC: [email protected] CC: Alison Schofield <[email protected]> CC: Vishal Verma <[email protected]> CC: Ira Weiny <[email protected]> CC: Ben Widawsky <[email protected]> CC: Dan Williams <[email protected]> CC: [email protected] TO: Ben Widawsky <[email protected]> CC: Dan Williams <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git preview head: 9c642abd8b31d895f34186bd72b7360083b58492 commit: 7102596b97e044692ff2ab9fd6e27f6b7cc5d8c8 [59/67] cxl/region: Implement XHB verification :::::: branch date: 16 hours ago :::::: commit date: 16 hours ago config: x86_64-randconfig-m001-20220509 (https://download.01.org/0day-ci/archive/20220513/[email protected]/config) compiler: gcc-11 (Debian 11.2.0-20) 11.2.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]> New smatch warnings: drivers/cxl/cxl.h:94 cxl_to_ig() warn: signedness bug returning '(-8)' Old smatch warnings: drivers/cxl/region.c:292 region_xhb_config_valid() warn: maybe use && instead of & vim +94 drivers/cxl/cxl.h 7102596b97e044 Ben Widawsky 2022-02-11 91 7102596b97e044 Ben Widawsky 2022-02-11 92 static inline u8 cxl_to_ig(u16 g) 7102596b97e044 Ben Widawsky 2022-02-11 93 { 7102596b97e044 Ben Widawsky 2022-02-11 @94 return ilog2(g) - 8; 7102596b97e044 Ben Widawsky 2022-02-11 95 } 7102596b97e044 Ben Widawsky 2022-02-11 96 -- 0-DAY CI Kernel Test Service https://01.org/lkp _______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
