[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20161215180846.GA13946@wotan.suse.de>
Date: Thu, 15 Dec 2016 19:08:46 +0100
From: "Luis R. Rodriguez" <mcgrof@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Martin Wilck <mwilck@...e.com>,
"Luis R. Rodriguez" <mcgrof@...nel.org>, shuah@...nel.org,
Jessica Yu <jeyu@...hat.com>,
Rusty Russell <rusty@...tcorp.com.au>,
"Eric W. Biederman" <ebiederm@...ssion.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Arnaldo Carvalho de Melo <acme@...hat.com>,
Jonathan Corbet <corbet@....net>, martin.wilck@...e.com,
Michal Marek <mmarek@...e.com>, Petr Mladek <pmladek@...e.com>,
Hannes Reinecke <hare@...e.com>, rwright@....com,
Jeff Mahoney <jeffm@...e.com>, David Sterba <DSterba@...e.com>,
fdmanana@...e.com, NeilBrown <neilb@...e.com>,
Guenter Roeck <linux@...ck-us.net>,
Goldwyn Rodrigues <rgoldwyn@...e.com>, subashab@...eaurora.org,
Heinrich Schuchardt <xypron.glpk@....de>,
Kees Cook <keescook@...omium.org>, atomlin@...hat.com,
mbenes@...e.cz, Paul McKenney <paulmck@...ux.vnet.ibm.com>,
Dan Williams <dan.j.williams@...el.com>,
Josh Poimboeuf <jpoimboe@...hat.com>,
David Miller <davem@...emloft.net>,
Ingo Molnar <mingo@...hat.com>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kselftest@...r.kernel.org,
"open list:DOCUMENTATION" <linux-doc@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [RFC 10/10] kmod: add a sanity check on module loading
On Fri, Dec 09, 2016 at 12:56:21PM -0800, Linus Torvalds wrote:
> On Fri, Dec 9, 2016 at 12:03 PM, Martin Wilck <mwilck@...e.com> wrote:
> > On Thu, 2016-12-08 at 11:49 -0800, Luis R. Rodriguez wrote:
> >>
> >> Although this does get us in the business of keeping alias maps in
> >> kernel, the the work to support and maintain this is trivial.
> >
> > You've implemented a special treatment for request_module("fs-$X")in
> > finished_kmod_load(), but there are many more aliases defined (and
> > used) in the kernel. Do you plan to implement special code for "char-
> > major-$X", "crypto-$X", "binfmt-$X" etc. later?
>
> Yeah, no, that is just complete garbage.
>
> Those module aliases already exist in the module info section. We just
> don't parse the alias tags in the kernel.
>
> So the real fix is to make find_module_all() just do that.
Ah yes, that is much sexier, this is now done and it works nicely, thanks
for the suggestion.
> Doing random ad-hoc "let's prefix with 'fs-xyz'" games are completely
> unacceptable. That's just pure shit. Stop this idiocy.
Look at that fin DNA in action :)
Luis
Powered by blists - more mailing lists