From: Oleg Nesterov <oleg@redhat.com>
To: Fabian Frederick <fabf@skynet.be>
Cc: linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
Roland McGrath <roland@hack.frob.com>
Subject: Re: [PATCH 1/1 RESEND] ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT
Date: Mon, 29 Dec 2014 14:16:40 +0100 [thread overview]
Message-ID: <20141229131639.GA23323@redhat.com> (raw)
In-Reply-To: <1419848439-9596-1-git-send-email-fabf@skynet.be>
On 12/29, 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>
> ---
> kernel/ptrace.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/kernel/ptrace.c b/kernel/ptrace.c
> index 1eb9d90..227fec3 100644
> --- a/kernel/ptrace.c
> +++ b/kernel/ptrace.c
> @@ -1077,7 +1077,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
>
prev parent reply other threads:[~2014-12-29 13:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-29 10:20 [PATCH 1/1 RESEND] ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT Fabian Frederick
2014-12-29 13:16 ` Oleg Nesterov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141229131639.GA23323@redhat.com \
--to=oleg@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=fabf@skynet.be \
--cc=linux-kernel@vger.kernel.org \
--cc=roland@hack.frob.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox