]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/platform/uv/BAU: Add APIC idt entry
authorAndrew Banman <abanman@hpe.com>
Tue, 27 Mar 2018 22:09:06 +0000 (17:09 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 8 Apr 2018 12:27:33 +0000 (14:27 +0200)
commita408b211f57906dac53e4c03576e1090ef120a5e
tree3caf3e7c5fe2c12ac8eb54d1f23687a0dd052043
parent740aa15795262589b9ee59b0d632f8146db7bc5c
x86/platform/uv/BAU: Add APIC idt entry

commit 151ad17fbe5e56afa59709f41980508672c777ce upstream.

BAU uses the old alloc_initr_gate90 method to setup its interrupt. This
fails silently as the BAU vector is in the range of APIC vectors that are
registered to the spurious interrupt handler. As a consequence BAU
broadcasts are not handled, and the broadcast source CPU hangs.

Update BAU to use new idt structure.

Fixes: dc20b2d52653 ("x86/idt: Move interrupt gate initialization to IDT code")
Signed-off-by: Andrew Banman <abanman@hpe.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Mike Travis <mike.travis@hpe.com>
Cc: Dimitri Sivanich <sivanich@hpe.com>
Cc: Russ Anderson <rja@hpe.com>
Cc: stable@vger.kernel.org
Cc: "H. Peter Anvin" <hpa@zytor.com>
Link: https://lkml.kernel.org/r/1522188546-196177-1-git-send-email-abanman@hpe.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/include/asm/hw_irq.h
arch/x86/kernel/idt.c
arch/x86/platform/uv/tlb_uv.c