|
@@ -57,7 +57,7 @@ config SECURITY_NETWORK
|
|
|
config PAGE_TABLE_ISOLATION
|
|
config PAGE_TABLE_ISOLATION
|
|
|
bool "Remove the kernel mapping in user mode"
|
|
bool "Remove the kernel mapping in user mode"
|
|
|
default y
|
|
default y
|
|
|
- depends on X86_64 && !UML
|
|
|
|
|
|
|
+ depends on X86 && !UML
|
|
|
help
|
|
help
|
|
|
This feature reduces the number of hardware side channels by
|
|
This feature reduces the number of hardware side channels by
|
|
|
ensuring that the majority of kernel addresses are not mapped
|
|
ensuring that the majority of kernel addresses are not mapped
|