The following changes since commit faeab166167f5787719eb8683661fd41a3bb1514:
Merge tag 'pinctrl-v7.1-1' of
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl (2026-04-18
16:59:09 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git
tags/keys-next-7.1-rc1
for you to fetch changes up to 4fb4ce024d06a0b31ab6cdd17ab8cb6aff851067:
KEYS: trusted: Debugging as a feature (2026-04-19 15:17:03 +0300)
----------------------------------------------------------------
Hi
This pull request mainly sanitizes debug traces in trusted keys to
proper kconfig flags, and makes the whole feature overall a bit safer
by putting it under kernel command-line parameter and setting up a
convention to only use debug level traces.
BR, Jarkko
----------------------------------------------------------------
Eric Biggers (1):
KEYS: encrypted: Remove unnecessary selection of CRYPTO_RNG
Jarkko Sakkinen (1):
KEYS: trusted: Debugging as a feature
Documentation/admin-guide/kernel-parameters.txt | 16 +++++++++
include/keys/trusted-type.h | 21 +++++++-----
security/keys/Kconfig | 1 -
security/keys/trusted-keys/Kconfig | 23 +++++++++++++
security/keys/trusted-keys/trusted_caam.c | 7 ++--
security/keys/trusted-keys/trusted_core.c | 6 ++++
security/keys/trusted-keys/trusted_tpm1.c | 44 ++++++++++++++-----------
7 files changed, 87 insertions(+), 31 deletions(-)