]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
docs: sysctl: add documentation for crypto and debug
authorShubham Chakraborty <chakrabortyshubham66@gmail.com>
Mon, 23 Feb 2026 20:37:24 +0000 (02:07 +0530)
committerJonathan Corbet <corbet@lwn.net>
Tue, 3 Mar 2026 17:26:44 +0000 (10:26 -0700)
commit6801cc493603b273698de501702ccc8751fb6689
tree80bb540b3296f525cd93643cb411fc3a4e9893d1
parente7753827b9ba1827bf802e3268aea7716cddd6e6
docs: sysctl: add documentation for crypto and debug

Add documentation for the /proc/sys/crypto and /proc/sys/debug
directories in the admin-guide. This includes tunables for FIPS
mode (fips_enabled, fips_name, fips_version), exception-trace,
and kprobes-optimization.

The documentation is based on source code analysis and addresses
stylistic feedback to keep it direct and concise.

Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Shubham Chakraborty <chakrabortyshubham66@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260223203724.20874-1-chakrabortyshubham66@gmail.com>
Documentation/admin-guide/sysctl/crypto.rst [new file with mode: 0644]
Documentation/admin-guide/sysctl/debug.rst [new file with mode: 0644]
Documentation/admin-guide/sysctl/index.rst