mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Linus Torvalds <torvalds@linux-foundation.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>,
	Christoph Lameter <clameter@sgi.com>,
	linux-kernel@vger.kernel.org, Mel Gorman <mel@csn.ul.ie>,
	Nick Piggin <npiggin@suse.de>,
	Andrew Morton <akpm@linux-foundation.org>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	Yinghai.Lu@sun.com, apw@shadowen.org,
	KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Subject: Re: [bug] SLUB + mm/slab.c boot crash in -rc9
Date: Tue, 15 Apr 2008 14:06:07 -0700 (PDT)	[thread overview]
Message-ID: <alpine.LFD.1.00.0804151353380.2879@woody.linux-foundation.org> (raw)
In-Reply-To: <20080415204025.GA29784@elte.hu>



On Tue, 15 Apr 2008, Ingo Molnar wrote:
> 
> quite. Here are all the successfull bootups from my (failed) bisection 
> attempt:
> 
>  0773769191d943358a8392fa86abd756d004c4b6
>  21af0297c7e56024a5ccc4d8ad2a590f9ec371ba
>  26b8256e2bb930a8e4d4d10aa74950d8921376b8
>  2a10e7c41254941cac87be1eccdcb6379ce097f5
>  3aa88cdf6bcc9e510c0707581131b821a7d3b7cb
>  49914084e797530d9baaf51df9eda77babc98fa8
>  53a6e2342d73d509318836e320f70cd286acd69c
>  5be3bda8987b12a87863c89b74b136fdb1f072db
>  6d5f718a497375f853d90247f5f6963368e89803
>  7272dcd31d56580dee7693c21e369fd167e137fe
>  77de2c590ec72828156d85fa13a96db87301cc68
>  82cfbb008572b1a953091ef78f767aa3ca213092
>  b75f53dba8a4a61fda1ff7e0fb0fe3b0d80e0c64
>  c087567d3ffb2c7c61e091982e6ca45478394f1a
>  d4b37ff73540ab90bee57b882a10b21e2f97939f
>  fde1b3fa947c2512e3715962ebb1d3a6a9b9bb7d

Ok, can you try this script

	git bisect start
	git bisect bad 7fa2ac3728ce828070fa3d5846c08157fe5ef431
	git bisect good 0773769191d943358a8392fa86abd756d004c4b6
	git bisect good 21af0297c7e56024a5ccc4d8ad2a590f9ec371ba
	git bisect good 26b8256e2bb930a8e4d4d10aa74950d8921376b8
	git bisect good 2a10e7c41254941cac87be1eccdcb6379ce097f5
	git bisect good 3aa88cdf6bcc9e510c0707581131b821a7d3b7cb
	git bisect good 49914084e797530d9baaf51df9eda77babc98fa8
	git bisect good 53a6e2342d73d509318836e320f70cd286acd69c
	git bisect good 5be3bda8987b12a87863c89b74b136fdb1f072db
	git bisect good 6d5f718a497375f853d90247f5f6963368e89803
	git bisect good 7272dcd31d56580dee7693c21e369fd167e137fe
	git bisect good 77de2c590ec72828156d85fa13a96db87301cc68
	git bisect good 82cfbb008572b1a953091ef78f767aa3ca213092
	git bisect good b75f53dba8a4a61fda1ff7e0fb0fe3b0d80e0c64
	git bisect good c087567d3ffb2c7c61e091982e6ca45478394f1a
	git bisect good d4b37ff73540ab90bee57b882a10b21e2f97939f
	git bisect good fde1b3fa947c2512e3715962ebb1d3a6a9b9bb7d

and then you'll apparently hit that commit you had compile problems
with.  HOWEVER, at that point, just do

	git bisect visualize

and pick a commit somewhere roughly half-way that you suspect is a good 
point of testing, but not near the range that you had problems with.  If 
you have compile problems in the middle, pick something that is just one 
third down, for example. It will make the bisection slower, but 
considering how unable we've been to make much progress other ways, if we 
can narrow it down from 1874 commits to something smaller, I suspect we'll 
be much happier.

Then you just do

	git checkout <sha-you-picked-out-here>

and compile that one, and check. 

Besides, while the _optimal_ point is half-way, even if you only remove a 
third or a quarter of the commits at each stage, it's still going to be 
an exponential thing.

		Linus

  reply	other threads:[~2008-04-15 21:07 UTC|newest]

Thread overview: 95+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-11  7:41 [bug] mm/slab.c boot crash in -git, "kernel BUG at mm/slab.c:2103!" Ingo Molnar
2008-04-11  8:21 ` Pekka Enberg
2008-04-11  8:50   ` Pekka Enberg
2008-04-11  8:54     ` Ingo Molnar
2008-04-11  9:05       ` Pekka Enberg
2008-04-11  9:08         ` Pekka Enberg
2008-04-11  9:11           ` Pekka Enberg
2008-04-11  9:24             ` Ingo Molnar
2008-04-11 10:34               ` Nick Piggin
2008-04-11 19:28               ` Christoph Lameter
2008-04-12 10:38                 ` Christoph Lameter
2008-04-12 17:22                   ` Yinghai Lu
2008-04-15  5:43                 ` Ingo Molnar
2008-04-15  9:36               ` Mel Gorman
2008-04-15 10:03                 ` Ingo Molnar
2008-04-15  6:25             ` [bug] SLUB + mm/slab.c boot crash in -rc9 Ingo Molnar
2008-04-15  6:41               ` Pekka Enberg
2008-04-15  7:08                 ` Ingo Molnar
2008-04-15  8:31                   ` Yinghai Lu
2008-04-15  8:46                     ` Ingo Molnar
2008-04-15  9:11                   ` Ingo Molnar
2008-04-15 16:02               ` Linus Torvalds
2008-04-15 16:15                 ` Ingo Molnar
2008-04-15 17:23                   ` Linus Torvalds
2008-04-15 19:35                     ` Ingo Molnar
2008-04-15 19:41                       ` Ingo Molnar
2008-04-15 19:39                     ` Christoph Lameter
2008-04-15 19:54                       ` Ingo Molnar
2008-04-15 20:03                         ` Christoph Lameter
2008-04-15 20:17                           ` Ingo Molnar
2008-04-15 20:28                             ` Ingo Molnar
2008-04-15 20:34                               ` Ingo Molnar
2008-04-15 20:42                                 ` Ingo Molnar
2008-04-15 20:50                                   ` Christoph Lameter
2008-04-15 20:58                                     ` Ingo Molnar
2008-04-15 21:08                                       ` Christoph Lameter
2008-04-15 21:16                                         ` Mike Travis
2008-04-15 21:19                                         ` Ingo Molnar
2008-04-15 21:21                                           ` Christoph Lameter
2008-04-15 21:23                                             ` Ingo Molnar
2008-04-15 21:24                                               ` Christoph Lameter
2008-04-15 21:28                                                 ` Ingo Molnar
2008-04-15 21:33                                                   ` Christoph Lameter
2008-04-15 21:43                                                   ` Mike Travis
2008-04-15 22:07                                                   ` Ingo Molnar
2008-04-15 21:27                                           ` Mike Travis
2008-04-15 20:34                             ` Pekka Enberg
2008-04-15 20:40                               ` Ingo Molnar
2008-04-15 21:06                                 ` Linus Torvalds [this message]
2008-04-15 21:13                                   ` Ingo Molnar
2008-04-15 21:24                                     ` Ingo Molnar
2008-04-15 21:42                                       ` Christoph Lameter
2008-04-15 21:55                                         ` Ingo Molnar
2008-04-15 22:06                                           ` Christoph Lameter
2008-04-15 22:13                                             ` Ingo Molnar
2008-04-15 22:27                                               ` Christoph Lameter
2008-04-15 22:32                                                 ` Ingo Molnar
2008-04-15 23:22                                                 ` Christoph Lameter
2008-04-15 23:27                                                   ` Ingo Molnar
2008-04-15 23:32                                                     ` Christoph Lameter
2008-04-16  0:04                                                     ` Christoph Lameter
2008-04-15 23:18                                             ` Yinghai Lu
2008-04-16  0:03                                   ` [patch] mm: sparsemem memory_present() memory corruption fix Ingo Molnar
2008-04-16  0:10                                     ` Christoph Lameter
2008-04-16  0:18                                     ` Ingo Molnar
2008-04-16  0:32                                       ` Yinghai Lu
2008-04-16  0:44                                         ` Ingo Molnar
2008-04-16  0:46                                           ` Christoph Lameter
2008-04-16  0:52                                             ` Ingo Molnar
2008-04-16  1:17                                               ` Ingo Molnar
2008-04-16  1:30                                                 ` Yinghai Lu
2008-04-16  2:00                                                   ` Yinghai Lu
2008-04-16  2:20                                                     ` KAMEZAWA Hiroyuki
2008-04-16  0:56                                           ` Yinghai Lu
2008-04-16  1:02                                             ` Ingo Molnar
2008-04-16  1:17                                               ` Yinghai Lu
2008-04-16  0:19                                     ` Christoph Lameter
2008-04-16  0:33                                       ` Yinghai Lu
2008-04-16  0:36                                       ` Ingo Molnar
2008-04-16  0:34                                     ` Ingo Molnar
2008-04-16  0:40                                       ` Ingo Molnar
2008-04-16  0:45                                         ` Christoph Lameter
2008-04-16  0:52                                           ` Ingo Molnar
2008-04-16  1:14                                         ` Ingo Molnar
2008-04-16  2:45                                       ` Linus Torvalds
2008-04-16  1:48                                     ` KAMEZAWA Hiroyuki
2008-04-16 14:05                                     ` Mel Gorman
2008-04-16 15:03                                     ` Ingo Molnar
2008-04-15 20:54                             ` [bug] SLUB + mm/slab.c boot crash in -rc9 Christoph Lameter
2008-04-15 20:58                               ` Ingo Molnar
2008-04-15 21:08                                 ` Ingo Molnar
2008-04-15 20:23                   ` Ingo Molnar
2008-04-11 19:26           ` [bug] mm/slab.c boot crash in -git, "kernel BUG at mm/slab.c:2103!" Christoph Lameter
2008-04-11 19:25         ` Christoph Lameter
2008-04-15  5:49           ` Ingo Molnar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LFD.1.00.0804151353380.2879@woody.linux-foundation.org \
    --to=torvalds@linux-foundation.org \
    --cc=Yinghai.Lu@sun.com \
    --cc=akpm@linux-foundation.org \
    --cc=apw@shadowen.org \
    --cc=clameter@sgi.com \
    --cc=kamezawa.hiroyu@jp.fujitsu.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mel@csn.ul.ie \
    --cc=mingo@elte.hu \
    --cc=npiggin@suse.de \
    --cc=penberg@cs.helsinki.fi \
    --cc=rjw@sisk.pl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®