From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [PATCH bpf-next] bpf: Allow bpf_jit_enable = 2 with BPF_JIT_ALWAYS_ON config Date: Wed, 25 Apr 2018 17:37:39 +0200 Message-ID: <77bce91b-8d92-3be2-e4d1-abbb7f4cc2dd@iogearbox.net> References: <1524644322-9263-1-git-send-email-leo.yan@linaro.org> <20180425092547.GA24401@leoy-ThinkPad-X240s> <20180425141435.bvolztivms25y2vt@ast-mbp> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "David S. Miller" , Alexei Starovoitov , Kirill Tkhai , netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Alexei Starovoitov , Leo Yan Return-path: In-Reply-To: <20180425141435.bvolztivms25y2vt@ast-mbp> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 04/25/2018 04:14 PM, Alexei Starovoitov wrote: > On Wed, Apr 25, 2018 at 05:25:47PM +0800, Leo Yan wrote: >> >> If we have concern for security issue, should we remove support for >> 'bpf_jit_enable = 2' and modify the doc to reflect this change? > > I suggest to fix the doc. Agree, lets do that instead. Leo, could you cook a patch for that? Thanks, Daniel