linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] KEYS: add missing MODULE_DESCRIPTION() macros
@ 2024-06-07  1:47 Jeff Johnson
  2024-06-07  1:47 ` [PATCH v3 1/2] KEYS: trusted: add missing MODULE_DESCRIPTION() Jeff Johnson
  2024-06-07  1:47 ` [PATCH v3 2/2] KEYS: encrypted: " Jeff Johnson
  0 siblings, 2 replies; 7+ messages in thread
From: Jeff Johnson @ 2024-06-07  1:47 UTC (permalink / raw)
  To: James Bottomley, Jarkko Sakkinen, Mimi Zohar, David Howells,
	Paul Moore, James Morris, Serge E. Hallyn
  Cc: linux-integrity, keyrings, linux-security-module, linux-kernel,
	kernel-janitors, Jeff Johnson


---
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@quicinc.com

Changes in v2:
- reword commit text per Jarkko's guidance
- Link to v1: https://lore.kernel.org/r/20240529-md-trusted-v1-1-56c9a0ae8e28@quicinc.com

---
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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-07-01 15:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-07  1:47 [PATCH v3 0/2] KEYS: add missing MODULE_DESCRIPTION() macros Jeff Johnson
2024-06-07  1:47 ` [PATCH v3 1/2] KEYS: trusted: add missing MODULE_DESCRIPTION() Jeff Johnson
2024-06-20  0:19   ` Jarkko Sakkinen
2024-06-20 16:54     ` Paul Moore
2024-07-01 15:00       ` Jarkko Sakkinen
2024-06-07  1:47 ` [PATCH v3 2/2] KEYS: encrypted: " Jeff Johnson
2024-06-20  0:19   ` Jarkko Sakkinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).