Searched hist:"517 bcc2b4db435f230fe864f3db0a0f21d2f6951" (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/scsi/ |
H A D | hosts.c | diff 517bcc2b4db435f230fe864f3db0a0f21d2f6951 Mon Feb 19 12:45:53 CET 2024 Ricardo B. Marliere <ricardo@marliere.net> scsi: core: Constify the struct device_type usage
Since commit aed65af1cc2f ("drivers: make device_type const"), the driver core can properly handle constant struct device_type. Move the scsi_host_type, scsi_target_type and scsi_dev_type variables to be constant structures as well, placing it into read-only memory which can not be modified at runtime.
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net> Link: https://lore.kernel.org/r/20240219-device_cleanup-scsi-v1-1-c5edf2afe178@marliere.net Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|
H A D | scsi_sysfs.c | diff 517bcc2b4db435f230fe864f3db0a0f21d2f6951 Mon Feb 19 12:45:53 CET 2024 Ricardo B. Marliere <ricardo@marliere.net> scsi: core: Constify the struct device_type usage
Since commit aed65af1cc2f ("drivers: make device_type const"), the driver core can properly handle constant struct device_type. Move the scsi_host_type, scsi_target_type and scsi_dev_type variables to be constant structures as well, placing it into read-only memory which can not be modified at runtime.
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net> Link: https://lore.kernel.org/r/20240219-device_cleanup-scsi-v1-1-c5edf2afe178@marliere.net Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|
H A D | scsi_scan.c | diff 517bcc2b4db435f230fe864f3db0a0f21d2f6951 Mon Feb 19 12:45:53 CET 2024 Ricardo B. Marliere <ricardo@marliere.net> scsi: core: Constify the struct device_type usage
Since commit aed65af1cc2f ("drivers: make device_type const"), the driver core can properly handle constant struct device_type. Move the scsi_host_type, scsi_target_type and scsi_dev_type variables to be constant structures as well, placing it into read-only memory which can not be modified at runtime.
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net> Link: https://lore.kernel.org/r/20240219-device_cleanup-scsi-v1-1-c5edf2afe178@marliere.net Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|