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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 28 Nov 2007 00:06:45 +0100 From: Andi Kleen <andi@...stfloor.org> To: Stephen Hemminger <shemminger@...ux-foundation.org> Cc: Andi Kleen <andi@...stfloor.org>, Jon Masters <jonathan@...masters.org>, Rusty Russell <rusty@...tcorp.com.au>, Roland Dreier <rdreier@...co.com>, Andi Kleen <ak@...e.de>, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, sam@...nborg.org Subject: Re: [PATCH RFC] [1/9] Core module symbol namespaces code and intro. On Tue, Nov 27, 2007 at 03:00:22PM -0800, Stephen Hemminger wrote: > On Tue, 27 Nov 2007 23:37:43 +0100 > Andi Kleen <andi@...stfloor.org> wrote: > > > > With my "Enterprise" hat on, I can see where Andi was coming from > > > originally. > > > > For the record my original motivation was to fix the "TCP exports everything > > for ipv6.ko" case cleanly. I later realized that it would be useful for the > > ABI stability issues too, but it was really not my primary motivation. > > This is why I didn't even mention that in the original patch description. > > Since ipv6 can never be removed because it references itself, the whole concept AFAIK that is obsolete anyways. It was done because it was feared it would be broken, but at least the broken cases I knew about were all fixed a long time ago. Most likely it could be safely removed. > of a modular ipv6 is flawed. Modules that cannot be unloaded are still useful. Standard case: Distributions like to offer an option to not use ipv6 because that is popular workaround for the common "DNS server eats AAAA queries and causes delays" issue. Forcing the user to rebuild the kernel for this wouldn't be practical. If ipv6 wasn't modular that would be hard to do. -Andi - 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