diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-10-27 09:01:36 -1000 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-10-27 09:01:36 -1000 |
| commit | ea1fda89f5b23734e10c62762990120d5ae23c43 (patch) | |
| tree | 0de9af37210d2ed689e532133264f1247f9d882c /arch/x86/Kconfig | |
| parent | f69a1accfe2e2ee2c43096abd9080b1fdb0c894d (diff) | |
| parent | 88a921aa3c6b006160d6a46a231b8b32227e8196 (diff) | |
| download | linux-ea1fda89f5b23734e10c62762990120d5ae23c43.tar.gz linux-ea1fda89f5b23734e10c62762990120d5ae23c43.tar.bz2 linux-ea1fda89f5b23734e10c62762990120d5ae23c43.zip | |
Merge tag 'x86_urgent_for_v6.12_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Borislav Petkov:
- Prevent a certain range of pages which get marked as hypervisor-only,
to get allocated to a CoCo (SNP) guest which cannot use them and thus
fail booting
- Fix the microcode loader on AMD to pay attention to the stepping of a
patch and to handle the case where a BIOS config option splits the
machine into logical NUMA nodes per L3 cache slice
- Disable LAM from being built by default due to security concerns
* tag 'x86_urgent_for_v6.12_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/sev: Ensure that RMP table fixups are reserved
x86/microcode/AMD: Split load_microcode_amd()
x86/microcode/AMD: Pay attention to the stepping dynamically
x86/lam: Disable ADDRESS_MASKING in most cases
Diffstat (limited to 'arch/x86/Kconfig')
| -rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 2852fcd82cbd..16354dfa6d96 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -2257,6 +2257,7 @@ config RANDOMIZE_MEMORY_PHYSICAL_PADDING config ADDRESS_MASKING bool "Linear Address Masking support" depends on X86_64 + depends on COMPILE_TEST || !CPU_MITIGATIONS # wait for LASS help Linear Address Masking (LAM) modifies the checking that is applied to 64-bit linear addresses, allowing software to use of the |
