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: Alan D. Brunelle <Alan.Brunelle@...>
Cc: <linux-kernel@...>, <git@...>
Date: Friday, August 22, 2008 - 12:25 pm

On Fri, 22 Aug 2008 11:37:33 -0400 "Alan D. Brunelle" <Alan.Brunelle@hp.com> wrote:


urgh, it's irritating when git-bisect directs you to a merge commit - it
hasn't done it for me for ages.

One (probably wrong) approach is to run

	gitk 1c89ac55017f982355c7761e1c912c88c941483d

then peer at the output, work out which real commits were in that
merge.

It looks like the merge ended with
b1b135c8d619cb2c7045d6ee4e48375882518bb5 and started with
40c42076ebd362dc69210cccea101ac80b6d4bd4, so perhaps you can do

	git bisect bad b1b135c8d619cb2c7045d6ee4e48375882518bb5
	git bisect good 40c42076ebd362dc69210cccea101ac80b6d4bd4

That has an off-by-one error, in that it assumes that
40c42076ebd362dc69210cccea101ac80b6d4bd4 is good, which we don't know. 
Perhaps one can pick the preceding commit in the `git log' output to
fix that.

Anyway, I've sent sufficient wrongness to the right list for us to work
out how to do this for real ;)


--
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, Andrew Morton, (Fri Aug 22, 12:25 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)