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 netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-inf

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-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