From mboxrd@z Thu Jan 1 00:00:00 1970 From: tip-bot for Ingo Molnar Subject: [tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for 'kretprobes' Date: Wed, 3 Jun 2015 04:17:06 -0700 Message-ID: Reply-To: peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org, corbet-T1hC0tSOHrs@public.gmane.org, josh-iaAMLnmF4UmaiuxdJuQwMA@public.gmane.org, hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org, mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org, torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org, linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-tip-commits-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org, tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org, mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org, josh-iaAMLnmF4UmaiuxdJuQwMA@public.gmane.org, corbet-T1hC0tSOHrs@public.gmane.org, peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org, linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-arch.vger.kernel.org Commit-ID: a382c9694c2a8fb0d9525fa3289c1c7eeee73ae8 Gitweb: http://git.kernel.org/tip/a382c9694c2a8fb0d9525fa3289c1c7eeee73ae8 Author: Ingo Molnar AuthorDate: Wed, 3 Jun 2015 12:37:32 +0200 Committer: Ingo Molnar CommitDate: Wed, 3 Jun 2015 12:51:40 +0200 Documentation/features/debug: Add feature description and arch support status file for 'kretprobes' Cc: Cc: Cc: Cc: Andrew Morton Cc: H. Peter Anvin Cc: Jonathan Corbet Cc: Josh Triplett Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- .../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 | From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from terminus.zytor.com ([198.137.202.10]:60247 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932160AbbFCLRh (ORCPT ); Wed, 3 Jun 2015 07:17:37 -0400 Date: Wed, 3 Jun 2015 04:17:06 -0700 From: tip-bot for Ingo Molnar Message-ID: Reply-To: peterz@infradead.org, corbet@lwn.net, josh@joshtriplett.org, hpa@zytor.com, mingo@kernel.org, tglx@linutronix.de, torvalds@linux-foundation.org, linux-api@vger.kernel.org, linux-arch@vger.kernel.org, akpm@linux-foundation.org, linux-kernel@vger.kernel.org Subject: [tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for 'kretprobes' MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-arch-owner@vger.kernel.org List-ID: To: linux-tip-commits@vger.kernel.org Cc: torvalds@linux-foundation.org, tglx@linutronix.de, mingo@kernel.org, hpa@zytor.com, josh@joshtriplett.org, corbet@lwn.net, peterz@infradead.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org, linux-arch@vger.kernel.org, linux-api@vger.kernel.org Message-ID: <20150603111706.2G4uLk96QK3_RZEXgSvD0_U5s911Y6R-6xt-c-Z2GEE@z> Commit-ID: a382c9694c2a8fb0d9525fa3289c1c7eeee73ae8 Gitweb: http://git.kernel.org/tip/a382c9694c2a8fb0d9525fa3289c1c7eeee73ae8 Author: Ingo Molnar AuthorDate: Wed, 3 Jun 2015 12:37:32 +0200 Committer: Ingo Molnar CommitDate: Wed, 3 Jun 2015 12:51:40 +0200 Documentation/features/debug: Add feature description and arch support status file for 'kretprobes' Cc: Cc: Cc: Cc: Andrew Morton Cc: H. Peter Anvin Cc: Jonathan Corbet Cc: Josh Triplett Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- .../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 |