Right after I send out the last USB updates, I got this one from the
usb-storage people. It seems pretty serious, so I'm sending this one
out as a single patch.
Please pull from: bk://kernel.bkbits.net/gregkh/linux/marcelo-2.4
The individual patch will be sent in a follow up message to this email
to you and the linux-usb-devel mailing list.
thanks,
greg k-h
drivers/usb/storage/protocol.c | 21 +++++++++++++++------
drivers/usb/storage/usb.h | 2 +-
2 files changed, 16 insertions(+), 7 deletions(-)
-----
ChangeSet@1.1118, 2003-07-14 13:52:30-07:00, stern@rowland.harvard.edu
[PATCH] USB: usb-storage US_FL_FIX_CAPACITY fix
Pat LaVarre uncovered a bug where you could throw a well-formed (but
arguably meaningless) INQUIRY command at a device via the sg interface
and OOPS the usb-storage driver. This prevents that from happening.
This has been in 2.5 for a while now. A 2.4 backport is probably a good
thing.
drivers/usb/storage/protocol.c | 21 +++++++++++++++------
drivers/usb/storage/usb.h | 2 +-
2 files changed, 16 insertions(+), 7 deletions(-)
------
Alan Stern:
o USB: usb-storage US_FL_FIX_CAPACITY fix
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/