summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@foundries.io>2022-10-05 12:55:07 -0300
committerDaiane Angolini <daiane.angolini@foundries.io>2022-10-05 12:55:13 -0300
commit8c8464177402c32a21546530426e4995ab21c510 (patch)
treebdc37e3985a40b5facb40342af4a056198ac4698 /security
parent143ca87ada4aeca55c5418be921d07d12763878a (diff)
parenta9e2d8e52e1c0d87c0fa4f9d2d38e210aabed515 (diff)
Merge tag 'v5.15.57' into 5.15-2.1.x-imx
This is the 5.15.57 stable release Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
Diffstat (limited to 'security')
-rw-r--r--security/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/Kconfig b/security/Kconfig
index fe6c0395fa02..5d412b3ddc49 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -54,17 +54,6 @@ config SECURITY_NETWORK
implement socket and networking access controls.
If you are unsure how to answer this question, answer N.
-config PAGE_TABLE_ISOLATION
- bool "Remove the kernel mapping in user mode"
- default y
- depends on (X86_64 || X86_PAE) && !UML
- help
- This feature reduces the number of hardware side channels by
- ensuring that the majority of kernel addresses are not mapped
- into userspace.
-
- See Documentation/x86/pti.rst for more details.
-
config SECURITY_INFINIBAND
bool "Infiniband Security Hooks"
depends on SECURITY && INFINIBAND