lkml.org 
[lkml]   [2008]   [Jun]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: m68k libc5 regression
On Sun, 1 Jun 2008, Andrew Morton wrote:

> > - if (brk < mm->start_brk)
> > +#ifdef CONFIG_COMPAT_BRK
> > + min_brk = mm->end_code;
> > +#else
> > + min_brk = mm->start_brk;
> > +#endif
> > + if (brk < min_brk)
> > goto out;
> >
> OK, we have a problem here.
> Somebody has gone and checked this patch into their tree and it now
> appears in linux-next.

Ah, I have expected either you or Ingo (as my patch that introduced the
bug went through his tree too) to pick that up.

> I do not know how to work out how this patch got into linux-next.

Well, git-blame on mm/mmap.c in linux-next tree shows the commit id, and
then git-show --pretty=full tells you the comitter name.

--
Jiri Kosina
SUSE Labs


\
 
 \ /
  Last update: 2008-06-02 12:31    [W:0.102 / U:0.548 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site