-- Forwarded message --
From: 王昊然
Date: Tue, 28 Feb 2023 18:16:14 +0800
Subject: Re: Symbol cpu_feature_keys should be exported to all modules
on powerpc
To: Greg KH
Cc: sta...@vger.kernel.org
2023-02-28 16:28 GMT+08:00, Greg KH :
> On Tue, Feb 28, 2023 at 04:18:12PM +0800,
Just like symbol 'mmu_feature_keys'[1], 'cpu_feature_keys' was referenced
indirectly by many inline functions; any GPL-incompatible modules using such
a function will be potentially broken due to 'cpu_feature_keys' being
exported as GPL-only.
For example it still breaks ZFS, see
https://github.com
On Tue, Feb 28, 2023 at 04:18:12PM +0800, 王昊然 wrote:
> Just like symbol 'mmu_feature_keys'[1], 'cpu_feature_keys' was referenced
> indirectly by many inline functions; any GPL-incompatible modules using such
> a function will be potentially broken due to 'cpu_feature_keys' being
> exported as GPL-o