From: Dirk Hohndel <hohndel@infradead.org>
To: Alan Stern <stern@rowland.harvard.edu>
Cc: Sarah Sharp <sarah.a.sharp@linux.intel.com>,
linux-usb@vger.kernel.org,
Matthew Dharm <mdharm-usb@one-eyed-alien.net>,
linux-scsi@vger.kernel.org
Subject: Re: strange USB storage failure with 2.6.29-rc2
Date: Wed, 28 Jan 2009 11:59:58 -0800 [thread overview]
Message-ID: <20090128115958.77d59368@infradead.org> (raw)
In-Reply-To: <Pine.LNX.4.44L0.0901281233250.3134-100000@iolanthe.rowland.org>
On Wed, 28 Jan 2009 12:47:45 -0500 (EST)
Alan Stern <stern@rowland.harvard.edu> wrote:
> On Wed, 28 Jan 2009, Dirk Hohndel wrote:
>
> > > > The other one is "why isn't the USB stack filtering that command when
> > > > it comes down from SCSI?"
> > >
> > > The USB stack doesn't do any filtering. The SCSI stack is supposed to
> > > know what commands should and should not be sent.
> > >
> > > Furthermore, it seems quite likely this command was sent by userspace,
> > > not by the SCSI stack -- in which case the program is supposed to know
> > > what commands it shouldn't send.
> >
> > Not sure I agree with that logic. If the USB stack KNOWS that
> > non-removable devices get upset by this command, then it would be
> > appropriate for it to filter those out - to protect from bugs as much
> > as to protect from denial of service attacks.
>
> Part of the problem is that many devices claim to have removable media
> when in fact they don't. And going back to your first email message, I
> see that your device is one of them:
>
> > Jan 22 13:49:53 dhohndel-mobl4 kernel: [ 46.329437] sd 4:0:0:0: [sdb] Attached SCSI \
> > removable disk
> ^^^^^^^^^
>
> In any case, usb-storage is just a transport. It sends commands from
> higher up (the SCSI stack) to a USB device. It filters the commands as
> little as possible. In other words, don't blame the messenger for
> delivering a bad message.
I had missed that part that the stick claimed to be a removable device
(it is, in a sense, but then it shouldn't balk at being ejected).
> > > > Maybe we need to bring such code back?
> > >
> > > Definitely not! The correct approach to is to find the program
> > > responsible for sending that command and fix it.
> >
> > That's definitely something we should do (and I will continue to hunt
> > this down), but my logic above still applies. I think this should have
> > a WARN_ON around it, but should still be filtered.
>
> Nope. How would people feel when they triggered your WARN_ON every
> time they ejected a disc from their USB CD-ROM drive?
I agree - see above.
> > > Or you could guess that the offending command is sent by a
> > > system/desktop utility, such as hal or udev. Have you added or changed
> > > any software in that area recently?
> >
> > As I mentioned, I tried this in runlevel 3 - no desktop running.
>
> Both hal and udev would still be running in level 3.
I'll poke at this some more.
/D
--
Dirk Hohndel
Intel Open Source Technology Center
next prev parent reply other threads:[~2009-01-28 20:00 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20090127122641.1564fc46@infradead.org>
[not found] ` <Pine.LNX.4.44L0.0901271548370.2286-100000@iolanthe.rowland.org>
[not found] ` <Pine.LNX.4.44L0.0901271548370.2286-100000-IYeN2dnnYyZXsRXLowluHWD2FQJk+8+b@public.gmane.org>
2009-01-28 4:06 ` strange USB storage failure with 2.6.29-rc2 Dirk Hohndel
[not found] ` <20090127200607.369a1693-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2009-01-28 16:54 ` Alan Stern
2009-01-28 17:14 ` Dirk Hohndel
2009-01-28 17:47 ` Alan Stern
2009-01-28 19:59 ` Dirk Hohndel [this message]
2009-01-28 20:14 ` Alan Stern
[not found] ` <20090128091406.316a80fc-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2009-01-28 17:59 ` James Bottomley
2009-01-28 20:01 ` Dirk Hohndel
2009-01-28 21:13 ` Pete Zaitcev
2009-01-28 21:23 ` Alan Stern
2009-01-28 21:29 ` Pete Zaitcev
[not found] ` <20090128142915.3b6f1949.zaitcev-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-01-28 21:41 ` Alan Stern
2009-01-28 21:49 ` Oliver Neukum
[not found] ` <Pine.LNX.4.44L0.0901281622210.2231-100000-IYeN2dnnYyZXsRXLowluHWD2FQJk+8+b@public.gmane.org>
2009-01-28 22:39 ` Dirk Hohndel
2009-01-28 21:10 ` Pete Zaitcev
[not found] ` <20090128141035.3a26ea60.zaitcev-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-01-28 21:21 ` Alan Stern
2009-01-28 21:22 ` Dirk Hohndel
[not found] ` <20090128132228.3f1e2f8a-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2009-01-28 21:27 ` Pete Zaitcev
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=20090128115958.77d59368@infradead.org \
--to=hohndel@infradead.org \
--cc=linux-scsi@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mdharm-usb@one-eyed-alien.net \
--cc=sarah.a.sharp@linux.intel.com \
--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