Kconfig.debug (3288731e628e0269c20d86e43b647d0b92f2b3fc) | Kconfig.debug (01081f5ab9916603555f236b11f76bb00e4e01e9) |
---|---|
1menu "Kernel hacking" 2 3source "lib/Kconfig.debug" 4 5config ARM_PTDUMP 6 bool "Export kernel pagetable layout to userspace via debugfs" 7 depends on DEBUG_KERNEL 8 select DEBUG_FS --- 1596 unchanged lines hidden (view full) --- 1605 ---help--- 1606 This option helps catch unintended modifications to loadable 1607 kernel module's text and read-only data. It also prevents execution 1608 of module data. Such protection may interfere with run-time code 1609 patching and dynamic kernel tracing - and they might also protect 1610 against certain classes of kernel exploits. 1611 If in doubt, say "N". 1612 | 1menu "Kernel hacking" 2 3source "lib/Kconfig.debug" 4 5config ARM_PTDUMP 6 bool "Export kernel pagetable layout to userspace via debugfs" 7 depends on DEBUG_KERNEL 8 select DEBUG_FS --- 1596 unchanged lines hidden (view full) --- 1605 ---help--- 1606 This option helps catch unintended modifications to loadable 1607 kernel module's text and read-only data. It also prevents execution 1608 of module data. Such protection may interfere with run-time code 1609 patching and dynamic kernel tracing - and they might also protect 1610 against certain classes of kernel exploits. 1611 If in doubt, say "N". 1612 |
1613source "drivers/coresight/Kconfig" | 1613source "drivers/hwtracing/coresight/Kconfig" |
1614 1615endmenu | 1614 1615endmenu |