CC: [email protected]
CC: [email protected]
TO: "Léo Le Bouter" <[email protected]>

Hi Léo,

First bad commit (maybe != root cause):

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
master
head:   d665ea6ea86c785760ee4bad4543dab3267ad074
commit: 9b22fece786ed641909988da4810bfa8e5d2e592 atlantic: remove architecture 
depends
date:   4 months ago
:::::: branch date: 5 hours ago
:::::: commit date: 4 months ago
config: i386-randconfig-m031-20210505 (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 <[email protected]>
Reported-by: Dan Carpenter <[email protected]>

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 <[email protected]>
:::::: CC: David S. Miller <[email protected]>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]

Attachment: .config.gz
Description: application/gzip

_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to