RE: linux-next: build failure after merge of the drivers-x86 tree

From: Kammela, Gayatri
Date: Wed Jul 28 2021 - 13:59:24 EST


> -----Original Message-----
> From: Hans de Goede <hdegoede@xxxxxxxxxx>
> Sent: Wednesday, July 28, 2021 10:56 AM
> To: Kammela, Gayatri <gayatri.kammela@xxxxxxxxx>; Andy Shevchenko
> <andy.shevchenko@xxxxxxxxx>; Mark Brown <broonie@xxxxxxxxxx>
> Cc: Gross, Mark <mark.gross@xxxxxxxxx>; Rajneesh Bhardwaj
> <irenic.rajneesh@xxxxxxxxx>; Linux Kernel Mailing List <linux-
> kernel@xxxxxxxxxxxxxxx>; Linux Next Mailing List <linux-
> next@xxxxxxxxxxxxxxx>; Platform Driver <platform-driver-
> x86@xxxxxxxxxxxxxxx>
> Subject: Re: linux-next: build failure after merge of the drivers-x86 tree
>
> Hi,
>
> On 7/28/21 7:27 PM, Kammela, Gayatri wrote:
> >> -----Original Message-----
> >> From: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
> >> Sent: Wednesday, July 28, 2021 10:02 AM
> >> To: Mark Brown <broonie@xxxxxxxxxx>
> >> Cc: Hans de Goede <hdegoede@xxxxxxxxxx>; Gross, Mark
> >> <mark.gross@xxxxxxxxx>; Kammela, Gayatri
> <gayatri.kammela@xxxxxxxxx>;
> >> Rajneesh Bhardwaj <irenic.rajneesh@xxxxxxxxx>; Linux Kernel Mailing
> >> List <linux-kernel@xxxxxxxxxxxxxxx>; Linux Next Mailing List <linux-
> >> next@xxxxxxxxxxxxxxx>; Platform Driver <platform-driver-
> >> x86@xxxxxxxxxxxxxxx>
> >> Subject: Re: linux-next: build failure after merge of the drivers-x86
> >> tree
> >>
> >> On Wed, Jul 28, 2021 at 7:49 PM Mark Brown <broonie@xxxxxxxxxx>
> wrote:
> >>>
> >>> Hi all,
> >>>
> >>> After merging the drivers-x86 tree, today's linux-next build
> >>> (x86 allmodconfig) failed like this:
> >>>
> >>> error: the following would cause module name conflict:
> >>> drivers/misc/c2port/core.ko
> >>> drivers/platform/x86/intel/pmc/core.ko
> >>>
> >>> Caused by commit
> >>>
> >>> 29036fcc92b22d ("platform/x86/intel: intel_pmc_core: Move
> >>> intel_pmc_core* files to pmc subfolder")
> >>>
> >>> Since there was nothing in the branch yesterday I've just dropped
> >>> the tree entirely.
> >>
> >> Yeah, PMC Makefile should keep the object name the same, something
> >> like
> >>
> >> obj-$(..._PMC_...) += intel_pmc_....o intel-pmc_...-y := core.o ...
>
> Right, I will drop the patches from pdx86/for-next and do a forced push.
>
> > Hi Andy and Mark,
> > We've found the issue on our side as well and planning to push the fix
> soon. Would you prefer to have the whole patch series redone or just the fix
> ?
>
> I've just dropped the current version of the patches, please send the whole
> patch series redone.
Sure Hans! I will send the whole patch series redone.
>
> Thanks & Regards,
>
> Hans