Message ID | 20241022180839.2712439-1-bvanassche@acm.org |
---|---|
Headers | show |
Series | Replace the "slave_*" function names | expand |
Randy, > Can we expect to see this merged for 6.13-rcN soonish? > > I am working on some patches that would like to be applied > after this series. Already merged, it's in 6.14/scsi-staging.
On 12/5/24 12:00 PM, Martin K. Petersen wrote: > > Randy, > >> Can we expect to see this merged for 6.13-rcN soonish? >> >> I am working on some patches that would like to be applied >> after this series. > > Already merged, it's in 6.14/scsi-staging. Ah good. I was looking at the linux-next tree. thanks.
On Tue, 22 Oct 2024 11:07:52 -0700, Bart Van Assche wrote: > The text "slave_" in multiple function names does not make it clear what > the purpose of these functions is. Hence this patch series that renames all > SCSI functions that have the word "slave" in their function name. Please > consider this patch series for the next merge window. > > Thanks, > > [...] Applied to 6.14/scsi-queue, thanks! [1/5] scsi: Rename .slave_alloc() and .slave_destroy() https://git.kernel.org/mkp/scsi/c/ed638918f4df [2/5] scsi: Rename .device_configure() into .sdev_configure() https://git.kernel.org/mkp/scsi/c/47c2e30afcec [3/5] scsi: Convert SCSI drivers to .sdev_configure() https://git.kernel.org/mkp/scsi/c/49515b7fe50c [4/5] scsi: core: Remove the .slave_configure() method https://git.kernel.org/mkp/scsi/c/0f98212d96a2 [5/5] scsi: core: Update API documentation https://git.kernel.org/mkp/scsi/c/b0d3b8514abd