Linux SCSI subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/3] scsi: usb-storage: hide errors for five devices
@ 2012-05-08 10:19 Paul Bolle
  2012-05-08 14:02 ` Alan Stern
  0 siblings, 1 reply; 9+ messages in thread
From: Paul Bolle @ 2012-05-08 10:19 UTC (permalink / raw)
  To: James E.J. Bottomley, Matthew Dharm, Greg Kroah-Hartman
  Cc: linux-scsi-u79uwXL29TY76Z2rM5mHXA,
	usb-storage-ijkIwGHArpdIPJnuZ7Njw4oP9KaGy4wf,
	linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

0) Five USB memory sticks I happen to have will generate sets of two
errors when inserted. These sets are either:
    [...] Asking for cache data failed
    [...] Assuming drive cache: write through

or:
    [...] No Caching mode page present
    [...] Assuming drive cache: write through

These errors are generated by the SCSI stack (and printed thrice).

1) These patches try to hide those errors by:
- downgrading one error to a notice; and
- setting the NO_WP_DETECT quirk for these five devices.

2) Review of these patches is appreciated. Please note that the first
patch downgrades the error also for code paths that I apparently never
trigger, so that one especially needs additional thought, testing, etc.
 
3) It's not entirely clear which names one should use in the
UNUSUAL_DEV() macro. I just picked the most neutral names that showed up
for the devices in the logs.

4) Tested on v3.3.4, but applies cleanly to v3.4-rc6.

Paul Bolle (3):
  scsi: downgrade "write through" error to notice
  usb-storage: use NO_WP_DETECT for two devices
  usb-storage: use NO_WP_DETECT for three devices

 drivers/scsi/sd.c                  |    2 +-
 drivers/usb/storage/unusual_devs.h |   22 ++++++++++++++++++++--
 2 files changed, 21 insertions(+), 3 deletions(-)

-- 
1.7.7.6

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-05-22  9:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-08 10:19 [PATCH 0/3] scsi: usb-storage: hide errors for five devices Paul Bolle
2012-05-08 14:02 ` Alan Stern
2012-05-08 15:37   ` Paul Bolle
2012-05-08 17:03     ` Alan Stern
2012-05-15 15:35       ` Greg Kroah-Hartman
2012-05-15 16:29         ` Paul Bolle
2012-05-15 16:36           ` Alan Cox
2012-05-22  8:48             ` Paul Bolle
2012-05-22  9:25               ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox