Re: [PATCH v3 3/8] module: Give 'enum pkey_id_type' a more specific name
From: David Howells
Date: Thu Mar 05 2026 - 05:55:57 EST
Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx> wrote:
> -enum pkey_id_type {
> - PKEY_ID_PKCS7 = 2, /* Signature in PKCS#7 message */
> +enum module_signature_type {
> + MODULE_SIGNATURE_TYPE_PKCS7 = 2, /* Signature in PKCS#7 message */
> };
It might be best to just kill the enum and replace it with a single #define.
David