mbox series

[0/3] drivers: scsi: struct bus_type cleanup

Message ID 20240203-bus_cleanup-scsi-v1-0-6f552fb24f71@marliere.net
Headers show
Series drivers: scsi: struct bus_type cleanup | expand

Message

Ricardo B. Marliere Feb. 3, 2024, 6:38 p.m. UTC
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,

Comments

Martin K. Petersen Feb. 13, 2024, 1:57 a.m. UTC | #1
On Sat, 03 Feb 2024 15:38:59 -0300, Ricardo B. Marliere wrote:

> 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].
> 

Applied to 6.9/scsi-queue, thanks!

[1/3] scsi: fcoe: make fcoe_bus_type const
      https://git.kernel.org/mkp/scsi/c/4dbde797b946
[2/3] scsi: iscsi: make iscsi_flashnode_bus const
      https://git.kernel.org/mkp/scsi/c/824ec98b1b55
[3/3] scsi: scsi_debug: make pseudo_lld_bus const
      https://git.kernel.org/mkp/scsi/c/ac0dd0f33adb