Re: [PATCH] powerpc/pseries: Fix regression while building external modules

2021-08-01 Thread Michael Ellerman
On Thu, 29 Jul 2021 11:34:49 +0530, Srikar Dronamraju wrote: > With Commit c9f3401313a5 ("powerpc: Always enable queued spinlocks for > 64s, disable for others") CONFIG_PPC_QUEUED_SPINLOCKS is always > enabled on ppc64le, external modules that use spinlock APIs are > failing. > > ERROR: modpost: G

[PATCH] powerpc/pseries: Fix regression while building external modules

2021-07-28 Thread Srikar Dronamraju
With Commit c9f3401313a5 ("powerpc: Always enable queued spinlocks for 64s, disable for others") CONFIG_PPC_QUEUED_SPINLOCKS is always enabled on ppc64le, external modules that use spinlock APIs are failing. ERROR: modpost: GPL-incompatible module XXX.ko uses GPL-only symbol 'shared_processor' Be