Hi Martin, Recently it was reported that reading the IO hints VPD page makes at least two USB storage devices crash. Hence this patch series that disables reading the IO hints VPD page from USB storage devices. Please consider this patch series for your scsi-fixes branch. Thanks, Bart. Changes compared to v2: - Changed "IO hints VPD page" into "IO Advice Hints Grouping mode page". - Changed "scsi: core: " prefix for patch 2/2 into "usb: ". - Removed redundant Cc-tags. Changes compared to v1: - Also set the BLIST_SKIP_IO_HINTS for USB Attached SCSI devices. Bart Van Assche (2): scsi: core: Introduce the BLIST_SKIP_IO_HINTS flag usb: Do not query the IO advice hints grouping mode page for USB devices drivers/scsi/sd.c | 4 ++++ drivers/usb/storage/scsiglue.c | 6 ++++++ drivers/usb/storage/uas.c | 7 +++++++ include/scsi/scsi_devinfo.h | 4 +++- 4 files changed, 20 insertions(+), 1 deletion(-)