Re: [PATCH v2] ARM: net: add JIT support for loads from struct seccomp_data.

2015-05-12 Thread David Miller
From: Nicolas Schichan Date: Thu, 7 May 2015 15:00:13 +0200 > Signed-off-by: Nicolas Schichan Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordo

Re: [PATCH v2] ARM: net: add JIT support for loads from struct seccomp_data.

2015-05-10 Thread David Miller
From: Russell King - ARM Linux Date: Sun, 10 May 2015 20:40:28 +0100 > I think you have taken previous ARM net JIT patches, so I think it > makes sense if you continue to do so. I'm not knowledgable of the > JIT interface myself, all I can say about many of these patches is > that they look okay

Re: [PATCH v2] ARM: net: add JIT support for loads from struct seccomp_data.

2015-05-10 Thread Russell King - ARM Linux
On Sat, May 09, 2015 at 10:28:58PM -0400, David Miller wrote: > From: Nicolas Schichan > Date: Thu, 7 May 2015 15:00:13 +0200 > > > Signed-off-by: Nicolas Schichan > > --- > > > > This patch was first sent as part of a serie modifying the core > > seccomp code to allow the use of the classic B

Re: [PATCH v2] ARM: net: add JIT support for loads from struct seccomp_data.

2015-05-09 Thread David Miller
From: Nicolas Schichan Date: Thu, 7 May 2015 15:00:13 +0200 > Signed-off-by: Nicolas Schichan > --- > > This patch was first sent as part of a serie modifying the core > seccomp code to allow the use of the classic BPF JIT. As the core > changes have been submitted to netdev by Daniel Borkmann

[PATCH v2] ARM: net: add JIT support for loads from struct seccomp_data.

2015-05-07 Thread Nicolas Schichan
Signed-off-by: Nicolas Schichan --- This patch was first sent as part of a serie modifying the core seccomp code to allow the use of the classic BPF JIT. As the core changes have been submitted to netdev by Daniel Borkmann, it is now time to re-submit this patch separately. While not physically