Re: [PATCH v5 02/10] pci: move pci_msi_init_pci_dev to probe.c

2015-04-01 Thread Eric W. Biederman
Fam Zheng writes: > On Sun, 03/29 17:04, Michael S. Tsirkin wrote: >> commit d5dea7d95c48d7bc951cee4910a7fd9c0cd26fb0 >> "PCI: msi: Disable msi interrupts when we initialize a pci device" >> fixes kexec when the booting kernel does not enable msi interupts. >> >> Unfortunately the relevant f

Re: [PATCH v5 02/10] pci: move pci_msi_init_pci_dev to probe.c

2015-04-01 Thread Fam Zheng
On Sun, 03/29 17:04, Michael S. Tsirkin wrote: > commit d5dea7d95c48d7bc951cee4910a7fd9c0cd26fb0 > "PCI: msi: Disable msi interrupts when we initialize a pci device" > fixes kexec when the booting kernel does not enable msi interupts. > > Unfortunately the relevant functionality is in msi.c so

[PATCH v5 02/10] pci: move pci_msi_init_pci_dev to probe.c

2015-03-29 Thread Michael S. Tsirkin
commit d5dea7d95c48d7bc951cee4910a7fd9c0cd26fb0 "PCI: msi: Disable msi interrupts when we initialize a pci device" fixes kexec when the booting kernel does not enable msi interupts. Unfortunately the relevant functionality is in msi.c so it isn't compiled in when CONFIG_PCI_MSI is off, which m