commit | 55181000cd60334fe920c65ffbcdfe0e3f1de406 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed Jun 20 12:23:35 2007 +0200 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Jun 20 14:27:26 2007 -0700 |
tree | 64ecf0214b425e42013b631d8acdcacfafa43048 | |
parent | 9f1f79e641c548ee93fb20f69c9a404b92ee4fdd [diff] |
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>