On Thu, 29 May 2008, Geert Uytterhoeven wrote:
quoted text > > From: Jiri Kosina <jkosina@suse.cz>
> >
> > brk: check lower bound properly
> >
> > The check in sys_brk() on minimum value the brk might have must take
> > CONFIG_COMPAT_BRK setting into account. When this option is turned on
> > (i.e. we support ancient legacy binaries, e.g. libc5-linked stuff), the
> > lower bound on brk value is mm->end_code, otherwise the brk start is
> > allowed to be arbitrarily shifted.
> > Signed-off-by: Jiri Kosina <jkosina@suse.cz>
> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Thanks a lot for verifying, Geert.
So, I assume the proper way to handle this now is you dropping it from
your m68k tree, and Andrew taking it through -mm.
Thanks,
--
Jiri Kosina
SUSE Labs
--
unsubscribe notice 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/
Messages in current thread:
Re: m68k libc5 regression , Jiri Kosina , (Mon Jun 2, 3:28 am)