diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2025-05-02 09:33:57 +0700 |
---|---|---|
committer | Dave Hansen <dave.hansen@linux.intel.com> | 2025-05-02 11:33:35 -0700 |
commit | 4804f5ad5d63cf7ddad148132a3ecea11410dfa9 (patch) | |
tree | dddfb70cd10c36d1bc38ce90aaec981f02d2daa8 | |
parent | b43dc4ab097859c24e2a6993119c927cffc856aa (diff) |
x86/cpu: Add "Old Microcode" docs to hw-vuln toctree
Sphinx reports missing toctree entry warning:
Documentation/admin-guide/hw-vuln/old_microcode.rst: WARNING: document isn't included in any toctree
Add entry for "Old Microcode" docs to fix the warning.
Fixes: 4e2c719782a847 ("x86/cpu: Help users notice when running old Intel microcode")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/all/20250502023358.14846-1-bagasdotme%40gmail.com
-rw-r--r-- | Documentation/admin-guide/hw-vuln/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/admin-guide/hw-vuln/index.rst b/Documentation/admin-guide/hw-vuln/index.rst index 451874b8135d..cf1511145927 100644 --- a/Documentation/admin-guide/hw-vuln/index.rst +++ b/Documentation/admin-guide/hw-vuln/index.rst @@ -23,3 +23,4 @@ are configurable at compile, boot or run time. gather_data_sampling reg-file-data-sampling rsb + old_microcode |