mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jason Cooper <jason@lakedaemon.net>
To: Gene Heskett <gheskett@wdtv.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [BUG BISECTED FAILED] Phenom microcode revision mis-identified
Date: Sun, 29 Dec 2013 15:19:06 -0500	[thread overview]
Message-ID: <20131229201906.GR19878@titan.lakedaemon.net> (raw)
In-Reply-To: <201312291449.16667.gheskett@wdtv.com>

On Sun, Dec 29, 2013 at 02:49:16PM -0500, Gene Heskett wrote:
> On Sunday 29 December 2013, Jason Cooper wrote:
> >On Sun, Dec 29, 2013 at 12:47:02PM -0500, Gene Heskett wrote:
> >> On Sunday 29 December 2013, Gene Heskett wrote:
> >> >Resend, incorrect subject line
> >> >
> >> >Here is the copy/paste of the final git bisect bad report:
> >> >
> >> >First, the reason for the bisect:
> >> >gene@coyote:~/linux-stable$ dmesg | grep -A2 microcode
> >> >[    0.518304] microcode: CPU0: patch_level=0x01000065
> >> >[    0.518396] microcode: CPU1: patch_level=0x01000065
> >> >[    0.518498] microcode: CPU2: patch_level=0x01000065
> >> >[    0.518593] microcode: CPU3: patch_level=0x01000065
> >> >[    0.518745] microcode: Microcode Update Driver: v2.00
> >> ><tigran@aivazian.fsnet.co.uk>, Peter Oruba
> >> >
> >> >The output above should have in each cpu case, a second, or final line
> >> >showing a patch level 0x0100083 in all cases.
> >> >This failure is on an AMD phenom 9550 equipt machine.
> >> >
> >> >I can and have built from the tarball pull, a 3.8.2 which does work
> >> >correctly.  The tarball build of 3.8.3 fails as above, and a tarball
> >> >build of 3.12.6 still fails.
> >> >
> >> >gene@coyote:~/linux-stable$ git bisect bad
> >> >908e88f285b909011dc7dbce5abaacf123f2f68d is the first bad commit
> >> >commit 908e88f285b909011dc7dbce5abaacf123f2f68d
> >> >Author: Russell King <rmk+kernel@arm.linux.org.uk>
> >> >Date:   Mon Feb 25 16:09:12 2013 +0000
> >> >
> >> >I'll next do a "git checkout v3.8.2" to double check that it works.
> >
> >Please re-read the manpage for git bisect, particularly the section
> >"Basic bisect commands".  You need to keep repeating building and
> >booting the kernel, execute 'git bisect [good|bad]', as git bisect
> >checks out different commits to try.  Depending on the number of
> >commits, it can take 7 to 10 iterations before it nails it down to the
> >bad commit.
> >
> >$ git log --oneline v3.8.2..v3.8.3 | wc -l
> >103
> >
> >So you started at v3.8.3, said v3.8.2 is good.  git bisect will then
> >checkout a commit in the middle (of the 103 commits to choose from).  You
> >need to build that kernel, boot it, and see if the error occurs.  Then,
> >type 'git bisect [bad|good]' depending on what happened.  When that
> >command returns, it has checked out a different commit between v3.8.2
> >and v3.8.3.  Build, boot, and run 'git bisect [good|bad]' depending on
> >if the patch_level was reported properly.  Repeat until it reports
> >nothing left to test.
> >
> >> FWIW, a git checkout v3.8.2  also fails, so next I'll move my working
> >> tarball build .configs into that tree & see if it works.
> >
> >If the config you started with worked for v3.8.2 and didn't for v3.8.3,
> >keep using it.
> >
> >> This is getting stranger, a checkout v3.8.2 is supposed to match the
> >> tarball I got from kernel.org isn't it?
> >
> >Yes, see above.  As soon as you started the bisection process, you were
> >no longer on version 3.8.2 or 3.8.3, but somewhere in between.  That's
> >what's supposed to happen.
> >
> >Once you run enough iterations to get nothing left to test, record the
> >commit it identified, and run 'git bisect reset'.
> I did do that, the above report was the final of about 8 or 9 reboots after 
> telling it each time "git bisect bad".

I'm not trying to insult you, but just to be clear: After each reboot,
was the patch_level reported wrong?  If it was correct, you needed to
run 'git bisect good' instead.  I can't think of any other reason why it
would finger the commit above.

> These will all be 32 bit PAE kernels though as I don't know how to convert 
> it to 64 bit when a make xconfig doesn't give me that option.

Ahhh, then you should start with i386_defconfig.  You can see the full
list at arch/x86/configs/.  I assumed you were running 64bit, my fault.

thx,

Jason.

  parent reply	other threads:[~2013-12-29 20:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-29 17:24 [BUG BISECTED] Gene Heskett
2013-12-29 17:47 ` [BUG BISECTED FAILED] Gene Heskett
2013-12-29 19:14   ` [BUG BISECTED FAILED] Phenom microcode revision mis-identified Jason Cooper
2013-12-29 19:49     ` Gene Heskett
2013-12-29 20:17       ` Gene Heskett
2013-12-29 20:19       ` Jason Cooper [this message]
2013-12-29 21:24         ` Gene Heskett
2013-12-30  3:02         ` [BUG BISECTED] Phenom microcode revision mis-applied Gene Heskett
2013-12-30 12:37           ` Jason Cooper
2013-12-30 14:56             ` Gene Heskett

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=20131229201906.GR19878@titan.lakedaemon.net \
    --to=jason@lakedaemon.net \
    --cc=gheskett@wdtv.com \
    --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

all inboxes | Powered by JetHome®