|
@@ -9,6 +9,7 @@ source "lib/Kconfig.debug"
|
|
config DEBUG_RODATA
|
|
config DEBUG_RODATA
|
|
bool "Write protect kernel read-only data structures"
|
|
bool "Write protect kernel read-only data structures"
|
|
depends on DEBUG_KERNEL
|
|
depends on DEBUG_KERNEL
|
|
|
|
+ depends on !KPROBES # temporary for 2.6.22
|
|
help
|
|
help
|
|
Mark the kernel read-only data as write-protected in the pagetables,
|
|
Mark the kernel read-only data as write-protected in the pagetables,
|
|
in order to catch accidental (and incorrect) writes to such const data.
|
|
in order to catch accidental (and incorrect) writes to such const data.
|