]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
module: Give MODULE_SIG_STRING a more descriptive name
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Thu, 5 Mar 2026 09:31:40 +0000 (10:31 +0100)
committerSami Tolvanen <samitolvanen@google.com>
Tue, 24 Mar 2026 21:42:37 +0000 (21:42 +0000)
commit2ae4ea2d9aaf25cb74fbc23450b1b8f0a5b7aa89
treece6184d3177ad5c16fabed5b8b3270fc04756bb8
parentacd87264af525dba6e9355310e8acdf066a5f6b5
module: Give MODULE_SIG_STRING a more descriptive name

The purpose of the constant it is not entirely clear from its name.

As this constant is going to be exposed in a UAPI header, give it a more
specific name for clarity. As all its users call it 'marker', use that
wording in the constant itself.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Reviewed-by: Petr Pavlu <petr.pavlu@suse.com>
Reviewed-by: Nicolas Schier <nsc@kernel.org>
Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
arch/s390/kernel/machine_kexec_file.c
include/linux/module_signature.h
kernel/module/signing.c
security/integrity/ima/ima_modsig.c