We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd9584 commit 3267cb6Copy full SHA for 3267cb6
arch/x86/Kconfig
@@ -2257,6 +2257,7 @@ config RANDOMIZE_MEMORY_PHYSICAL_PADDING
2257
config ADDRESS_MASKING
2258
bool "Linear Address Masking support"
2259
depends on X86_64
2260
+ depends on COMPILE_TEST || !CPU_MITIGATIONS # wait for LASS
2261
help
2262
Linear Address Masking (LAM) modifies the checking that is applied
2263
to 64-bit linear addresses, allowing software to use of the
0 commit comments