public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/8] Prepare for constifying SCSI host templates
@ 2022-10-15  0:24 Bart Van Assche
  2022-10-15  0:24 ` [PATCH v7 1/8] scsi: esas2r: Initialize two host template members implicitly Bart Van Assche
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Bart Van Assche @ 2022-10-15  0:24 UTC (permalink / raw)
  To: Martin K . Petersen; +Cc: linux-scsi, Bart Van Assche

Hi Martin,

This patch series prepares for constifying SCSI host templates by moving the
members that are not constant out of the SCSI host template. Please consider
this patch series for the next merge window.

Thanks,

Bart.

Changes compared to v6:
- Rebased this patch series on top of kernel v6.1-rc1.

Changes compared to v5:
- Addressed John Garry's feedback on patch 4/7.
- Dropped the kernel/module patch and replaced it with a series of patches
  that rework the scsi_device_put() calls that happen from atomic context and
  one patch that makes scsi_device_put() synchronous.

Changes compared to v4:
- Added three additional patches: fail host creation if creating the proc
  directory fails, a use-after-free fix and an improvement for the kernel
  module unload code.

Changes compared to v3:
- Changed the 'present' counter from 8 to 32 bits.
- Fixed a bug in an error path (reported by John Garry).
- Changed EXPORT_SYMBOL() into EXPORT_SYMBOL_GPL().
- Split patch 1/3 into two patches.

Changes compared to v2:
- Optimized the show_info == NULL case.
- Added a patch that removes the code that clears the module pointer in the host
  template.

Changes compared to v1:
- Fix the CONFIG_SCSI_PROC_FS=n build.

Bart Van Assche (8):
  scsi: esas2r: Initialize two host template members implicitly
  scsi: esas2r: Introduce scsi_template_proc_dir()
  scsi: core: Fail host creation if creating the proc directory fails
  scsi: core: Introduce a new list for SCSI proc directory entries
  scsi: core: Rework scsi_single_lun_run()
  scsi: ufs: Simplify ufshcd_set_dev_pwr_mode()
  scsi: core: Remove the put_device() call from scsi_device_get()
  scsi: core: Release SCSI devices synchronously

 drivers/scsi/esas2r/esas2r_main.c |  19 +++--
 drivers/scsi/hosts.c              |   3 +-
 drivers/scsi/scsi.c               |  12 +--
 drivers/scsi/scsi_lib.c           |  32 ++++---
 drivers/scsi/scsi_priv.h          |   6 +-
 drivers/scsi/scsi_proc.c          | 137 +++++++++++++++++++++++++-----
 drivers/scsi/scsi_sysfs.c         |  22 +----
 drivers/ufs/core/ufshcd.c         |   9 +-
 include/scsi/scsi_device.h        |   1 -
 include/scsi/scsi_host.h          |  18 ++--
 10 files changed, 164 insertions(+), 95 deletions(-)


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

end of thread, other threads:[~2022-10-22  3:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-15  0:24 [PATCH v7 0/8] Prepare for constifying SCSI host templates Bart Van Assche
2022-10-15  0:24 ` [PATCH v7 1/8] scsi: esas2r: Initialize two host template members implicitly Bart Van Assche
2022-10-15  0:24 ` [PATCH v7 2/8] scsi: esas2r: Introduce scsi_template_proc_dir() Bart Van Assche
2022-10-15  0:24 ` [PATCH v7 3/8] scsi: core: Fail host creation if creating the proc directory fails Bart Van Assche
2022-10-15  0:24 ` [PATCH v7 4/8] scsi: core: Introduce a new list for SCSI proc directory entries Bart Van Assche
2022-10-15  0:24 ` [PATCH v7 5/8] scsi: core: Rework scsi_single_lun_run() Bart Van Assche
2022-10-15  0:24 ` [PATCH v7 6/8] scsi: ufs: Simplify ufshcd_set_dev_pwr_mode() Bart Van Assche
2022-10-15  0:24 ` [PATCH v7 7/8] scsi: core: Remove the put_device() call from scsi_device_get() Bart Van Assche
2022-10-15  0:24 ` [PATCH v7 8/8] scsi: core: Release SCSI devices synchronously Bart Van Assche
2022-10-18  3:21 ` [PATCH v7 0/8] Prepare for constifying SCSI host templates Martin K. Petersen
2022-10-22  3:52 ` 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