lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sat, 16 Jul 2022 10:44:32 +0700
From:   Bagas Sanjaya <bagasdotme@...il.com>
To:     linux-doc@...r.kernel.org
Cc:     Bagas Sanjaya <bagasdotme@...il.com>,
        kernel test robot <lkp@...el.com>,
        Jonathan Corbet <corbet@....net>,
        Kuppuswamy Sathyanarayanan 
        <sathyanarayanan.kuppuswamy@...ux.intel.com>,
        Andi Kleen <ak@...ux.intel.com>, linux-kernel@...r.kernel.org
Subject: [PATCH] Documentation: tdx: fix tainted kernels table

kernel test robot reported htmldocs warning on guest-filter branch of
tdx tree:

Documentation/admin-guide/tainted-kernels.rst:82: WARNING: Malformed table.

The full warning is:

Documentation/admin-guide/tainted-kernels.rst:82: WARNING: Malformed table.
Bottom/header table border does not match top border.

===  ===  ======  ========================================================
Bit  Log  Number  Reason that got the kernel tainted
===  ===  ======  ========================================================
<content snipped>
===  ===  ======  =========================================================

Fix the warning by matching header border length with bottom border.

Link: https://lore.kernel.org/linux-doc/202207150911.eR0W0c9D-lkp@intel.com/
Fixes: 7acbe4e1dcfb9d ("Add taint flag for TDX overrides")
Reported-by: kernel test robot <lkp@...el.com>
Cc: Jonathan Corbet <corbet@....net>
Cc: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@...ux.intel.com>
Cc: Andi Kleen <ak@...ux.intel.com>
Cc: linux-kernel@...r.kernel.org
Signed-off-by: Bagas Sanjaya <bagasdotme@...il.com>
---
 tdx tree is at https://github.com/intel/tdx.git

 Documentation/admin-guide/tainted-kernels.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/admin-guide/tainted-kernels.rst b/Documentation/admin-guide/tainted-kernels.rst
index 65c58092ec354b..1146bce7e32e49 100644
--- a/Documentation/admin-guide/tainted-kernels.rst
+++ b/Documentation/admin-guide/tainted-kernels.rst
@@ -79,9 +79,9 @@ which bits are set::
 Table for decoding tainted state
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-===  ===  ======  ========================================================
+===  ===  ======  =========================================================
 Bit  Log  Number  Reason that got the kernel tainted
-===  ===  ======  ========================================================
+===  ===  ======  =========================================================
   0  G/P       1  proprietary module was loaded
   1  _/F       2  module was force loaded
   2  _/S       4  kernel running on an out of specification system

base-commit: 0a555e67b143701a81612d819e693cf5786de418
-- 
An old man doll... just what I always wanted! - Clara

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ