CC: kbuild-all(a)lists.01.org CC: linux-kernel(a)vger.kernel.org TO: "Léo Le Bouter" tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f commit: 9b22fece786ed641909988da4810bfa8e5d2e592 atlantic: remove architecture depends date: 9 months ago :::::: branch date: 10 hours ago :::::: commit date: 9 months ago config: i386-randconfig-m031-20210911 (attached as .config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot Reported-by: Dan Carpenter smatch warnings: drivers/net/ethernet/aquantia/atlantic/aq_nic.c:223 aq_linkstate_threaded_isr() warn: should '(((1))) << (self->aq_nic_cfg.link_irq_vec)' be a 64 bit type? vim +223 drivers/net/ethernet/aquantia/atlantic/aq_nic.c 3aec6412e007b2 Igor Russkikh 2017-09-25 212 1d2a8a138c2a14 Igor Russkikh 2019-04-29 213 static irqreturn_t aq_linkstate_threaded_isr(int irq, void *private) 1d2a8a138c2a14 Igor Russkikh 2019-04-29 214 { 1d2a8a138c2a14 Igor Russkikh 2019-04-29 215 struct aq_nic_s *self = private; 1d2a8a138c2a14 Igor Russkikh 2019-04-29 216 1d2a8a138c2a14 Igor Russkikh 2019-04-29 217 if (!self) 1d2a8a138c2a14 Igor Russkikh 2019-04-29 218 return IRQ_NONE; 1d2a8a138c2a14 Igor Russkikh 2019-04-29 219 1d2a8a138c2a14 Igor Russkikh 2019-04-29 220 aq_nic_update_link_status(self); 1d2a8a138c2a14 Igor Russkikh 2019-04-29 221 1d2a8a138c2a14 Igor Russkikh 2019-04-29 222 self->aq_hw_ops->hw_irq_enable(self->aq_hw, 1d2a8a138c2a14 Igor Russkikh 2019-04-29 @223 BIT(self->aq_nic_cfg.link_irq_vec)); 7b0c342f1f6754 Nikita Danilov 2019-11-07 224 1d2a8a138c2a14 Igor Russkikh 2019-04-29 225 return IRQ_HANDLED; 1d2a8a138c2a14 Igor Russkikh 2019-04-29 226 } 1d2a8a138c2a14 Igor Russkikh 2019-04-29 227 :::::: The code at line 223 was first introduced by commit :::::: 1d2a8a138c2a1462099ba45d1c5bcd9a576ced2a net: aquantia: link interrupt handling function :::::: TO: Igor Russkikh :::::: CC: David S. Miller --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org