Re: Linux 2.6.27-rc3: kernel BUG at mm/vmalloc.c - bisected

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Björn <B.Steinbrink@...>
Cc: Andrew Morton <akpm@...>, Petr Baudis <pasky@...>, <Alan.Brunelle@...>, <linux-kernel@...>, <git@...>
Date: Friday, August 22, 2008 - 3:48 pm

On Fri, Aug 22, 2008 at 09:37:30PM +0200, Björn Steinbrink wrote:


One thing that I have seen proposed (but never tried myself) is that you
can linearize the changes using "rebase -i" (or cherry-picking), and
then bisect that result. That is, given a history

A-B-C-D
 \   /
  E-F

where the merge "D" introduces the bug, you could try creating:

  A-B-C-E'-F'

and bisecting that. And you should know that C is good from your
previous bisection, but that F' probably is not, since it should be
textually the same as D (unless, of course, you had textual conflicts
during the rebase that you fixed up differently).

So in essence you are testing each of E and F, but based on the other
work. So you should be able to find the one patch that causes the
conflict. And depending on the conflict, you may get more information by
doing it the other way. I.e.,:

  A-E-F-B'-C'

-Peff
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Linux 2.6.27-rc3: kernel BUG at mm/vmalloc.c - bisected, Alan D. Brunelle, (Wed Aug 13, 7:03 pm)
Re: Linux 2.6.27-rc3: kernel BUG at mm/vmalloc.c - bisected, Alan D. Brunelle, (Fri Aug 22, 11:37 am)
Re: Linux 2.6.27-rc3: kernel BUG at mm/vmalloc.c - bisected, Jeff King, (Fri Aug 22, 3:48 pm)
Re: Linux 2.6.27-rc3: kernel BUG at mm/vmalloc.c - bisected, Alan D. Brunelle, (Fri Aug 22, 3:47 pm)
Re: Linux 2.6.27-rc3: kernel BUG at mm/vmalloc.c - bisected, Alan D. Brunelle, (Fri Aug 22, 4:17 pm)
Re: Linux 2.6.27-rc3: kernel BUG at mm/vmalloc.c - bisected, Alan D. Brunelle, (Fri Aug 22, 2:07 pm)
Re: Linux 2.6.27-rc3: kernel BUG at mm/vmalloc.c - bisected, Rafael J. Wysocki, (Thu Aug 14, 12:14 pm)
Re: Linux 2.6.27-rc3: kernel BUG at mm/vmalloc.c - bisected, Alan D. Brunelle, (Thu Aug 14, 3:21 pm)
Re: Linux 2.6.27-rc3: kernel BUG at mm/vmalloc.c - bisected, Rafael J. Wysocki, (Thu Aug 14, 4:29 pm)
Re: Linux 2.6.27-rc3: kernel BUG at mm/vmalloc.c - bisected, Alan D. Brunelle, (Wed Aug 13, 7:27 pm)