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 'uprobes' Date: Wed, 3 Jun 2015 04:16:48 -0700 Message-ID: Reply-To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, corbet-T1hC0tSOHrs@public.gmane.org, hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org, linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org, tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org, peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org, akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org, josh-iaAMLnmF4UmaiuxdJuQwMA@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: akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org, josh-iaAMLnmF4UmaiuxdJuQwMA@public.gmane.org, corbet-T1hC0tSOHrs@public.gmane.org, linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org, linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org, peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org, mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org List-Id: linux-arch.vger.kernel.org Commit-ID: 138943ea3aa2b69960250c218637468bb157f49c Gitweb: http://git.kernel.org/tip/138943ea3aa2b69960250c218637468bb157f49c Author: Ingo Molnar AuthorDate: Wed, 3 Jun 2015 12:37:31 +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 'uprobes' 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/{vm/ELF-ASLR => debug/uprobes}/arch-support.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/features/vm/ELF-ASLR/arch-support.txt b/Documentation/features/debug/uprobes/arch-support.txt similarity index 80% copy from Documentation/features/vm/ELF-ASLR/arch-support.txt copy to Documentation/features/debug/uprobes/arch-support.txt index ec4dd28..4efe36c 100644 --- a/Documentation/features/vm/ELF-ASLR/arch-support.txt +++ b/Documentation/features/debug/uprobes/arch-support.txt @@ -1,7 +1,7 @@ # -# Feature name: ELF-ASLR -# Kconfig: ARCH_HAS_ELF_RANDOMIZE -# description: arch randomizes the stack, heap and binary images of ELF binaries +# Feature name: uprobes +# Kconfig: ARCH_SUPPORTS_UPROBES +# description: arch supports live patched user probes # ----------------------- | arch |status| @@ -9,7 +9,7 @@ | alpha: | TODO | | arc: | TODO | | arm: | ok | - | arm64: | ok | + | arm64: | TODO | | avr32: | TODO | | blackfin: | TODO | | c6x: | TODO | @@ -22,7 +22,7 @@ | m68k: | TODO | | metag: | TODO | | microblaze: | TODO | - | mips: | ok | + | mips: | TODO | | mn10300: | TODO | | nios2: | TODO | | openrisc: | TODO | From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from terminus.zytor.com ([198.137.202.10]:60229 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752537AbbFCLRW (ORCPT ); Wed, 3 Jun 2015 07:17:22 -0400 Date: Wed, 3 Jun 2015 04:16:48 -0700 From: tip-bot for Ingo Molnar Message-ID: Reply-To: linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, corbet@lwn.net, hpa@zytor.com, linux-arch@vger.kernel.org, mingo@kernel.org, torvalds@linux-foundation.org, tglx@linutronix.de, peterz@infradead.org, akpm@linux-foundation.org, josh@joshtriplett.org Subject: [tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for 'uprobes' 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: akpm@linux-foundation.org, josh@joshtriplett.org, corbet@lwn.net, linux-api@vger.kernel.org, hpa@zytor.com, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, peterz@infradead.org, mingo@kernel.org, torvalds@linux-foundation.org Message-ID: <20150603111648.sJDyJrQvWgdp_CHxvxi6M_SK78tvWt_z-v99mZDzLTU@z> Commit-ID: 138943ea3aa2b69960250c218637468bb157f49c Gitweb: http://git.kernel.org/tip/138943ea3aa2b69960250c218637468bb157f49c Author: Ingo Molnar AuthorDate: Wed, 3 Jun 2015 12:37:31 +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 'uprobes' 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/{vm/ELF-ASLR => debug/uprobes}/arch-support.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/features/vm/ELF-ASLR/arch-support.txt b/Documentation/features/debug/uprobes/arch-support.txt similarity index 80% copy from Documentation/features/vm/ELF-ASLR/arch-support.txt copy to Documentation/features/debug/uprobes/arch-support.txt index ec4dd28..4efe36c 100644 --- a/Documentation/features/vm/ELF-ASLR/arch-support.txt +++ b/Documentation/features/debug/uprobes/arch-support.txt @@ -1,7 +1,7 @@ # -# Feature name: ELF-ASLR -# Kconfig: ARCH_HAS_ELF_RANDOMIZE -# description: arch randomizes the stack, heap and binary images of ELF binaries +# Feature name: uprobes +# Kconfig: ARCH_SUPPORTS_UPROBES +# description: arch supports live patched user probes # ----------------------- | arch |status| @@ -9,7 +9,7 @@ | alpha: | TODO | | arc: | TODO | | arm: | ok | - | arm64: | ok | + | arm64: | TODO | | avr32: | TODO | | blackfin: | TODO | | c6x: | TODO | @@ -22,7 +22,7 @@ | m68k: | TODO | | metag: | TODO | | microblaze: | TODO | - | mips: | ok | + | mips: | TODO | | mn10300: | TODO | | nios2: | TODO | | openrisc: | TODO |