All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: linux-scsi <linux-scsi@vger.kernel.org>
Cc: Kashyap Desai <kashyap.desai@broadcom.com>,
	"Martin K. Petersen" <martin.petersen@oracle.com>
Subject: [REGRESSION] 4.9-rc4+ doesn't boot on my test box
Date: Tue, 8 Nov 2016 10:42:37 -0700	[thread overview]
Message-ID: <f0fa381c-e224-b660-27c4-dede4a5b543e@kernel.dk> (raw)

Hi,

I wasted half a day on this, thinking it was something in my 4.10
branches. But it turns out it is not, the regression is in mainline.

Looking at the recent fixes, turns out to be this one:

commit 1e793f6fc0db920400574211c48f9157a37e3945
Author: Kashyap Desai <kashyap.desai@broadcom.com>
Date:   Fri Oct 21 06:33:32 2016 -0700

     scsi: megaraid_sas: Fix data integrity failure for JBOD 
(passthrough) devices

If I revert that, box boots fine again. The effect of the regression is
that my box detects tons of SCSI devices (literally, thousands):

[   11.675834] sd 0:2:0:0: [sda] Sector size 0 reported, assuming 512.
[   11.675840] sd 0:2:0:0: Attached scsi generic sg0 type 0
[   11.676096] sd 0:2:1:0: Attached scsi generic sg1 type 0
[   11.676099] sd 0:2:1:0: [sdb] Sector size 0 reported, assuming 512.
[   11.676105] sd 0:2:1:0: [sdb] 1 512-byte logical blocks: (512 B/512 B)
[   11.676107] sd 0:2:1:0: [sdb] 0-byte physical blocks
[   11.676132] sd 0:2:1:0: [sdb] Write Protect is off
[   11.676170] sd 0:2:1:0: [sdb] Asking for cache data failed
[   11.676173] sd 0:2:1:0: [sdb] Assuming drive cache: write through
[   11.676410] sd 0:2:2:0: Attached scsi generic sg2 type 0
[   11.676432] sd 0:2:2:0: [sdc] Sector size 0 reported, assuming 512.
[   11.676435] sd 0:2:2:0: [sdc] 1 512-byte logical blocks: (512 B/512 B)
[   11.676438] sd 0:2:2:0: [sdc] 0-byte physical blocks
[   11.676442] sd 0:2:1:0: [sdb] Sector size 0 reported, assuming 512.
[   11.676454] sd 0:2:2:0: [sdc] Write Protect is off
[   11.676476] sd 0:2:2:0: [sdc] Asking for cache data failed
[   11.676478] sd 0:2:2:0: [sdc] Assuming drive cache: write through
[...]

[   11.717641] sd 0:3:63:0: Attached scsi generic sg127 type 0
[   11.717757] sd 0:3:62:0: [sddw] Sector size 0 reported, assuming 512.
[   11.717801] sd 0:3:63:0: [sddx] Sector size 0 reported, assuming 512.
[   11.717802] sd 0:3:62:0: [sddw] Attached SCSI disk
[   11.718011] sd 0:3:63:0: [sddx] Sector size 0 reported, assuming 512.

where a normal boots just detects sda and the CD-ROM:

[   10.398120] sd 0:2:0:0: Attached scsi generic sg0 type 0
[   10.398369] sd 0:2:0:0: [sda] 975699968 512-byte logical blocks: (500 
GB/465 GiB)
[   10.398684] sd 0:2:0:0: [sda] Write Protect is off
[   10.398872] sd 0:2:0:0: [sda] Write cache: disabled, read cache: 
enabled, supports DPO and FUA
[   10.435084]  sda: sda1 sda2 < sda5 sda6 > sda3
[   10.437522] scsi 5:0:0:0: CD-ROM            TEAC     DVD-ROM DV-28SW 
R.2B PQ: 0 ANSI: 5
[   10.456582] sd 0:2:0:0: [sda] Attached SCSI disk
[   10.500499] sr 5:0:0:0: [sr0] scsi3-mmc drive: 24x/24x cd/rw xa/form2 
cdda tray
[   10.508830] cdrom: Uniform CD-ROM driver Revision: 3.20
[   10.515186] sr 5:0:0:0: Attached scsi generic sg1 type 5


-- 
Jens Axboe


             reply	other threads:[~2016-11-08 17:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-08 17:42 Jens Axboe [this message]
2016-11-08 23:15 ` [REGRESSION] 4.9-rc4+ doesn't boot on my test box Martin K. Petersen
2016-11-09  0:20   ` Kashyap Desai
2016-11-09  1:19     ` Jens Axboe
2016-11-09  2:14       ` Kashyap Desai
2016-11-09  2:28         ` Martin K. Petersen

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=f0fa381c-e224-b660-27c4-dede4a5b543e@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=kashyap.desai@broadcom.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    /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.