All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] SCSI device blacklist handling improvements
@ 2017-12-04 18:36 Bart Van Assche
  2017-12-04 18:36 ` [PATCH 1/3] scsi_get_device_flags_keyed(): Always return device flags Bart Van Assche
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Bart Van Assche @ 2017-12-04 18:36 UTC (permalink / raw)
  To: Martin K . Petersen, James E . J . Bottomley; +Cc: linux-scsi, Bart Van Assche

Hello Martin,

These three patches is what I came up with after having reviewed recent
changes in the code for handling blacklist flags handling. Please consider
these patches for kernel v4.16.

Note: since patch "Use 'blist_flags_t' for scsi_devinfo flags" is not yet
in the 4.16/scsi-queue branch I have developed these patches on top of a
merge of the v4.15-rc1 release and your 4.16/scsi-queue branch.

Thanks,

Bart.

Bart Van Assche (3):
  scsi_get_device_flags_keyed(): Always return device flags
  Use blist_flags_t consistently
  Introduce scsi_devinfo_key enumeration type

 drivers/scsi/scsi_devinfo.c       | 29 ++++++++++++-----------------
 drivers/scsi/scsi_priv.h          | 14 ++++++++------
 drivers/scsi/scsi_scan.c          | 13 +++++++------
 drivers/scsi/scsi_sysfs.c         |  4 ++--
 drivers/scsi/scsi_transport_spi.c | 12 +++++++-----
 5 files changed, 36 insertions(+), 36 deletions(-)

-- 
2.15.0

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

end of thread, other threads:[~2017-12-08  1:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-04 18:36 [PATCH 0/3] SCSI device blacklist handling improvements Bart Van Assche
2017-12-04 18:36 ` [PATCH 1/3] scsi_get_device_flags_keyed(): Always return device flags Bart Van Assche
2017-12-04 18:36 ` [PATCH 2/3] Use blist_flags_t consistently Bart Van Assche
2017-12-04 18:36 ` [PATCH 3/3] Introduce scsi_devinfo_key enumeration type Bart Van Assche
2017-12-07  2:03 ` [PATCH 0/3] SCSI device blacklist handling improvements Martin K. Petersen
2017-12-07 17:34   ` Bart Van Assche
2017-12-08  1:10     ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.