[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-a382c9694c2a8fb0d9525fa3289c1c7eeee73ae8@git.kernel.org>
Date: Wed, 3 Jun 2015 04:17:06 -0700
From: tip-bot for Ingo Molnar <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: torvalds@...ux-foundation.org, tglx@...utronix.de,
mingo@...nel.org, hpa@...or.com, josh@...htriplett.org,
corbet@....net, peterz@...radead.org, linux-kernel@...r.kernel.org,
akpm@...ux-foundation.org, linux-arch@...r.kernel.org,
linux-api@...r.kernel.org
Subject: [tip:core/documentation] Documentation/features/debug:
Add feature description and arch support status file for 'kretprobes'
Commit-ID: a382c9694c2a8fb0d9525fa3289c1c7eeee73ae8
Gitweb: http://git.kernel.org/tip/a382c9694c2a8fb0d9525fa3289c1c7eeee73ae8
Author: Ingo Molnar <mingo@...nel.org>
AuthorDate: Wed, 3 Jun 2015 12:37:32 +0200
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Wed, 3 Jun 2015 12:51:40 +0200
Documentation/features/debug: Add feature description and arch support status file for 'kretprobes'
Cc: <linux-api@...r.kernel.org>
Cc: <linux-arch@...r.kernel.org>
Cc: <linux-kernel@...r.kernel.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>
Cc: H. Peter Anvin <hpa@...or.com>
Cc: Jonathan Corbet <corbet@....net>
Cc: Josh Triplett <josh@...htriplett.org>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Thomas Gleixner <tglx@...utronix.de>
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
.../features/debug/{kprobes => kretprobes}/arch-support.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/features/debug/kprobes/arch-support.txt b/Documentation/features/debug/kretprobes/arch-support.txt
similarity index 84%
copy from Documentation/features/debug/kprobes/arch-support.txt
copy to Documentation/features/debug/kretprobes/arch-support.txt
index a44bfff..d87c1ce 100644
--- a/Documentation/features/debug/kprobes/arch-support.txt
+++ b/Documentation/features/debug/kretprobes/arch-support.txt
@@ -1,7 +1,7 @@
#
-# Feature name: kprobes
-# Kconfig: HAVE_KPROBES
-# description: arch supports live patched kernel probe
+# Feature name: kretprobes
+# Kconfig: HAVE_KRETPROBES
+# description: arch supports kernel function-return probes
#
-----------------------
| arch |status|
@@ -10,7 +10,7 @@
| arc: | ok |
| arm: | ok |
| arm64: | TODO |
- | avr32: | ok |
+ | avr32: | TODO |
| blackfin: | TODO |
| c6x: | TODO |
| cris: | TODO |
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists