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-next>] [day] [month] [year] [list]
Date:   Sun, 14 Jun 2020 20:33:22 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     LKML <linux-kernel@...r.kernel.org>,
        "linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
        Jonathan Corbet <corbet@....net>
Cc:     Daniel Kiss <daniel.kiss@....com>, Mark Brown <broonie@...nel.org>,
        Catalin Marinas <catalin.marinas@....com>
Subject: [PATCH] Documentation: fix malformed table in filesystems/proc.rst

From: Randy Dunlap <rdunlap@...radead.org>

Fix malformed table in "proc.rst" by dropping a needless hyphen ('-').

Documentation/filesystems/proc.rst:548: WARNING: Malformed table.
Text in column margin in table line 29.

Fixes: 424037b77519 ("mm: smaps: Report arm64 guarded pages in smaps")
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Daniel Kiss <daniel.kiss@....com>
Cc: Mark Brown <broonie@...nel.org>
Cc: Catalin Marinas <catalin.marinas@....com>
---
 Documentation/filesystems/proc.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-58-rc1.orig/Documentation/filesystems/proc.rst
+++ lnx-58-rc1/Documentation/filesystems/proc.rst
@@ -545,7 +545,7 @@ encoded manner. The codes are the follow
     hg    huge page advise flag
     nh    no huge page advise flag
     mg    mergable advise flag
-    bt  - arm64 BTI guarded page
+    bt    arm64 BTI guarded page
     ==    =======================================
 
 Note that there is no guarantee that every flag and associated mnemonic will

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ