From: James Bottomley <jejbbe@hansenpartnership.com>
To: David Miller <davem@davemloft.net>
Cc: mroos@linux.ee, linux-kernel@vger.kernel.org,
linux-scsi@vger.kernel.org, dan.j.williams@intel.com,
stern@rowland.harvard.edu
Subject: Re: 3.4.0-02580-g72c04af regression on sparc64 - partitions not recognized
Date: Wed, 23 May 2012 23:56:10 +0100 [thread overview]
Message-ID: <1337813770.3013.37.camel@dabdike.int.hansenpartnership.com> (raw)
In-Reply-To: <20120523.140451.386112705611304887.davem@davemloft.net>
On Wed, 2012-05-23 at 14:04 -0400, David Miller wrote:
> From: Meelis Roos <mroos@linux.ee>
> Date: Wed, 23 May 2012 19:46:46 +0300 (EEST)
>
> CC:'ing interested parties.
>
> >> > Just tested 3.4.0-02580-g72c04af on about 10 machines. While most of
> >> > them work (including 3 different sparc64 machines with real scsi disks),
> >> > Sun Netra X1 with pata_ali and IDE disk consistently fails to boot. sda
> >> > is recognized but no partitions. 3.3.0 works fine, as did something
> >> > around 3.4-rc7 (plain 3.4 not tested yet). No other IDE machines tested
> >> > yet since I have none with remote console at the moment.
> >>
> >> If 3.4.0-final is OK, start bisecting from v3.4.0 until 72c04af. One
> >> possibility could be the sparc64 NOBOOTMEM conversion that went into
> >> the merge window.
> >
> > Bisecting leads to this commit:
> >
> > a7a20d103994fd760766e6c9d494daa569cbfe06 is the first bad commit
> > commit a7a20d103994fd760766e6c9d494daa569cbfe06
> > Author: Dan Williams <dan.j.williams@intel.com>
> > Date: Thu Mar 22 17:05:11 2012 -0700
> >
> > [SCSI] sd: limit the scope of the async probe domain
My theory is that this is an init problem: The assumption in a lot of
our code is that async_synchronize_full() waits for everything ... even
the domain specific async schedules, which isn't true.
The code in init that makes this assumption is wait_for_device_probe().
There's also a fun async_synchronize_full() in init_post() that assumes
it can free the init memory after, which would fail badly if anything in
init used an async domain.
So either we fix the assumptions or we can't use domain specific async
schedules.
James
next prev parent reply other threads:[~2012-05-23 22:56 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-22 9:14 Meelis Roos
2012-05-22 19:12 ` David Miller
2012-05-22 19:17 ` Meelis Roos
2012-05-22 19:22 ` David Miller
2012-05-23 16:46 ` Meelis Roos
2012-05-23 18:04 ` David Miller
2012-05-23 21:00 ` Alan Stern
2012-05-23 22:56 ` James Bottomley [this message]
2012-05-24 2:22 ` Dan Williams
2012-05-24 7:42 ` James Bottomley
2012-05-24 7:54 ` Dan Williams
2012-05-24 8:05 ` James Bottomley
2012-05-24 19:52 ` Rafael J. Wysocki
2012-05-25 7:45 ` James Bottomley
2012-05-25 14:38 ` Alan Stern
2012-05-25 19:27 ` Rafael J. Wysocki
2012-05-28 16:46 ` Eldad Zack
2012-05-28 17:56 ` Dan Williams
2012-05-28 20:25 ` Eldad Zack
2012-05-25 7:55 ` mroos
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=1337813770.3013.37.camel@dabdike.int.hansenpartnership.com \
--to=jejbbe@hansenpartnership.com \
--cc=dan.j.williams@intel.com \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=mroos@linux.ee \
--cc=stern@rowland.harvard.edu \
/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®