Commit-ID: 9cf5bcc3ddc4f291f54e680b75ad3957e2d468f9 Gitweb: http://git.kernel.org/tip/9cf5bcc3ddc4f291f54e680b75ad3957e2d468f9 Author: Ingo Molnar <[email protected]> AuthorDate: Wed, 3 Jun 2015 12:37:29 +0200 Committer: Ingo Molnar <[email protected]> CommitDate: Wed, 3 Jun 2015 12:51:40 +0200
Documentation/features/debug: Add feature description and arch support status file for 'kprobes-on-ftrace' Cc: <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Cc: Andrew Morton <[email protected]> Cc: H. Peter Anvin <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Josh Triplett <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> --- .../features/debug/{KASAN => kprobes-on-ftrace}/arch-support.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/features/debug/KASAN/arch-support.txt b/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt similarity index 85% copy from Documentation/features/debug/KASAN/arch-support.txt copy to Documentation/features/debug/kprobes-on-ftrace/arch-support.txt index 14531da..40f44d0 100644 --- a/Documentation/features/debug/KASAN/arch-support.txt +++ b/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt @@ -1,7 +1,7 @@ # -# Feature name: KASAN -# Kconfig: HAVE_ARCH_KASAN -# description: arch supports the KASAN runtime memory checker +# Feature name: kprobes-on-ftrace +# Kconfig: HAVE_KPROBES_ON_FTRACE +# description: arch supports combined kprobes and ftrace live patching # ----------------------- | arch |status| -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

