Re: [PATCH v4 10/17] module: Move integrity checks into dedicated function
From: Nicolas Schier
Date: Fri Feb 13 2026 - 11:29:00 EST
On Tue, Jan 13, 2026 at 01:28:54PM +0100, Thomas Weißschuh wrote:
> With the addition of hash-based integrity checking, the configuration
> matrix is easier to represent in a dedicated function and with explicit
> usage of IS_ENABLED().
>
> Drop the now unnecessary stub for module_sig_check().
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
> ---
> kernel/module/internal.h | 7 -------
> kernel/module/main.c | 18 ++++++++++++++----
> 2 files changed, 14 insertions(+), 11 deletions(-)
>
Reviewed-by: Nicolas Schier <nsc@xxxxxxxxxx>