All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [merged] mm-process_vm_access-move-config-option-into-init-kconfig.patch removed from -mm tree
@ 2014-06-05 19:53 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2014-06-05 19:53 UTC (permalink / raw
  To: mm-commits, viro, hughd, davidlohr, cyeoh, koct9i

Subject: [merged] mm-process_vm_access-move-config-option-into-init-kconfig.patch removed from -mm tree
To: koct9i@gmail.com,cyeoh@au1.ibm.com,davidlohr@hp.com,hughd@google.com,viro@zeniv.linux.org.uk,mm-commits@vger.kernel.org
From: akpm@linux-foundation.org
Date: Thu, 05 Jun 2014 12:53:23 -0700


The patch titled
     Subject: mm/process_vm_access: move config option into init/Kconfig
has been removed from the -mm tree.  Its filename was
     mm-process_vm_access-move-config-option-into-init-kconfig.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Konstantin Khlebnikov <koct9i@gmail.com>
Subject: mm/process_vm_access: move config option into init/Kconfig

CONFIG_CROSS_MEMORY_ATTACH adds couple syscalls: process_vm_readv and
process_vm_writev, it's a kind of IPC for copying data between processes. 
Currently this option is placed inside "Processor type and features".

This patch moves it into "General setup" (where all other arch-independed
syscalls and ipc features are placed) and changes prompt string to less
cryptic.

Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
Cc: Christopher Yeoh <cyeoh@au1.ibm.com>
Cc: Davidlohr Bueso <davidlohr@hp.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 init/Kconfig |   10 ++++++++++
 mm/Kconfig   |   10 ----------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff -puN init/Kconfig~mm-process_vm_access-move-config-option-into-init-kconfig init/Kconfig
--- a/init/Kconfig~mm-process_vm_access-move-config-option-into-init-kconfig
+++ a/init/Kconfig
@@ -261,6 +261,16 @@ config POSIX_MQUEUE_SYSCTL
 	depends on SYSCTL
 	default y
 
+config CROSS_MEMORY_ATTACH
+	bool "Enable process_vm_readv/writev syscalls"
+	depends on MMU
+	default y
+	help
+	  Enabling this option adds the system calls process_vm_readv and
+	  process_vm_writev which allow a process with the correct privileges
+	  to directly read from or write to to another process's address space.
+	  See the man page for more details.
+
 config FHANDLE
 	bool "open by fhandle syscalls"
 	select EXPORTFS
diff -puN mm/Kconfig~mm-process_vm_access-move-config-option-into-init-kconfig mm/Kconfig
--- a/mm/Kconfig~mm-process_vm_access-move-config-option-into-init-kconfig
+++ a/mm/Kconfig
@@ -436,16 +436,6 @@ choice
 	  benefit.
 endchoice
 
-config CROSS_MEMORY_ATTACH
-	bool "Cross Memory Support"
-	depends on MMU
-	default y
-	help
-	  Enabling this option adds the system calls process_vm_readv and
-	  process_vm_writev which allow a process with the correct privileges
-	  to directly read from or write to to another process's address space.
-	  See the man page for more details.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-05 19:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-05 19:53 [merged] mm-process_vm_access-move-config-option-into-init-kconfig.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.