public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] drivers: scsi: struct bus_type cleanup
@ 2024-02-03 18:38 Ricardo B. Marliere
  2024-02-03 18:39 ` [PATCH 1/3] scsi: fcoe: make fcoe_bus_type const Ricardo B. Marliere
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Ricardo B. Marliere @ 2024-02-03 18:38 UTC (permalink / raw)
  To: Hannes Reinecke, James E.J. Bottomley, Martin K. Petersen,
	Lee Duncan, Chris Leech, Mike Christie
  Cc: linux-scsi, linux-kernel, open-iscsi, Greg Kroah-Hartman,
	Ricardo B. Marliere

This series is part of an effort to cleanup the users of the driver
core, as can be seen in many recent patches authored by Greg across the
tree (e.g. [1]). Specifically, this series is part of the task of
splitting one of his TODOs [2].

---
[1]: https://lore.kernel.org/lkml/?q=f%3Agregkh%40linuxfoundation.org+s%3A%22make%22+and+s%3A%22const%22
[2]: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/commit/?h=bus_cleanup&id=26105f537f0c60eacfeb430abd2e05d7ddcdd8aa

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net>

---
Ricardo B. Marliere (3):
      scsi: fcoe: make fcoe_bus_type const
      scsi: iscsi: make iscsi_flashnode_bus const
      scsi: scsi_debug: make pseudo_lld_bus const

 drivers/scsi/fcoe/fcoe_sysfs.c      | 4 ++--
 drivers/scsi/scsi_debug.c           | 4 ++--
 drivers/scsi/scsi_transport_iscsi.c | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
---
base-commit: 890d900e7fec7f7956c26bd47b4f0f07a0a507b1
change-id: 20240203-bus_cleanup-scsi-7c22edb73af4

Best regards,
-- 
Ricardo B. Marliere <ricardo@marliere.net>


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

end of thread, other threads:[~2024-02-13  1:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-03 18:38 [PATCH 0/3] drivers: scsi: struct bus_type cleanup Ricardo B. Marliere
2024-02-03 18:39 ` [PATCH 1/3] scsi: fcoe: make fcoe_bus_type const Ricardo B. Marliere
2024-02-03 18:39 ` [PATCH 2/3] scsi: iscsi: make iscsi_flashnode_bus const Ricardo B. Marliere
2024-02-03 21:12   ` Lee Duncan
2024-02-03 18:39 ` [PATCH 3/3] scsi: scsi_debug: make pseudo_lld_bus const Ricardo B. Marliere
2024-02-03 21:23 ` [PATCH 0/3] drivers: scsi: struct bus_type cleanup Greg Kroah-Hartman
2024-02-06  2:00 ` Martin K. Petersen
2024-02-13  1:57 ` Martin K. Petersen

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