CC: [email protected] CC: [email protected] TO: Marc Zyngier <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git hack/m1-pcie head: 1fd2c9634dd24fba323baba52200de18e4d3f4ee commit: 4506277b9030202811e5c671330c1ac9b1d3a0b0 [10/15] M1 PCIe hacks :::::: branch date: 16 hours ago :::::: commit date: 16 hours ago config: i386-allyesconfig (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: Julia Lawall <[email protected]> cocci warnings: (new ones prefixed by >>) >> drivers/pci/controller/pcie-apple-m1.c:60:45-46: irq_set_affinity: first >> occurrence line 64, second occurrence line 66 vim +60 drivers/pci/controller/pcie-apple-m1.c 4506277b9030202 Marc Zyngier 2021-03-29 59 4506277b9030202 Marc Zyngier 2021-03-29 @60 static struct irq_chip apple_msi_bottom_chip = { 4506277b9030202 Marc Zyngier 2021-03-29 61 .name = "MSI", 4506277b9030202 Marc Zyngier 2021-03-29 62 .irq_mask = irq_chip_mask_parent, 4506277b9030202 Marc Zyngier 2021-03-29 63 .irq_unmask = irq_chip_unmask_parent, 4506277b9030202 Marc Zyngier 2021-03-29 @64 .irq_set_affinity = irq_chip_set_affinity_parent, 4506277b9030202 Marc Zyngier 2021-03-29 65 .irq_eoi = irq_chip_eoi_parent, 4506277b9030202 Marc Zyngier 2021-03-29 @66 .irq_set_affinity = irq_chip_set_affinity_parent, 4506277b9030202 Marc Zyngier 2021-03-29 67 .irq_set_type = irq_chip_set_type_parent, 4506277b9030202 Marc Zyngier 2021-03-29 68 .irq_compose_msi_msg = apple_msi_compose_msg, 4506277b9030202 Marc Zyngier 2021-03-29 69 }; 4506277b9030202 Marc Zyngier 2021-03-29 70 --- 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]
