linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux 5.2-rc1 - module name conflict
@ 2019-05-21  1:00 Shuah Khan
  2019-05-21  8:11 ` Alexander Kapshuk
  0 siblings, 1 reply; 2+ messages in thread
From: Shuah Khan @ 2019-05-21  1:00 UTC (permalink / raw)
  To: lgirdwood, broonie, lee.jones
  Cc: Linux Kernel Mailing List, Linus Torvalds, Shuah Khan

Hi all,

I am seeing the following warning on Linux 5.2-rc1

warning: same basename if the following are built as modules:
   drivers/regulator/88pm800.ko
   drivers/mfd/88pm800.ko

My config has:

CONFIG_MFD_88PM800=m

CONFIG_REGULATOR_88PM800=m

I don't recall seeing this warning before.

Anyway just to let you know that there is a conflict in module naming.

thanks,
-- Shuah

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Linux 5.2-rc1 - module name conflict
  2019-05-21  1:00 Linux 5.2-rc1 - module name conflict Shuah Khan
@ 2019-05-21  8:11 ` Alexander Kapshuk
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Kapshuk @ 2019-05-21  8:11 UTC (permalink / raw)
  To: Shuah Khan
  Cc: lgirdwood, broonie, lee.jones, Linux Kernel Mailing List,
	Linus Torvalds, Masahiro Yamada, Alexander Kapshuk

On Tue, May 21, 2019 at 4:01 AM Shuah Khan <skhan@linuxfoundation.org> wrote:
>
> Hi all,
>
> I am seeing the following warning on Linux 5.2-rc1
>
> warning: same basename if the following are built as modules:
>    drivers/regulator/88pm800.ko
>    drivers/mfd/88pm800.ko
>
> My config has:
>
> CONFIG_MFD_88PM800=m
>
> CONFIG_REGULATOR_88PM800=m
>
> I don't recall seeing this warning before.

Commit 3a48a91901c516a46a3406ea576798538a8d94d2 introduced a new,
script scripts/modules-check.sh, that issued the warning in question.
See https://lkml.org/lkml/2019/5/17/419.

>
> Anyway just to let you know that there is a conflict in module naming.
>
> thanks,
> -- Shuah

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-21  8:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-21  1:00 Linux 5.2-rc1 - module name conflict Shuah Khan
2019-05-21  8:11 ` Alexander Kapshuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).