]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/x86/Kconfig.debug
nbd: don't use req->errors
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / Kconfig.debug
index 783099f2ac72bc45c7196f71f344c81728521d95..63c1d13aaf9f99934c4e02a7ca6eb8ced4389056 100644 (file)
@@ -74,14 +74,6 @@ config EFI_PGT_DUMP
          issues with the mapping of the EFI runtime regions into that
          table.
 
-config DEBUG_RODATA_TEST
-       bool "Testcase for the marking rodata read-only"
-       default y
-       ---help---
-         This option enables a testcase for the setting rodata read-only
-         as well as for the change_page_attr() infrastructure.
-         If in doubt, say "N"
-
 config DEBUG_WX
        bool "Warn on W+X mappings at boot"
        select X86_PTDUMP_CORE
@@ -109,17 +101,6 @@ config DEBUG_WX
 
          If in doubt, say "Y".
 
-config DEBUG_SET_MODULE_RONX
-       bool "Set loadable kernel module data as NX and text as RO"
-       depends on MODULES
-       ---help---
-         This option helps catch unintended modifications to loadable
-         kernel module's text and read-only data. It also prevents execution
-         of module data. Such protection may interfere with run-time code
-         patching and dynamic kernel tracing - and they might also protect
-         against certain classes of kernel exploits.
-         If in doubt, say "N".
-
 config DOUBLEFAULT
        default y
        bool "Enable doublefault exception handler" if EXPERT