diff options
author | David Woodhouse <[email protected]> | 2020-10-24 22:35:01 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2020-10-28 20:26:23 +0100 |
commit | 26573a97746c7a99f394f9d398ce91a8853b3b89 (patch) | |
tree | 1976a1d6ffcd6ffd621b526d082cb1e8ee8c6a42 /scripts/gdb/linux/config.py | |
parent | 5a169bf04cd2bfdbac967d12eb5b70915b29d7ee (diff) |
x86/apic: Fix x2apic enablement without interrupt remapping
Currently, Linux as a hypervisor guest will enable x2apic only if there are
no CPUs present at boot time with an APIC ID above 255.
Hotplugging a CPU later with a higher APIC ID would result in a CPU which
cannot be targeted by external interrupts.
Add a filter in x2apic_apic_id_valid() which can be used to prevent such
CPUs from coming online, and allow x2apic to be enabled even if they are
present at boot time.
Fixes: ce69a784504 ("x86/apic: Enable x2APIC without interrupt remapping under KVM")
Signed-off-by: David Woodhouse <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/config.py')
0 files changed, 0 insertions, 0 deletions