From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: Christian Casteyde <casteyde.christian@free.fr>
Cc: LKML <linux-kernel@vger.kernel.org>,
Kernel Testers List <kernel-testers@vger.kernel.org>
Subject: Re: [Bug #17361] Random kmemcheck errors and kernel freeze on 2.6.36-rc*
Date: Sun, 17 Oct 2010 00:13:36 +0200 [thread overview]
Message-ID: <201010170013.36208.rjw@sisk.pl> (raw)
In-Reply-To: <201010112330.35921.casteyde.christian@free.fr>
On Monday, October 11, 2010, Christian Casteyde wrote:
> Hello
Hi,
> Well, I would like to find the real commit, but I don't know how to do that.
> I'm not so used to using other branches than Linus' one.
>
> From the commit hash, how do I find:
> - the git tree I should use to bisect more?
> - the initial good and bad marks?
> And can I bisect only that branch on top of my current kernel source directory?
Yes, you can. In this particular case the merge says that the series started
with commit "x86: Fix keeping track of AMD C1E" and ended with
"x86, xsave: Cleanup return codes in check_for_xstate()".
Now, you can do
$ git log --oneline v2.6.35.. | grep "x86: Fix keeping track of AMD C1E"
and you get this information:
e8c534e x86: Fix keeping track of AMD C1E
Similarly, this command
$ git log --oneline v2.6.35.. | grep "x86, xsave: Cleanup return codes in check_for_xstate()"
returns
d6d4d42 x86, xsave: Cleanup return codes in check_for_xstate()
so you probably need to bisect between commits d6d4d42 (presumably good)
and e8c534e (presumably bad).
However, it still is better to do "checkout d6d4d42" and see if that kernel is
good (and analogously for d6d4d42) to start with.
Thanks,
Rafael
> Le dimanche 10 octobre 2010 21:40:26, vous avez écrit :
> > On Sunday, October 10, 2010, Christian Casteyde wrote:
> > > Still present with 2.6.37-rc7
> > > I think I managed to bisect it however:
> > >
> > > 0f477dd0851bdcee82923da66a7fc4a44cb1bc3d is the first bad commit
> >
> > This is a merge, so it most likely is not the real first bad commit.
> >
> > Could you check the commits on the branch merged by it?
> >
> > Rafael
>
>
next prev parent reply other threads:[~2010-10-16 22:14 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-10 17:46 2.6.36-rc7-git2: Reported regressions from 2.6.35 Rafael J. Wysocki
2010-10-10 17:46 ` [Bug #16951] hackbench regression with 2.6.36-rc1 Rafael J. Wysocki
2010-10-10 17:51 ` [Bug #17121] Two blank rectangles more than 10 cm long when booting Rafael J. Wysocki
2010-10-10 17:51 ` [Bug #17061] 2.6.36-rc1 on zaurus: bluetooth regression Rafael J. Wysocki
2010-10-10 17:51 ` [Bug #18742] PROBLEM: Kernel panic on 2.6.36-rc4 when loading intel_ips on Core i3 laptop Rafael J. Wysocki
2010-10-10 17:51 ` [Bug #16971] qla4xxx compile failure on 32-bit PowerPC: missing readq and writeq Rafael J. Wysocki
2010-10-13 13:37 ` Meelis Roos
2010-10-13 20:18 ` Rafael J. Wysocki
2010-10-10 17:51 ` [Bug #17361] Random kmemcheck errors and kernel freeze on 2.6.36-rc* Rafael J. Wysocki
2010-10-10 17:51 ` [Bug #19002] Radeon rv730 AGP/KMS/DRM kernel lockup Rafael J. Wysocki
2010-10-10 17:51 ` [Bug #19052] 2.6.36-rc5-git1 -- [drm:i915_report_and_clear_eir] *ERROR* EIR stuck: 0x00000010, masking Rafael J. Wysocki
2010-10-10 17:51 ` [Bug #19142] Screen flickers when switching from the console to X Rafael J. Wysocki
2010-10-10 17:51 ` [Bug #19072] [2.6.36-rc regression] occasional complete system hangs on sparc64 SMP Rafael J. Wysocki
2010-10-10 21:21 ` Mikael Pettersson
2010-10-10 22:25 ` Rafael J. Wysocki
2010-10-10 17:51 ` [Bug #19392] WARNING: at drivers/net/wireless/ath/ath5k/base.c:3475 ath5k_bss_info_changed+0x44/0x168 [ath5k]() Rafael J. Wysocki
2010-10-10 19:19 ` Justin P. Mattock
2010-10-10 19:41 ` Rafael J. Wysocki
2010-10-10 19:52 ` Justin P. Mattock
2010-10-10 22:32 ` Justin P. Mattock
2010-10-10 22:36 ` Rafael J. Wysocki
2010-10-10 17:51 ` [Bug #19782] 2.6.36-rc6-git2 -- BUG dentry: Poison overwritten (after resume from hibernation) Rafael J. Wysocki
2010-10-10 17:51 ` [Bug #19632] 2.6.36-rc6: modprobe Not tainted warning Rafael J. Wysocki
2010-10-10 17:51 ` [Bug #19372] 2.6.36-rc6: WARNING: at drivers/gpu/drm/radeon/radeon_fence.c:235 radeon_fence_wait+0x35a/0x3c0 Rafael J. Wysocki
2010-10-10 17:51 ` [Bug #19862] [REGRESSION] no sound on T60 laptop (HDA Intel) Rafael J. Wysocki
2010-10-10 17:51 ` [Bug #19802] [drm:init_ring_common] *ERROR* render ring head not reset to zero Rafael J. Wysocki
[not found] ` <201010102140.26584.rjw@sisk.pl>
[not found] ` <201010112330.35921.casteyde.christian@free.fr>
2010-10-16 22:13 ` Rafael J. Wysocki [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-10-17 20:15 2.6.36-rc8-git3: Reported regressions from 2.6.35 Rafael J. Wysocki
2010-10-17 20:21 ` [Bug #17361] Random kmemcheck errors and kernel freeze on 2.6.36-rc* Rafael J. Wysocki
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=201010170013.36208.rjw@sisk.pl \
--to=rjw@sisk.pl \
--cc=casteyde.christian@free.fr \
--cc=kernel-testers@vger.kernel.org \
--cc=linux-kernel@vger.kernel.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