Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1589474

[PATCH v2 0/2] Improvement on ioapic hotplug

From Rui Wang <rui.y.wang@intel.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/2] Improvement on ioapic hotplug
Date 2017-02-28 15:00 +0100
Message-ID <tfQtP-5bx-7@gated-at.bofh.it> (permalink)
References <tfQtP-5bx-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The revert of 991de2e59090 ("PCI, x86: Implement pcibios_alloc_irq()
and pcibios_free_irq()") causes a problem for IOAPIC hotplug. If
a device under the IOAPIC doesn't call pci_disable_device(), then
the hot-removal of the IOAPIC causes kernel stack dump.

This patchset can fix the problem. IOAPIC hot-removal works correctly
after applying this patchset.

v2: 0001 Fixed a missing stub function causing compiling error on i386 
    0002 Fixed a typo on the subject line.

Rui Wang (2):
  x86/PCI: Implement pcibios_release_device to release IRQ from IOAPIC
  x86/ioapic: Split IOAPIC hot-removal into two steps

 arch/x86/pci/common.c   |  9 +++++++++
 drivers/acpi/internal.h |  2 ++
 drivers/acpi/ioapic.c   | 22 ++++++++++++++++------
 drivers/acpi/pci_root.c |  4 ++--
 4 files changed, 29 insertions(+), 8 deletions(-)

-- 
1.8.3.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/2] Improvement on ioapic hotplug Rui Wang <rui.y.wang@intel.com> - 2017-02-28 15:00 +0100
  [PATCH v2 2/2] x86/ioapic: Split IOAPIC hot-removal into two steps Rui Wang <rui.y.wang@intel.com> - 2017-02-28 15:00 +0100
  [PATCH v2 1/2] x86/PCI: Implement pcibios_release_device to release IRQ from IOAPIC Rui Wang <rui.y.wang@intel.com> - 2017-02-28 15:00 +0100

csiph-web