From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: don't unnecessarily load kernel modules in dev_ioctl() Date: Thu, 08 Mar 2018 12:34:40 -0500 (EST) Message-ID: <20180308.123440.2224695014753871221.davem@davemloft.net> References: <152037526427.18953.14013300464173153064.stgit@chester> <20180306155920.7b6379ac@xeon-e3> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-security-module-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org, selinux-+05T5uksL2qpZYMLLGbcSA@public.gmane.org To: stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org Return-path: In-Reply-To: <20180306155920.7b6379ac@xeon-e3> List-Post: List-Help: Errors-To: selinux-bounces-+05T5uksL2qpZYMLLGbcSA@public.gmane.org Sender: "Selinux" List-Id: netdev.vger.kernel.org From: Stephen Hemminger Date: Tue, 6 Mar 2018 15:59:20 -0800 > Actually dev_load by ethernet name is really a legacy thing that > should just die, > > It was kept around so that some very tunnel configuration using special names. > > # ifconfig sit0 > > which probably several web pages still tell users to do... > We have much better control now with ip commands so that this is just > baggage. As you say, some people use this stuff, so we really can't break it at this point.