]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
deprecated.rst: Include details on "no_hash_pointers"
authorKees Cook <keescook@chromium.org>
Fri, 23 Jul 2021 20:05:26 +0000 (13:05 -0700)
committerJonathan Corbet <corbet@lwn.net>
Sun, 25 Jul 2021 20:30:55 +0000 (14:30 -0600)
Linus decided a debug toggle for %p was tolerable, so update the
%p deprecation documentation.

Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20210723200526.3424128-1-keescook@chromium.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/process/deprecated.rst

index 9d83b8db887401acbebf6ed86f25f5cb37fabaaa..8ced754a5a0f65fad5b2c2a42753488d120c697b 100644 (file)
@@ -164,7 +164,9 @@ Paraphrasing Linus's current `guidance <https://lore.kernel.org/lkml/CA+55aFwQEd
   up to Linus's scrutiny, maybe you can use "%px", along with making sure
   you have sensible permissions.
 
-And finally, know that a toggle for "%p" hashing will `not be accepted <https://lore.kernel.org/lkml/CA+55aFwieC1-nAs+NFq9RTwaR8ef9hWa4MjNBWL41F-8wM49eA@mail.gmail.com/>`_.
+If you are debugging something where "%p" hashing is causing problems,
+you can temporarily boot with the debug flag "`no_hash_pointers
+<https://git.kernel.org/linus/5ead723a20e0447bc7db33dc3070b420e5f80aa6>`_".
 
 Variable Length Arrays (VLAs)
 -----------------------------