Re: [PATCH] seccomp: allow BPF_XOR based ALU instructions.

2013-03-25 Thread James Morris
On Fri, 15 Mar 2013, Nicolas Schichan wrote: > > Signed-off-by: Nicolas Schichan > --- > kernel/seccomp.c |2 ++ > 1 file changed, 2 insertions(+) Applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next -- James Morris -- To unsubscribe from this list:

Re: [PATCH] seccomp: allow BPF_XOR based ALU instructions.

2013-03-25 Thread Will Drewry
Better late than never .. right? Acked-by: Will Drewry Thanks! On Fri, Mar 15, 2013 at 1:12 PM, Kees Cook wrote: > On Fri, Mar 15, 2013 at 10:02 AM, Nicolas Schichan > wrote: >> >> Signed-off-by: Nicolas Schichan > > Ah, good catch. Thanks! > > Acked-by: Kees Cook > > -- > Kees Cook >

Re: [PATCH] seccomp: allow BPF_XOR based ALU instructions.

2013-03-25 Thread Will Drewry
Better late than never .. right? Acked-by: Will Drewry w...@chromium.org Thanks! On Fri, Mar 15, 2013 at 1:12 PM, Kees Cook keesc...@chromium.org wrote: On Fri, Mar 15, 2013 at 10:02 AM, Nicolas Schichan nschic...@freebox.fr wrote: Signed-off-by: Nicolas Schichan nschic...@freebox.fr Ah,

Re: [PATCH] seccomp: allow BPF_XOR based ALU instructions.

2013-03-25 Thread James Morris
On Fri, 15 Mar 2013, Nicolas Schichan wrote: Signed-off-by: Nicolas Schichan nschic...@freebox.fr --- kernel/seccomp.c |2 ++ 1 file changed, 2 insertions(+) Applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next -- James Morris jmor...@namei.org

Re: [PATCH] seccomp: allow BPF_XOR based ALU instructions.

2013-03-15 Thread Kees Cook
On Fri, Mar 15, 2013 at 10:02 AM, Nicolas Schichan wrote: > > Signed-off-by: Nicolas Schichan Ah, good catch. Thanks! Acked-by: Kees Cook -- Kees Cook Chrome OS Security -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH] seccomp: allow BPF_XOR based ALU instructions.

2013-03-15 Thread Nicolas Schichan
Signed-off-by: Nicolas Schichan --- kernel/seccomp.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/seccomp.c b/kernel/seccomp.c index 5af44b5..b7a1004 100644 --- a/kernel/seccomp.c +++ b/kernel/seccomp.c @@ -160,6 +160,8 @@ static int seccomp_check_filter(struct sock_filter

[PATCH] seccomp: allow BPF_XOR based ALU instructions.

2013-03-15 Thread Nicolas Schichan
Signed-off-by: Nicolas Schichan nschic...@freebox.fr --- kernel/seccomp.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/seccomp.c b/kernel/seccomp.c index 5af44b5..b7a1004 100644 --- a/kernel/seccomp.c +++ b/kernel/seccomp.c @@ -160,6 +160,8 @@ static int

Re: [PATCH] seccomp: allow BPF_XOR based ALU instructions.

2013-03-15 Thread Kees Cook
On Fri, Mar 15, 2013 at 10:02 AM, Nicolas Schichan nschic...@freebox.fr wrote: Signed-off-by: Nicolas Schichan nschic...@freebox.fr Ah, good catch. Thanks! Acked-by: Kees Cook keesc...@chromium.org -- Kees Cook Chrome OS Security -- To unsubscribe from this list: send the line unsubscribe