From: Leon Romanovsky <leon@kernel.org>
To: Bart Van Assche <bvanassche@acm.org>
Cc: "Martin K . Petersen" <martin.petersen@oracle.com>,
linux-scsi@vger.kernel.org, Damien Le Moal <dlemoal@kernel.org>,
Jason Gunthorpe <jgg@ziepe.ca>,
Sathya Prakash <sathya.prakash@broadcom.com>,
Sreekanth Reddy <sreekanth.reddy@broadcom.com>,
Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Chen-Yu Tsai <wens@csie.org>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>,
Steffen Maier <maier@linux.ibm.com>,
Benjamin Block <bblock@linux.ibm.com>,
Heiko Carstens <hca@linux.ibm.com>,
Vasily Gorbik <gor@linux.ibm.com>,
Alexander Gordeev <agordeev@linux.ibm.com>,
Adam Radford <aradford@gmail.com>,
"James E.J. Bottomley" <James.Bottomley@hansenpartnership.com>,
Khalid Aziz <khalid@gonehiking.org>,
Adaptec OEM Raid Solutions <aacraid@microsemi.com>,
Matthew Wilcox <willy@infradead.org>,
Hannes Reinecke <hare@suse.com>,
Anil Gurumurthy <anil.gurumurthy@qlogic.com>,
Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>,
Saurav Kashyap <skashyap@marvell.com>,
Javed Hasan <jhasan@marvell.com>,
GR-QLogic-Storage-Upstream@marvell.com,
Don Brace <don.brace@microchip.com>,
Tyrel Datwyler <tyreld@linux.ibm.com>,
Michael Ellerman <mpe@ellerman.id.au>,
James Smart <james.smart@broadcom.com>,
Dick Kennedy <dick.kennedy@broadcom.com>,
Geoff Levand <geoff@infradead.org>,
Nilesh Javali <njavali@marvell.com>,
Karan Tilak Kumar <kartilak@cisco.com>,
Sesidhar Baddela <sebaddel@cisco.com>,
"K. Y. Srinivasan" <kys@microsoft.com>,
Haiyang Zhang <haiyangz@microsoft.com>,
Wei Liu <wei.liu@kernel.org>, Dexuan Cui <decui@microsoft.com>,
Juergen Gross <jgross@suse.com>,
Stefano Stabellini <sstabellini@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
ching Huang <ching2048@areca.com.tw>,
Bjorn Helgaas <bhelgaas@google.com>,
Johannes Thumshirn <johannes.thumshirn@wdc.com>,
Soumya Negi <soumya.negi97@gmail.com>
Subject: Re: [PATCH 2/4] scsi: Convert SCSI drivers to .device_configure()
Date: Tue, 1 Oct 2024 09:11:10 +0300 [thread overview]
Message-ID: <20241001061110.GE459313@unreal> (raw)
In-Reply-To: <20240930201937.2020129-3-bvanassche@acm.org>
On Mon, Sep 30, 2024 at 01:18:48PM -0700, Bart Van Assche wrote:
> There is agreement that the word "slave" should not be used in Linux
> kernel source code.
I think that "there is agreement" is over-statement. It is good thing to
avoid using "slave" in the new code, but it is not a universally agreed
to change old code to new naming.
> Hence this patch that converts all SCSI drivers from
> .slave_configure() to .device_configure(). No functionality has been
> changed.
>
> Cc: Damien Le Moal <dlemoal@kernel.org>
> Signed-off-by: Bart Van Assche <bvanassche@acm.org>
> ---
> drivers/infiniband/ulp/srp/ib_srp.c | 5 +++--
Because of such small changes in RDMA, I'm not going to object for this
patch, but my opinion is that this type of patches do more harm than
benefit (for example backporting to older kernels).
Thanks
> drivers/message/fusion/mptfc.c | 2 +-
> drivers/message/fusion/mptsas.c | 6 +++---
> drivers/message/fusion/mptscsih.c | 4 ++--
> drivers/message/fusion/mptscsih.h | 3 ++-
> drivers/message/fusion/mptspi.c | 7 ++++---
> drivers/net/ethernet/allwinner/sun4i-emac.c | 4 ++--
> drivers/s390/scsi/zfcp_scsi.c | 5 +++--
> drivers/scsi/3w-9xxx.c | 7 ++++---
> drivers/scsi/3w-sas.c | 7 ++++---
> drivers/scsi/3w-xxxx.c | 9 ++++----
> drivers/scsi/53c700.c | 7 ++++---
> drivers/scsi/BusLogic.c | 7 ++++---
> drivers/scsi/BusLogic.h | 3 ++-
> drivers/scsi/aacraid/linit.c | 8 ++++---
> drivers/scsi/advansys.c | 23 +++++++++++----------
> drivers/scsi/aic7xxx/aic79xx_osm.c | 4 ++--
> drivers/scsi/aic7xxx/aic7xxx_osm.c | 4 ++--
> drivers/scsi/arcmsr/arcmsr_hba.c | 8 ++++---
> drivers/scsi/bfa/bfad_im.c | 6 +++---
> drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 5 +++--
> drivers/scsi/csiostor/csio_scsi.c | 6 +++---
> drivers/scsi/esp_scsi.c | 7 ++++---
> drivers/scsi/hpsa.c | 8 ++++---
> drivers/scsi/ibmvscsi/ibmvfc.c | 7 ++++---
> drivers/scsi/ibmvscsi/ibmvscsi.c | 8 ++++---
> drivers/scsi/ips.c | 6 +++---
> drivers/scsi/ips.h | 3 ++-
> drivers/scsi/lpfc/lpfc_scsi.c | 21 ++++++++++++-------
> drivers/scsi/mvumi.c | 5 +++--
> drivers/scsi/myrb.c | 5 +++--
> drivers/scsi/myrs.c | 5 +++--
> drivers/scsi/ncr53c8xx.c | 5 +++--
> drivers/scsi/ps3rom.c | 5 +++--
> drivers/scsi/qedf/qedf_main.c | 5 +++--
> drivers/scsi/qla1280.c | 6 +++---
> drivers/scsi/qla2xxx/qla_os.c | 4 ++--
> drivers/scsi/qlogicpti.c | 5 +++--
> drivers/scsi/scsi_debug.c | 7 ++++---
> drivers/scsi/scsi_scan.c | 2 +-
> drivers/scsi/smartpqi/smartpqi_init.c | 5 +++--
> drivers/scsi/snic/snic_main.c | 6 +++---
> drivers/scsi/stex.c | 4 ++--
> drivers/scsi/storvsc_drv.c | 5 +++--
> drivers/scsi/sym53c8xx_2/sym_glue.c | 5 +++--
> drivers/scsi/xen-scsifront.c | 7 ++++---
> drivers/staging/rts5208/rtsx.c | 4 ++--
> 47 files changed, 166 insertions(+), 124 deletions(-)
next prev parent reply other threads:[~2024-10-01 6:11 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-30 20:18 [PATCH 0/4] Do not use "slave" in function names Bart Van Assche
2024-09-30 20:18 ` [PATCH 1/4] scsi: Rename .slave_alloc() and .slave_destroy() Bart Van Assche
2024-09-30 20:58 ` Matthew Wilcox
2024-09-30 21:10 ` Bart Van Assche
2024-10-01 0:10 ` Damien Le Moal
2024-10-02 20:23 ` Bart Van Assche
2024-10-02 22:26 ` Damien Le Moal
2024-10-01 3:26 ` Randy Dunlap
2024-10-01 4:43 ` Randy Dunlap
2024-10-01 20:15 ` Bart Van Assche
2024-09-30 20:18 ` [PATCH 2/4] scsi: Convert SCSI drivers to .device_configure() Bart Van Assche
2024-10-01 6:11 ` Leon Romanovsky [this message]
2024-10-02 9:02 ` Geoff Levand
2024-10-02 15:19 ` Khalid Aziz
2024-09-30 20:18 ` [PATCH 3/4] scsi: core: Remove .slave_configure() Bart Van Assche
2024-09-30 20:18 ` [PATCH 4/4] scsi: core: Update .slave_configure() references in the documentation Bart Van Assche
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241001061110.GE459313@unreal \
--to=leon@kernel.org \
--cc=GR-QLogic-Storage-Upstream@marvell.com \
--cc=James.Bottomley@hansenpartnership.com \
--cc=aacraid@microsemi.com \
--cc=agordeev@linux.ibm.com \
--cc=anil.gurumurthy@qlogic.com \
--cc=aradford@gmail.com \
--cc=bblock@linux.ibm.com \
--cc=bhelgaas@google.com \
--cc=bvanassche@acm.org \
--cc=ching2048@areca.com.tw \
--cc=davem@davemloft.net \
--cc=decui@microsoft.com \
--cc=dick.kennedy@broadcom.com \
--cc=dlemoal@kernel.org \
--cc=don.brace@microchip.com \
--cc=edumazet@google.com \
--cc=geoff@infradead.org \
--cc=gor@linux.ibm.com \
--cc=gregkh@linuxfoundation.org \
--cc=haiyangz@microsoft.com \
--cc=hare@suse.com \
--cc=hca@linux.ibm.com \
--cc=james.smart@broadcom.com \
--cc=jernej.skrabec@gmail.com \
--cc=jgg@ziepe.ca \
--cc=jgross@suse.com \
--cc=jhasan@marvell.com \
--cc=johannes.thumshirn@wdc.com \
--cc=kartilak@cisco.com \
--cc=khalid@gonehiking.org \
--cc=kuba@kernel.org \
--cc=kys@microsoft.com \
--cc=linux-scsi@vger.kernel.org \
--cc=maier@linux.ibm.com \
--cc=martin.petersen@oracle.com \
--cc=mpe@ellerman.id.au \
--cc=njavali@marvell.com \
--cc=pabeni@redhat.com \
--cc=samuel@sholland.org \
--cc=sathya.prakash@broadcom.com \
--cc=sebaddel@cisco.com \
--cc=skashyap@marvell.com \
--cc=soumya.negi97@gmail.com \
--cc=sreekanth.reddy@broadcom.com \
--cc=sstabellini@kernel.org \
--cc=sudarsana.kalluru@qlogic.com \
--cc=suganath-prabu.subramani@broadcom.com \
--cc=tyreld@linux.ibm.com \
--cc=wei.liu@kernel.org \
--cc=wens@csie.org \
--cc=willy@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox