public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Abel Vesa <abel.vesa@linaro.org>
To: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Cc: Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	linux-arm-msm@vger.kernel.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Ulf Hansson <ulf.hansson@linaro.org>,
	Jakub Kicinski <kuba@kernel.org>,
	Eric Biggers <ebiggers@kernel.org>,
	Stephen Rothwell <sfr@canb.auug.org.au>
Subject: Re: [PATCH] soc: qcom: Rename ice to qcom-ice to avoid module name conflict
Date: Fri, 12 May 2023 14:53:26 +0300	[thread overview]
Message-ID: <ZF4otoqwH4sNwF6o@linaro.org> (raw)
In-Reply-To: <20230510082555.GA7268@thinkpad>

On 23-05-10 13:55:55, Manivannan Sadhasivam wrote:
> On Wed, May 10, 2023 at 10:44:04AM +0300, Abel Vesa wrote:
> > The following error was reported when building x86_64 allmodconfig:
> > 
> > error: the following would cause module name conflict:
> >   drivers/soc/qcom/ice.ko
> >   drivers/net/ethernet/intel/ice/ice.ko
> > 
> > Seems the 'ice' module name is already used by some Intel ethernet
> > driver, so lets rename the Qualcomm Inline Crypto Engine (ICE) from
> > 'ice' to 'qcom-ice' to avoid any kind of errors/confusions.
> > 
> > Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> > Fixes: 2afbf43a4aec ("soc: qcom: Make the Qualcomm UFS/SDCC ICE a dedicated driver")
> > Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
> > ---
> > 
> > The build failure was reported here:
> > https://lore.kernel.org/all/20230510111833.17810885@canb.auug.org.au/
> > 
> >  drivers/soc/qcom/Makefile              | 2 +-
> >  drivers/soc/qcom/{ice.c => qcom-ice.c} | 0
> >  2 files changed, 1 insertion(+), 1 deletion(-)
> >  rename drivers/soc/qcom/{ice.c => qcom-ice.c} (100%)
> > 
> 
> You can just rename the module name to "qcom-ice" and still keep the driver name
> as "ice" as it is already under "qcom" subdirectory.
> 
> We do it for other drivers as well.

Yes, but in this case, it is not worth keeping the file name as is.

I'll send another version of this patch with the filename as qcom_ice.c
in order to be inline with the other ones.

> 
> - Mani
> 
> > diff --git a/drivers/soc/qcom/Makefile b/drivers/soc/qcom/Makefile
> > index 0f43a88b4894..30219c164cb0 100644
> > --- a/drivers/soc/qcom/Makefile
> > +++ b/drivers/soc/qcom/Makefile
> > @@ -32,4 +32,4 @@ obj-$(CONFIG_QCOM_RPMHPD) += rpmhpd.o
> >  obj-$(CONFIG_QCOM_RPMPD) += rpmpd.o
> >  obj-$(CONFIG_QCOM_KRYO_L2_ACCESSORS) +=	kryo-l2-accessors.o
> >  obj-$(CONFIG_QCOM_ICC_BWMON)	+= icc-bwmon.o
> > -obj-$(CONFIG_QCOM_INLINE_CRYPTO_ENGINE)	+= ice.o
> > +obj-$(CONFIG_QCOM_INLINE_CRYPTO_ENGINE)	+= qcom-ice.o
> > diff --git a/drivers/soc/qcom/ice.c b/drivers/soc/qcom/qcom-ice.c
> > similarity index 100%
> > rename from drivers/soc/qcom/ice.c
> > rename to drivers/soc/qcom/qcom-ice.c
> > -- 
> > 2.34.1
> > 
> 
> -- 
> மணிவண்ணன் சதாசிவம்

  reply	other threads:[~2023-05-12 11:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-10  7:44 [PATCH] soc: qcom: Rename ice to qcom-ice to avoid module name conflict Abel Vesa
2023-05-10  8:25 ` Manivannan Sadhasivam
2023-05-12 11:53   ` Abel Vesa [this message]
2023-05-12 12:42     ` Manivannan Sadhasivam

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=ZF4otoqwH4sNwF6o@linaro.org \
    --to=abel.vesa@linaro.org \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=ebiggers@kernel.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=kuba@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=sfr@canb.auug.org.au \
    --cc=ulf.hansson@linaro.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