Re: [PATCH 1/6] Suppress A.OUT library support if!CONFIG_BINFMT_AOUT [try #5]

From: Adrian Bunk
Date: Sun Nov 11 2007 - 09:22:39 EST


On Sun, Nov 11, 2007 at 01:59:29PM +0000, David Howells wrote:
> Adrian Bunk <bunk@xxxxxxxxxx> wrote:
>
> > - too many cleanups lumped into one patch
>
> Perhaps, but unfortunately a lot of them are related and required for a
> compilable patch. I can probably split it up 4 ways if you really want me
> to, in order:
>
> (1) Move STACK_TOP[_MAX].
>
> (2) Rename dump_thread() -> aout_dump_thread().

It's BTW not an improvement that you do not only rename them but change
such big functions to static inline functions in header files.

> (3) Everything else.
>
> (4) Remove obsolete a.out.h inclusions.
>
> I don't think it's really worth splitting (2) from (3) though.

Something like this.

> > - it adds #ifdef's in fs/binfmt_elf.c for code that is anyway
> > scheduled for removal in 2.6.25
>
> Yes, but that patch isn't there now, and won't be there in the next version -
> assuming this arch has a hope of getting in on that one - according to your
> statement.

I'm not the one to decide, but the only excuse for getting that late
into 2.6.24 would be "it can't cause any regression".

The arch/mn10300/ and include/asm-mn10300/ additions can't cause
regressions, and for all the drivers/ parts it seems to be easily
verifiable that they can't cause regressions.

But changes to binfmt_elf.c after the merge window that might introduce
regressions (e.g. you (ab)use CONFIG_BINFMT_AOUT where you might have to
introduce an CONFIG_ARCH_SUPPORTS_AOUT instead) decrease your chances of
being merged that late.

But you might be able to do something like a
cp include/asm-xtensa/a.out.h include/asm-mn10300/
instead.

> David

cu
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

-
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/