Re: [PATCH v4 1/7] platform/x86/intel/pmt: Export PMT enumeration functions as GPL

From: Christoph Hellwig

Date: Wed Apr 08 2026 - 01:07:56 EST


On Mon, Mar 30, 2026 at 02:43:16PM -0700, Tony Luck wrote:
> The symbol_get() function requires that objects be GPL licensed.

Please don't add new uses of symbol_get, as we've been slowly trying
to kill it off. If you have bidirectional dependencies just add an
registration module in the middle to resolve it.