Re: m68k libc5 regression

From: Geert Uytterhoeven
Date: Sun Jun 01 2008 - 04:38:21 EST


On Sun, 1 Jun 2008, Andrew Morton wrote:
> On Tue, 27 May 2008 00:19:32 +0200 (CEST) Jiri Kosina <jkosina@xxxxxxx> wrote:
> > From: Jiri Kosina <jkosina@xxxxxxx>
> >
> > 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@xxxxxxx>
>
> OK, we have a problem here.
>
> Somebody has gone and checked this patch into their tree and it now
> appears in linux-next.
>
> I do not know how to work out how this patch got into linux-next.

Through quilt/m68k

> It's not in any of the trees which I pull so I guess that person has
> been shuffling URLs without telling me.

... which is not in your tree, AFAIK.

> One of the reasons this is bad is that, frankly, I trust almost nobody
> to remember to backport fixes into 2.6.25.x. I'm not even at all
> confident that our mystery new part-time memory management maintainer
> will remember to merge this into 2.6.26. The fact that this person
> failed to add a Cc:stable@xxxxxxxxxx to the changelog doesn't inspire
> confidence.

It's on my (m68k) list for 2.6.26...
And as soon as it's in, I was going to tell stable...

> I shall merge this fix into my tree (y'know - the one where memory
> management patches are hosted) and I'll get it into 2.6.26 and shall
> offer it to the -stable team. This will cause me to get collisions
> with the duplicated patch in linux-next but fortunately it is small.
> This time.

So what's the appropriate way to handle this?
I should have kept it in the m68k series after NEXT_PATCHES_END, so
nobody sees it exists?

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
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/