Re: [PATCH 1/1 RESEND] ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT

2014-12-29 Thread Oleg Nesterov
On 12/29, Fabian Frederick wrote: > Commit 84c751bd4aeb > ("ptrace: add ability to retrieve signals without removing from a queue (v4)") > includes globally in ptrace.c > > This patch removes inclusion under if defined CONFIG_COMPAT. > > Signed-off-by: Fabian Frederick Acked-by: Oleg Nesterov

[PATCH 1/1 RESEND] ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT

2014-12-29 Thread Fabian Frederick
Commit 84c751bd4aeb ("ptrace: add ability to retrieve signals without removing from a queue (v4)") includes globally in ptrace.c This patch removes inclusion under if defined CONFIG_COMPAT. Signed-off-by: Fabian Frederick --- kernel/ptrace.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH 1/1 RESEND] ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT

2014-12-29 Thread Fabian Frederick
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 f...@skynet.be --- kernel/ptrace.c | 1 - 1 file changed, 1

Re: [PATCH 1/1 RESEND] ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT

2014-12-29 Thread Oleg Nesterov
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 f...@skynet.be