Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752588AbdLAUNc (ORCPT ); Fri, 1 Dec 2017 15:13:32 -0500 Received: from www62.your-server.de ([213.133.104.62]:50223 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752127AbdLAUN3 (ORCPT ); Fri, 1 Dec 2017 15:13:29 -0500 Subject: Re: netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1' To: Linus Torvalds , Al Viro Cc: Kees Cook , Shmulik Ladkani , Willem de Bruijn , Pablo Neira Ayuso , David Miller , LKML , Network Development , Christoph Hellwig , Thomas Garnier , Jann Horn References: <20171201013304.GM21978@ZenIV.linux.org.uk> <20171201034859.GN21978@ZenIV.linux.org.uk> <20171201045439.GO21978@ZenIV.linux.org.uk> From: Daniel Borkmann Message-ID: Date: Fri, 1 Dec 2017 21:13:19 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Authenticated-Sender: daniel@iogearbox.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 685 Lines: 15 On 12/01/2017 07:28 PM, Linus Torvalds wrote: > [ Sorry for HTML email crud - traveling and on mobile right now ] > > On Nov 30, 2017 23:54, "Al Viro" wrote: > > Would cause problems for tracepoints in there, though. And that, BTW, > is precisely why I don't want tracepoints in core VFS, TYVM - makes > restructuring the code harder... > > Just ignore them, see if anybody notices, and then they can add them back. > Tracepoints shouldn't hold up kernel development, and I doubt these are > ones that could be noticed by normal users. Yep, agree, if it really gets in the way, then lets remove them for now. After all, that was what was decided anyway.