]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
module: Give 'enum pkey_id_type' a more specific name
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Thu, 5 Mar 2026 09:31:39 +0000 (10:31 +0100)
committerSami Tolvanen <samitolvanen@google.com>
Tue, 24 Mar 2026 21:42:37 +0000 (21:42 +0000)
commitacd87264af525dba6e9355310e8acdf066a5f6b5
treec0b37897811d508d87bec63e8a283a4de92ab627
parent8988913aacee82e5401bf3b96839731982dcbde7
module: Give 'enum pkey_id_type' a more specific name

This enum originates in generic cryptographic code and has a very
generic name. Nowadays it is only used for module signatures.

As this enum is going to be exposed in a UAPI header, give it a more
specific name for clarity and consistency.

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_signature.c