From: Matthew Dharm <mdharm-kernel@one-eyed-alien.net>
To: Manfred Spraul <manfred@colorfullife.com>
Cc: linux-usb-devel@lists.sourceforge.net, greg@kroah.com,
linux-kernel@vger.kernel.org
Subject: Re: usb storage cleanup
Date: Thu, 4 Jul 2002 12:50:12 -0700 [thread overview]
Message-ID: <20020704125012.C17360@one-eyed-alien.net> (raw)
In-Reply-To: <3D248208.4060500@colorfullife.com>; from manfred@colorfullife.com on Thu, Jul 04, 2002 at 07:12:40PM +0200
[-- Attachment #1: Type: text/plain, Size: 2808 bytes --]
On Thu, Jul 04, 2002 at 07:12:40PM +0200, Manfred Spraul wrote:
> Matthew Dharm wrote:
> >
> >>E.g. queue_command stored new commands in ->queue_srb. The worker thread
> >>then moved it from queue_srb to srb and set sm_state to RUNNING.
> >>
> >>But what if command_abort() is called before the worker thread is scheduled?
> >
> >
> > Then we have a serious problem, because the aborts are on the order of
> > several seconds. If the thread hasn't gotten scheduled by then it _should_
> > cause a BUG_ON.
> >
>
> First of all, it's dead ugly. usb-storage crashes if the scheduler is
> overloaded. IMHO that's a bug, especially since it's simple to avoid it.
>
> And what about storage_disconnect()?
>
> Test case: user pulls out the usb cable while a transfer is in progress.
> urb submitted to the device, reply not yet received.
> Result: storage_disconnect() would hang for 20 seconds until
> command_abort() is called.
No, not quite. The HCD accelerates the URBs to completion if the device
is removed with an URB pending on it. It therefore shouldn't hang for the
timeout -- if you're seeing this behavior, then the HCD is broken.
> Read through my proposal: With current_urb_sem [I've called it urb_sem,
> but it's the same concept], the synchronization between abort and new
> commands is guaranteed.
>
> The only difference is that I've moved testing ->abort_cmd and
> down(&->urb_sem) into usb_stor_msg_common: Requesting that the callers
> must acquire the semaphore and check abort_cmd() is unnecessary code
> duplication and just asks for bugs.
The reason it was moved up was to save lots of processing (including memory
allocation paths) if the abort had already been requested. Which is a
common case.
> >>>You're reverting the new mechanism to determine device state... why?
> >>
> >>Unnesessary duplication. Device disconnected is equivalent to
> >>->pusb_dev==NULL. Why do you need a special variable?
> >
> >
> > Because relying on a pointer has caused problems in the past, especially
> > when there are concerns that the pointer might be invalid.
> >
>
> Could you explain a bit more? How could the pointer become invalid?
There was a large discussion of this in relation to another driver on
linux-usb-devel... basically, the pointer is just an address to a structure
owned by an HCD... it's entirely possible for the structure to go away on
us unexpectedly. We _should_ get the notification via the _disconnect()
call, but real-world experience showed us that this wasn't always
happening.
Matt
--
Matthew Dharm Home: mdharm-usb@one-eyed-alien.net
Maintainer, Linux USB Mass Storage Driver
I need a computer?
-- Customer
User Friendly, 2/19/1998
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
next prev parent reply other threads:[~2002-07-04 19:47 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-03 21:14 Manfred Spraul
2002-07-03 21:43 ` Matthew Dharm
2002-07-03 22:19 ` Manfred Spraul
2002-07-04 0:05 ` Matthew Dharm
2002-07-04 17:12 ` Manfred Spraul
2002-07-04 19:50 ` Matthew Dharm [this message]
2002-07-04 19:54 ` Arnaldo Carvalho de Melo
2002-07-04 20:02 ` Greg KH
2002-07-04 20:23 ` [linux-usb-devel] " David Brownell
2002-07-04 21:16 ` Matthew Dharm
2002-07-04 22:05 ` David Brownell
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=20020704125012.C17360@one-eyed-alien.net \
--to=mdharm-kernel@one-eyed-alien.net \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb-devel@lists.sourceforge.net \
--cc=manfred@colorfullife.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 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®