Re: [PATCH] also discard .*init sections after module initialization

From: Rusty Russell
Date: Wed Jul 01 2009 - 01:22:44 EST


On Tue, 30 Jun 2009 09:27:26 pm Jan Beulich wrote:
> Just like .init, these sections are supposed to be unneeded after init,
> and modpost warns about improper section references anyway.

Tim Abbot had a section renaming patch, for -ffunction-sections. Can we kill
two birds with one stone and have a unique string for init sections, and
another for exit sections?

> Likewise
> for .*exit which, other than .exit, aren't needed for the module unload
> path.

Currently true, but I can't see that being true in general.

If we're going to abstract init detection, it would be good to wrap init
section renaming (for powerpc64 at least) too.

Thanks,
Rusty.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/