All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Chris Samuel <chris@csamuel.org>
Cc: mingo@redhat.com, hpa@zytor.com, thomas@m3y3r.de,
	linux-kernel@vger.kernel.org, tglx@linutronix.de,
	hpa@linux.intel.com, linux-tip-commits@vger.kernel.org,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [tip:x86/urgent] x86, setup: When probing memory with e801, use ax/bx as a pair
Date: Fri, 6 May 2011 14:04:52 +0200	[thread overview]
Message-ID: <20110506120452.GB17112@elte.hu> (raw)
In-Reply-To: <201105062147.09398.chris@csamuel.org>


* Chris Samuel <chris@csamuel.org> wrote:

> On Thu, 5 May 2011 10:10:59 PM Ingo Molnar wrote:
> 
> > Thanks for the update!
> 
> My pleasure.
> 
> > Note that the noapic and the scsi-sync-scan boot parameter suggests
> > that  there's two regressions remaining.
> 
> Understood, I would guess that the SCSI one would map to the
> introduction of the async scsi scanning patch in 2.6.19-rc2
> and its enablement in later Ubuntu kernels.

Yeah. Async SCSI scanning was not supposed to break any existing setup.

> No idea on the APIC one but I'm happy to try and bisect both
> cases if you'd like me to try ?

I could definitely do something about the APIC regression if managed to narrow 
down the commit range (a specific guilty commit would be fantastic of course). 
If the regression got introduced after the e801 regression you'll need to run:

  git cherry-pick 39b68976ac65

at every bisection step that needs that fix - but still bisect as if that extra 
commit was not there. (bisection will throw away that cherry-picking temporary 
tree so you will have to re-pick the commit again and again)

Note that during bisection the current tree might jump in and out of regions 
that need this fix, so be prepared to have to do the cherry-picking at random 
places. You can attempt the cherry-pick at every step and you will get a 
conflict and it will not succeed if the fix is not needed. You can throw away 
the conflicting state via 'git reset --hard'.

> > The stock kernel wont boot - you can work it around via boot
> > options but most  users wont be able to do that.
> 
> Indeed - though at the moment you can't even install a current
> Debian release as the boot loader on the install CD locks the
> box up. :-(

Is that hang due to one of these 3 regressions - or is it a fourth regression 
perhaps?

While the installed base of your hardware is small, i think such old-hardware 
testing is still very valuable feedback to us: it gives us a feel for how 
corrosive our development process is to long-term (10+ years) stability.

Thanks,

	Ingo

  reply	other threads:[~2011-05-06 12:05 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-22 13:33 2.6.38.3 and 2.6.39-rc4 hangs after "Booting the kernel" on quad Pentium Pro system Chris Samuel
2011-04-22 13:46 ` Ingo Molnar
2011-04-22 19:09   ` Yinghai Lu
2011-04-22 19:29     ` Ingo Molnar
2011-04-22 19:46       ` Yinghai Lu
2011-04-23  0:20   ` Chris Samuel
2011-04-22 16:34 ` Alan Cox
2011-04-23  0:16   ` Chris Samuel
2011-04-23  1:28     ` Yuhong Bao
2011-04-23  1:35       ` Chris Samuel
2011-04-23  1:46         ` Yuhong Bao
2011-04-23  2:26           ` H. Peter Anvin
2011-04-23  2:31             ` Yuhong Bao
2011-04-23  4:33           ` Chris Samuel
2011-04-23  5:22           ` Chris Samuel
     [not found]             ` <SNT125-W25B0C502FF72465BC6B55BC3940@phx.gbl>
     [not found]               ` <201104231855.47680.chris@csamuel.org>
2011-04-23 10:47                 ` FW: " Yuhong Bao
2011-04-23 13:52                   ` Thomas Meyer
2011-04-23 17:51                     ` H. Peter Anvin
2011-04-23 23:24                     ` Chris Samuel
2011-04-24  0:16                     ` Chris Samuel
2011-04-24  0:22                       ` Chris Samuel
2011-04-24  8:46                         ` Yinghai Lu
2011-04-25 11:13                           ` Chris Samuel
2011-04-25 23:25                     ` [tip:x86/urgent] x86, setup: When probing memory with e801, use ax/bx as a pair tip-bot for H. Peter Anvin
2011-04-26  4:50                       ` Chris Samuel
2011-04-26  8:12                         ` Ingo Molnar
2011-04-27  3:30                           ` Chris Samuel
2011-05-05 11:57                           ` Chris Samuel
2011-05-05 12:10                             ` Ingo Molnar
2011-05-06 11:47                               ` Chris Samuel
2011-05-06 12:04                                 ` Ingo Molnar [this message]
2011-05-06 12:10                                   ` Chris Samuel
2011-05-30  4:54                       ` Yuhong Bao
2011-04-23  2:03       ` 2.6.38.3 and 2.6.39-rc4 hangs after "Booting the kernel" on quad Pentium Pro system H. Peter Anvin
2011-04-23  6:43         ` Chris Samuel
     [not found]     ` <1ac2dd46-0677-4be6-aca0-f8787da34cee@email.android.com>
2011-04-23  1:36       ` Chris Samuel
2011-04-23  9:35     ` Alan Cox
2011-04-23 10:35       ` Chris Samuel
2011-04-23 11:32         ` Chris Samuel
2011-04-23 13:11       ` Chris Samuel

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=20110506120452.GB17112@elte.hu \
    --to=mingo@elte.hu \
    --cc=akpm@linux-foundation.org \
    --cc=chris@csamuel.org \
    --cc=hpa@linux.intel.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=thomas@m3y3r.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.