diff options
| author | Mark Brown <broonie@kernel.org> | 2026-05-29 22:43:19 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-05-29 22:43:19 +0100 |
| commit | f96ab5c085d4a0e0b3ad5256057124e92a30e38a (patch) | |
| tree | a86026324fd1b7c4816498a6afb6b8ce86cd99b9 /Documentation | |
| parent | e5d28cb49b08ec2edbfd8f5cce3aec232db54230 (diff) | |
| parent | fd1ac8d2bae6801ef83d5c4de3ccfc86803266cb (diff) | |
| download | linux-next-history-f96ab5c085d4a0e0b3ad5256057124e92a30e38a.tar.gz | |
Merge branch 'for-next-tpm' of https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 82e0db8769147..35e8db096a10d 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -7848,6 +7848,22 @@ Kernel parameters first trust source as a backend which is initialized successfully during iteration. + trusted.debug= [KEYS] + Format: <bool> + Enable trusted keys debug traces at runtime when + CONFIG_TRUSTED_KEYS_DEBUG=y. + + To make the traces visible after enabling the option, + use trusted.dyndbg='+p' as needed. By convention, + the subsystem uses pr_debug() for these traces. + + SAFETY: The traces can leak sensitive data, so be + cautious before enabling this. They remain inactive + unless this parameter is set this option to a true + value. + + Default: false + trusted.rng= [KEYS] Format: <string> The RNG used to generate key material for trusted keys. |
