x86: Disable KPROBES with DEBUG_RODATA for now
authorAndi Kleen <ak@suse.de>
Wed, 20 Jun 2007 10:23:35 +0000 (12:23 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 20 Jun 2007 21:27:26 +0000 (14:27 -0700)
commit55181000cd60334fe920c65ffbcdfe0e3f1de406
tree64ecf0214b425e42013b631d8acdcacfafa43048
parent9f1f79e641c548ee93fb20f69c9a404b92ee4fdd
x86: Disable KPROBES with DEBUG_RODATA for now

Right now Kprobes cannot write to the write protected kernel text when
DEBUG_RODATA is enabled. Disallow this in Kconfig for now.

Temporary fix for 2.6.22. In .23 add code to temporarily
unprotect it.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/Kconfig.debug
arch/x86_64/Kconfig.debug