From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH net-next] modules: allow modprobe load regular elf binaries Date: Tue, 13 Mar 2018 09:48:35 +0100 Message-ID: <20180313084835.GB8901@kroah.com> References: <20180309.135724.452219538059491199.davem@davemloft.net> <81b7599d-aab7-6cb6-7843-64510c8f6260@fb.com> <20180310140843.GP4449@wotan.suse.de> <20180310151652.GV4449@wotan.suse.de> <20180310153431.GW4449@wotan.suse.de> <1f3e2c92-1e09-cc77-3b90-e33d7da35a2f@fb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1f3e2c92-1e09-cc77-3b90-e33d7da35a2f@fb.com> Sender: linux-kernel-owner@vger.kernel.org To: Alexei Starovoitov Cc: "Luis R. Rodriguez" , Jessica Yu , Linus Torvalds , Mimi Zohar , Djalal Harouni , David Miller , Andy Lutomirski , Kees Cook , Alexei Starovoitov , Al Viro , Daniel Borkmann , Network Development , Linux Kernel Mailing List , kernel-team , Linux API List-Id: linux-api@vger.kernel.org On Mon, Mar 12, 2018 at 10:22:00AM -0700, Alexei Starovoitov wrote: > On 3/10/18 7:34 AM, Luis R. Rodriguez wrote: > > Also, > > > > Alexei you never answered my questions out aliases with the umh modules. > > Long term this important to consider. > > aliases always felt like a crutch to me. > I can see an argument when they're used as 'alias pci:* foo' > but the way it's used in networking with ip_set_* and nf-* is > something I prefer not to ever do again. > Definitely no aliases for bpfilter umh. I agree, let's not do that if at all possible for these types of binaries. greg k-h