Re: [PATCH V5 1/3] x86/ioapic: Support hot-removal of IOAPICs present during boot

From: Rui Wang
Date: Mon Aug 08 2016 - 23:40:12 EST


On Tuesday, Aug 9, 2016 4:23 AM, Bjorn Helgaas wrote:
> On Sun, Jun 26, 2016 at 11:44:57AM +0800, Rui Wang wrote:
> > v5: Remove #ifdef CONFIG_X86 from setup-bus.c, making it neutral to
> archs.
> > v4: Add comments explaining when to call acpi_ioapic_add().
> > v3: Previous versions break mips. This version fixes it.
> >
> > IOAPICs present during system boot aren't added to ioapic_list, thus
> > are unable to be hot-removed. Fix it by calling
> > acpi_ioapic_add() during root bus enumeration.
> >
> > Signed-off-by: Rui Wang <rui.y.wang@xxxxxxxxx>
>
> Hi Rui,
>
> Where are we at with this? If there's anything that still needs to be merged,
> can you rebase it to v4.8-rc1 and post a new, complete, series?
>
Hi Bjorn,

Yes. These patches are needed for IOAPIC hotplug to work.

So Thomas & Rafael, any advice?

Thanks
Rui