Re: [PATCH] x86, Fix do_IRQ interrupt warning for cpu hotplug retriggered irqs [v2]

2014-01-05 Thread Prarit Bhargava
On 01/05/2014 11:07 AM, Prarit Bhargava wrote: > I tested this by doing a continuous loop of booting a system, downing all > cpus, and then rebooting. Before every reboot I grepped the dmesg log for > the do_IRQ warning to see if there were any additional do_IRQ warnings and > I do not see any

[PATCH] x86, Fix do_IRQ interrupt warning for cpu hotplug retriggered irqs [v2]

2014-01-05 Thread Prarit Bhargava
I tested this by doing a continuous loop of booting a system, downing all cpus, and then rebooting. Before every reboot I grepped the dmesg log for the do_IRQ warning to see if there were any additional do_IRQ warnings and I do not see any after applying this patch. I also tested on several

Re: [PATCH] x86, Fix do_IRQ interrupt warning for cpu hotplug retriggered irqs [v2]

2014-01-05 Thread Prarit Bhargava
On 01/05/2014 11:07 AM, Prarit Bhargava wrote: I tested this by doing a continuous loop of booting a system, downing all cpus, and then rebooting. Before every reboot I grepped the dmesg log for the do_IRQ warning to see if there were any additional do_IRQ warnings and I do not see any

[PATCH] x86, Fix do_IRQ interrupt warning for cpu hotplug retriggered irqs [v2]

2014-01-05 Thread Prarit Bhargava
I tested this by doing a continuous loop of booting a system, downing all cpus, and then rebooting. Before every reboot I grepped the dmesg log for the do_IRQ warning to see if there were any additional do_IRQ warnings and I do not see any after applying this patch. I also tested on several

Re: [PATCH] x86, Fix do_IRQ interrupt warning for cpu hotplug retriggered irqs [v2]

2014-01-03 Thread rui wang
On 12/29/13, Prarit Bhargava wrote: > Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=64831 > > When downing a cpu it is possible that there are unhandled irqs left in > the APIC IRR register. The following code path shows how the problem > can occur: > > 1. CPU 5 is to go down. > 2. CPU 5

Re: [PATCH] x86, Fix do_IRQ interrupt warning for cpu hotplug retriggered irqs [v2]

2014-01-03 Thread rui wang
On 12/29/13, Prarit Bhargava pra...@redhat.com wrote: Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=64831 When downing a cpu it is possible that there are unhandled irqs left in the APIC IRR register. The following code path shows how the problem can occur: 1. CPU 5 is to go down.

[PATCH] x86, Fix do_IRQ interrupt warning for cpu hotplug retriggered irqs [v2]

2013-12-28 Thread Prarit Bhargava
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=64831 When downing a cpu it is possible that there are unhandled irqs left in the APIC IRR register. The following code path shows how the problem can occur: 1. CPU 5 is to go down. 2. CPU 5 IRQ 12 IRR is set to request service, but ISR is

[PATCH] x86, Fix do_IRQ interrupt warning for cpu hotplug retriggered irqs [v2]

2013-12-28 Thread Prarit Bhargava
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=64831 When downing a cpu it is possible that there are unhandled irqs left in the APIC IRR register. The following code path shows how the problem can occur: 1. CPU 5 is to go down. 2. CPU 5 IRQ 12 IRR is set to request service, but ISR is