CC: [email protected]
BCC: [email protected]
In-Reply-To: <[email protected]>
References: <[email protected]>
TO: Byungchul Park <[email protected]>
TO: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]

Hi Byungchul,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on tip/sched/core]
[also build test WARNING on linux/master linus/master v5.17-rc7]
[cannot apply to tip/locking/core hnaz-mm/master next-20220308]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    
https://github.com/0day-ci/linux/commits/Byungchul-Park/DEPT-Dependency-Tracker/20220304-150943
base:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git 
25795ef6299f07ce3838f3253a9cb34f64efcfae
:::::: branch date: 5 days ago
:::::: commit date: 5 days ago
config: s390-randconfig-m031-20220307 
(https://download.01.org/0day-ci/archive/20220309/[email protected]/config)
compiler: s390-linux-gcc (GCC) 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]>

smatch warnings:
arch/s390/kvm/../../../virt/kvm/eventfd.c:264 irqfd_update() warn: statement 
has no effect 31
arch/s390/kvm/../../../virt/kvm/eventfd.c:560 kvm_irqfd_deassign() warn: 
statement has no effect 31

vim +264 arch/s390/kvm/../../../virt/kvm/eventfd.c

721eecbf4fe995c Gregory Haskins    2009-05-20  246  
bd2b53b20fcd0d6 Michael S. Tsirkin 2010-11-18  247  /* Must be called under 
irqfds.lock */
166c9775f1f8b8f Eric Auger         2015-09-18  248  static void 
irqfd_update(struct kvm *kvm, struct kvm_kernel_irqfd *irqfd)
bd2b53b20fcd0d6 Michael S. Tsirkin 2010-11-18  249  {
bd2b53b20fcd0d6 Michael S. Tsirkin 2010-11-18  250      struct 
kvm_kernel_irq_routing_entry *e;
8ba918d488caded Paul Mackerras     2014-06-30  251      struct 
kvm_kernel_irq_routing_entry entries[KVM_NR_IRQCHIPS];
351dc6477cd3513 Andrey Smetanin    2015-10-16  252      int n_entries;
8ba918d488caded Paul Mackerras     2014-06-30  253  
9957c86d659a4d5 Paul Mackerras     2014-06-30  254      n_entries = 
kvm_irq_map_gsi(kvm, entries, irqfd->gsi);
bd2b53b20fcd0d6 Michael S. Tsirkin 2010-11-18  255  
56f89f3629ffd1a Paul Mackerras     2014-06-30  256      
write_seqcount_begin(&irqfd->irq_entry_sc);
56f89f3629ffd1a Paul Mackerras     2014-06-30  257  
8ba918d488caded Paul Mackerras     2014-06-30  258      e = entries;
351dc6477cd3513 Andrey Smetanin    2015-10-16  259      if (n_entries == 1)
56f89f3629ffd1a Paul Mackerras     2014-06-30  260              
irqfd->irq_entry = *e;
351dc6477cd3513 Andrey Smetanin    2015-10-16  261      else
351dc6477cd3513 Andrey Smetanin    2015-10-16  262              
irqfd->irq_entry.type = 0;
56f89f3629ffd1a Paul Mackerras     2014-06-30  263  
56f89f3629ffd1a Paul Mackerras     2014-06-30 @264      
write_seqcount_end(&irqfd->irq_entry_sc);
bd2b53b20fcd0d6 Michael S. Tsirkin 2010-11-18  265  }
bd2b53b20fcd0d6 Michael S. Tsirkin 2010-11-18  266  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]
_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to