Message ID | 20240822195944.654691-1-bvanassche@acm.org |
---|---|
Headers | show |
Series | Simplify multiple create*_workqueue() invocations | expand |
Bart, > Multiple SCSI drivers use snprintf() to format a workqueue name before > invoking one of the create*_workqueue() macros. This patch series > simplifies such code by passing the format string and arguments to > alloc_workqueue(). Additionally, the structure members that are only > used as a temporary buffer for formatting workqueue names are removed. > Please consider this patch series for the next merge window. Applied to 6.12/scsi-staging, thanks!
On Thu, 22 Aug 2024 12:59:04 -0700, Bart Van Assche wrote: > Multiple SCSI drivers use snprintf() to format a workqueue name before > invoking one of the create*_workqueue() macros. This patch series > simplifies such code by passing the format string and arguments to > alloc_workqueue(). Additionally, the structure members that are only used > as a temporary buffer for formatting workqueue names are removed. Please > consider this patch series for the next merge window. > > [...] Applied to 6.12/scsi-queue, thanks! [01/18] scsi: Expand all create*_workqueue() invocations https://git.kernel.org/mkp/scsi/c/b97c0741c7dc [02/18] scsi: mptfusion: Simplify the alloc*_workqueue() invocations https://git.kernel.org/mkp/scsi/c/dec523975b85 [03/18] scsi: be2iscsi: Simplify an alloc_workqueue() invocation https://git.kernel.org/mkp/scsi/c/66088e7b9182 [04/18] scsi: bfa: Simplify an alloc_ordered_workqueue() invocation https://git.kernel.org/mkp/scsi/c/70fbb7c11507 [05/18] scsi: esas2r: Simplify an alloc_ordered_workqueue() invocation https://git.kernel.org/mkp/scsi/c/4cb1b41a5ee4 [06/18] scsi: fcoe: Simplify alloc_ordered_workqueue() invocations https://git.kernel.org/mkp/scsi/c/d77381c2f62a [07/18] scsi: ibmvscsi_tgt: Simplify an alloc_workqueue() invocation https://git.kernel.org/mkp/scsi/c/5615cfb3cbad [08/18] scsi: mpi3mr: Simplify an alloc_ordered_workqueue() invocation https://git.kernel.org/mkp/scsi/c/1bd289620e42 [09/18] scsi: mpt3sas: Simplify an alloc_ordered_workqueue() invocation https://git.kernel.org/mkp/scsi/c/b3b359ac7267 [10/18] scsi: myrb: Simplify an alloc_ordered_workqueue() invocation https://git.kernel.org/mkp/scsi/c/c57a617fd53f [11/18] scsi: myrs: Simplify an alloc_ordered_workqueue() invocation https://git.kernel.org/mkp/scsi/c/f30679166255 [12/18] scsi: qedf: Simplify alloc_workqueue() invocations https://git.kernel.org/mkp/scsi/c/8bbe60bbd43d [13/18] scsi: qedi: Simplify an alloc_workqueue() invocation https://git.kernel.org/mkp/scsi/c/19d7cda1c630 [14/18] scsi: snic: Simplify alloc_workqueue() invocations https://git.kernel.org/mkp/scsi/c/6411307b6328 [15/18] scsi: scsi_transport_fc: Simplify alloc_workqueue() invocations https://git.kernel.org/mkp/scsi/c/06d53789761c [16/18] scsi: stex: Simplify an alloc_ordered_workqueue() invocation https://git.kernel.org/mkp/scsi/c/0ef9b0186dae [17/18] scsi: ufs: Simplify alloc*_workqueue() invocation https://git.kernel.org/mkp/scsi/c/1aa992cbc272 [18/18] scsi: core: Simplify an alloc_workqueue() invocation https://git.kernel.org/mkp/scsi/c/ba52850cb6b4