docs: automarkup: linkify git revs
authorVegard Nossum <vegard.nossum@oracle.com>
Fri, 27 Oct 2023 11:54:20 +0000 (13:54 +0200)
committerJonathan Corbet <corbet@lwn.net>
Fri, 17 Nov 2023 20:13:24 +0000 (13:13 -0700)
commit86b17aaf2e887355e4f70dd9c4897f6a06fa9b32
tree6839ba275120f5aa946bb2c8f81ef43bf3481b2b
parentd591aefc6635694293a3088b3c7401504190bbec
docs: automarkup: linkify git revs

There aren't a ton of references to commits in the documentation, but
they do exist, and we can use automarkup to linkify them to make them
easier to follow.

Use something like this to find references to commits:

  git grep -P 'commit.*[0-9a-f]{8,}' Documentation/

Also fix a few of these to standardize on the exact format that is
already used in changelogs.

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20231027115420.205279-1-vegard.nossum@oracle.com
Documentation/arch/x86/boot.rst
Documentation/bpf/btf.rst
Documentation/doc-guide/sphinx.rst
Documentation/livepatch/callbacks.rst
Documentation/networking/snmp_counter.rst
Documentation/sphinx/automarkup.py