From: Ingo Molnar <mingo@elte.hu>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Daniel Walker <dwalker@mvista.com>,
Michal Piotrowski <michal.k.k.piotrowski@gmail.com>,
linux-pm@lists.osdl.org,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Adrian Bunk <bunk@stusta.de>, Pavel Machek <pavel@ucw.cz>,
Jens Axboe <jens.axboe@oracle.com>,
"Michael S. Tsirkin" <mst@mellanox.co.il>,
Thomas Gleixner <tglx@linutronix.de>,
Andrew Morton <akpm@linux-foundation.org>,
git@vger.kernel.org
Subject: Re: 2.6.21-rc1: known regressions (part 2)
Date: Fri, 2 Mar 2007 09:04:41 +0100 [thread overview]
Message-ID: <20070302080441.GA12785@elte.hu> (raw)
In-Reply-To: <20070302072100.GB30634@elte.hu>
* Ingo Molnar <mingo@elte.hu> wrote:
> I'll try what i've described in the previous mail: mark all bisection
> points that do not include f3ccb06f as 'good' - thus 'merging' the
> known-bad area with the first known-good commit, and thus eliminating
> it from the bisection space.
this got me quite a bit further:
git-bisect start
git-bisect bad 01363220f5d23ef68276db8974e46a502e43d01d
git-bisect good f3ccb06f3b8e0cf42b579db21f3ca7f17fcc3f38
git-bisect fake-good ee404566f97f9254433399fbbcfa05390c7c55f7
git-bisect bad d43a338e395371733a80ec473b40baac5f74d768
git-bisect bad 255f0385c8e0d6b9005c0e09fffb5bd852f3b506
git-bisect fake-good f99c6bb6e2e9c35bd3dc0b1d0faa28bd6970930d
git-bisect fake-good 0187f221e96e3436d552c0c7143f183eb82fb658
git-bisect bad 81450b73dde07f473a4a7208b209b4c8b7251d90
git-bisect fake-good ef29498655b18d2bfd69048e20835d19333981ab
git-bisect fake-good 8a03d9a498eaf02c8a118752050a5154852c13bf
git-bisect good 5c95d3f5783ab184f64b7848f0a871352c35c3cf
git-bisect good ecb5f7521a309cb9c5fc0832b9705cd2a03d7d45
git-bisect good 0539771d7236b425f285652f6f297cc7939c8f9a
81450b73dde07f473a4a7208b209b4c8b7251d90 is first bad commit
[ note: by having the "git-bisect must-have-bugfix f3ccb06f"
functionality i mentioned in the previous mail git-bisect could
have eliminated the fake-good steps. ]
it's not a resolution of this regression yet, because this commit is a
merge with upstream:
| commit 81450b73dde07f473a4a7208b209b4c8b7251d90
| Merge: 8a03d9a... 0539771...
| Author: Len Brown <len.brown@intel.com>
| Date: Fri Feb 16 18:52:41 2007 -0500
|
| Pull misc-for-upstream into release branch
which means that the fix in Len's tree got broken by merging with
upstream. Note: this 'upstream' in isolation is broken too, due to not
having that essential fix from Len's tree!
So we quite likely have /two/ bugs, any of which breaks resume (which
breakage looks the same, so no way to isolate them via testing).
I'll now try the following: i'll try to manually apply Len's fix to
every tree that git-bisect offers me, in the hope of being able to
isolate the /other/ bug.
[ But really, i'm not expecting any miracles because this is way out of
league for git-bisect which really depends on only having a binary
space to search for. ]
Ingo
next parent reply other threads:[~2007-03-02 8:12 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20070227102109.GG6745@elf.ucw.cz>
[not found] ` <20070227103021.GA2250@kernel.dk>
[not found] ` <20070227103407.GA17819@elte.hu>
[not found] ` <20070227105922.GD2250@kernel.dk>
[not found] ` <20070227111515.GA4271@kernel.dk>
[not found] ` <20070301093450.GA8508@elte.hu>
[not found] ` <20070301104117.GA22788@elte.hu>
[not found] ` <20070301145204.GA25304@elte.hu>
[not found] ` <Pine.LNX.4.64.0703011536450.12485@woody.linux-foundation.org>
[not found] ` <20070302072100.GB30634@elte.hu>
2007-03-02 8:04 ` Ingo Molnar [this message]
2007-03-02 10:20 ` 2.6.21-rc1: known regressions (part 2) Ingo Molnar
2007-03-02 10:22 ` [patch] KVM: T60 resume fix Ingo Molnar
2007-03-02 11:39 ` Michael S. Tsirkin
2007-03-03 8:22 ` Avi Kivity
2007-03-03 8:21 ` Avi Kivity
2007-03-03 11:57 ` Andrew Morton
2007-03-05 8:22 ` Ingo Molnar
2007-03-05 10:23 ` Michael S. Tsirkin
2007-03-05 10:29 ` Ingo Molnar
2007-03-02 16:36 ` 2.6.21-rc1: known regressions (part 2) Linus Torvalds
2007-03-05 14:04 ` Ingo Molnar
2007-03-05 15:44 ` Michael S. Tsirkin
2007-03-05 16:14 ` Michael S. Tsirkin
2007-03-05 16:41 ` Ingo Molnar
2007-03-05 18:16 ` Jens Axboe
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=20070302080441.GA12785@elte.hu \
--to=mingo@elte.hu \
--cc=akpm@linux-foundation.org \
--cc=bunk@stusta.de \
--cc=dwalker@mvista.com \
--cc=git@vger.kernel.org \
--cc=jens.axboe@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@lists.osdl.org \
--cc=michal.k.k.piotrowski@gmail.com \
--cc=mst@mellanox.co.il \
--cc=pavel@ucw.cz \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
/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;
as well as URLs for NNTP newsgroup(s).