From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932155AbbFCLRf (ORCPT ); Wed, 3 Jun 2015 07:17:35 -0400 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: 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 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 To: linux-tip-commits@vger.kernel.org Subject: [tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for 'uprobes' Git-Commit-ID: 138943ea3aa2b69960250c218637468bb157f49c X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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 |