Re: Rusty's module talk at the Kernel Summit

Arnaldo Carvalho de Melo (acme@conectiva.com.br)
Wed, 10 Jul 2002 23:55:04 -0300


Em Thu, Jul 11, 2002 at 12:48:30PM +1000, Rusty Russell escreveu:
> On Thu, 4 Jul 2002 10:24:11 -0700
> "Adam J. Richter" <adam@yggdrasil.com> wrote:
> > smaller ones, in the case where there is substantial code that is not
> > needed for some configurations.
>
> For God's sake, WHY? Look at what you're doing to your TLB (and if you
> made IPv4 a removable module, I'll bet real money you have a bug unless
> you are *very* *very* clever).
>
> Modules are not "free". Sorry.

What about Andi Kleen patch to not use vmalloc (well, vmalloc is used as a
fallback) when loading modules but instead use big pages? It is being
integrated in 2.4.20-pre, IIRC. IIRC with that there is still some issues, so
for enlightening the audience here, could you share your view on that patch? 8)

And for _debugging_ IPv4 maybe the modularisation, if Adam was clever, could
help somewhat.

- Arnaldo (who is stupid not to be using UML extensively, but this
will change RSN 8) )
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/