lkml.org 
[lkml]   [2014]   [Sep]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 1/1 linux-next] ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT
    On 09/16, Fabian Frederick wrote:
    >
    > 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>

    Hopefully Andrew can take this patch.

    > ---
    > kernel/ptrace.c | 1 -
    > 1 file changed, 1 deletion(-)
    >
    > diff --git a/kernel/ptrace.c b/kernel/ptrace.c
    > index 54e7522..d4f8e3e 100644
    > --- a/kernel/ptrace.c
    > +++ b/kernel/ptrace.c
    > @@ -1094,7 +1094,6 @@ int generic_ptrace_pokedata(struct task_struct *tsk, unsigned long addr,
    > }
    >
    > #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)
    > --
    > 2.1.0
    >



    \
     
     \ /
      Last update: 2014-09-17 20:21    [W:5.191 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site