commit | 5f8efbb96f4b2679dcbd2c115380a47bd2089dcd | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Mon Jan 16 01:56:39 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jan 16 11:27:58 2006 -0800 |
tree | 09b8c0684ee8e943d6199e2e4ebc21e5ce0062c9 | |
parent | aa41eb9915de74fc6935792973bac4bd777ce218 [diff] |
[PATCH] x86_64: Allow nesting of int3 by default for kprobes This unbreaks recursive kprobes which didn't work anymore due to an earlier patch which converted the debug entry point to use an IST. This also allows nesting of the debug entry point too. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>