--- Changes in v3: - Per Jarkko's feedback, this is now a series since a 2nd patch was added to address the missing MODULE_DESCRIPTION() in the encrypted-keys module (even though this is currently built-in, even with an allmodconfig, at least for x86) - Also per Jarkko's feedback, the MODULE_DESCRIPTION() in the trusted module was updated. - Link to v2: https://lore.kernel.org/r/20240530-md-trusted-v2-1-151f0c7be272@xxxxxxxxxxx Changes in v2: - reword commit text per Jarkko's guidance - Link to v1: https://lore.kernel.org/r/20240529-md-trusted-v1-1-56c9a0ae8e28@xxxxxxxxxxx --- Jeff Johnson (2): KEYS: trusted: add missing MODULE_DESCRIPTION() KEYS: encrypted: add missing MODULE_DESCRIPTION() security/keys/encrypted-keys/encrypted.c | 1 + security/keys/trusted-keys/trusted_core.c | 1 + 2 files changed, 2 insertions(+) --- base-commit: 4a4be1ad3a6efea16c56615f31117590fd881358 change-id: 20240529-md-trusted-6e6fd26299ad