lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <m1hbkx6g6p.fsf@fess.ebiederm.org> Date: Sun, 20 Jun 2010 05:29:02 -0700 From: ebiederm@...ssion.com (Eric W. Biederman) To: Kay Sievers <kay.sievers@...y.org> Cc: Johannes Berg <johannes@...solutions.net>, Greg KH <greg@...ah.com>, netdev <netdev@...r.kernel.org> Subject: Re: [PATCH] Driver-core: Always create class directories fixing the broken network drivers. Kay Sievers <kay.sievers@...y.org> writes: > On Sun, Jun 20, 2010 at 13:33, Johannes Berg <johannes@...solutions.net> wrote: >> On Sun, 2010-06-20 at 12:52 +0200, Kay Sievers wrote: >> >>> As mentioned earlier, It's pretty fragile to change things in this >>> area, and I prefer the broken network driver-core interactions to be >>> fixed instead - even when they are more complicated. >> >> Can you _please_ offer a proper way to fix it then? > > Sorry, I have no real experience with the issues created by the > assumption that network driver need to be able to get unloaded while > in use. That's very special, always requires a > compiled-into-the-kernel part of the subsystem, and makes it hard to > work with, as we can not use any of the usual core infrastructure to > solve that. So please look at https://bugzilla.kernel.org/show_bug.cgi?id=16215 That simply creates and destroys the network device as things come and go. I think the bnep case is much more serious because it is real hardware not a testing simulation, and it is the second instance of this. Calling the change broken when I can boot up and run X in that configuration just fine is a vast overstatement. Especially when you don't acknowledge that the device layer is broken. I will agree that insane amounts of backwards compatibility are a good idea. So I will cook up a version of my patch that adds a hack to the device layer to only apply this change to devices of class net. That should save let us postpone the architectural dreams for another day. Eric -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists