All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [merged] ptrace-remove-linux-compath-inclusion-under-config_compat.patch removed from -mm tree
@ 2015-02-18 19:42 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2015-02-18 19:42 UTC (permalink / raw
  To: fabf, oleg, mm-commits


The patch titled
     Subject: ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT
has been removed from the -mm tree.  Its filename was
     ptrace-remove-linux-compath-inclusion-under-config_compat.patch

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

------------------------------------------------------
From: Fabian Frederick <fabf@skynet.be>
Subject: ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT

Commit 84c751bd4aeb ("ptrace: add ability to retrieve signals without
removing from a queue (v4)") includes <linux/compat.h> globally in
ptrace.c

This patch removes inclusion under if defined CONFIG_COMPAT.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Acked-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 kernel/ptrace.c |    1 -
 1 file changed, 1 deletion(-)

diff -puN kernel/ptrace.c~ptrace-remove-linux-compath-inclusion-under-config_compat kernel/ptrace.c
--- a/kernel/ptrace.c~ptrace-remove-linux-compath-inclusion-under-config_compat
+++ a/kernel/ptrace.c
@@ -1077,7 +1077,6 @@ int generic_ptrace_pokedata(struct task_
 }
 
 #if defined CONFIG_COMPAT
-#include <linux/compat.h>
 
 int compat_ptrace_request(struct task_struct *child, compat_long_t request,
 			  compat_ulong_t addr, compat_ulong_t data)
_

Patches currently in -mm which might be from fabf@skynet.be are

origin.patch
fs-ext4-fsyncc-generic_file_fsync-call-based-on-barrier-flag.patch


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

only message in thread, other threads:[~2015-02-18 19:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-18 19:42 [merged] ptrace-remove-linux-compath-inclusion-under-config_compat.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.