Re: [PATCH v3 7/9] module: Move lockdown check into generic module loader

From: Sebastian Andrzej Siewior

Date: Wed Nov 19 2025 - 06:20:59 EST


On 2025-04-29 15:04:34 [+0200], Thomas Weißschuh wrote:
> The lockdown check buried in module_sig_check() will not compose well
> with the introduction of hash-based module validation.

An explanation of why would be nice.

> Move it into module_integrity_check() which will work better.
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>

Sebastian