linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/14] Internalize www.kernel.org/doc cross-reference
@ 2025-08-29  7:55 Bagas Sanjaya
  2025-08-29  7:55 ` [PATCH 01/14] Documentation: hw-vuln: l1tf: Convert kernel docs external links Bagas Sanjaya
                   ` (15 more replies)
  0 siblings, 16 replies; 24+ messages in thread
From: Bagas Sanjaya @ 2025-08-29  7:55 UTC (permalink / raw)
  To: Linux Kernel Mailing List, Linux Documentation, Linux DAMON,
	Linux Memory Management List, Linux Power Management,
	Linux Block Devices, Linux BPF, Linux Kernel Workflows,
	Linux KASAN, Linux Devicetree, Linux fsverity, Linux MTD,
	Linux DRI Development, Linux Kernel Build System,
	Linux Networking, Linux Sound
  Cc: Thomas Gleixner, Borislav Petkov, Peter Zijlstra, Josh Poimboeuf,
	Pawan Gupta, Jonathan Corbet, SeongJae Park, Andrew Morton,
	David Hildenbrand, Lorenzo Stoakes, Liam R. Howlett,
	Vlastimil Babka, Mike Rapoport, Suren Baghdasaryan, Michal Hocko,
	Huang Rui, Gautham R. Shenoy, Mario Limonciello, Perry Yuan,
	Jens Axboe, Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko,
	Martin KaFai Lau, Eduard Zingerman, Song Liu, Yonghong Song,
	John Fastabend, KP Singh, Stanislav Fomichev, Hao Luo, Jiri Olsa,
	Dwaipayan Ray, Lukas Bulwahn, Joe Perches, Andrey Ryabinin,
	Alexander Potapenko, Andrey Konovalov, Dmitry Vyukov,
	Vincenzo Frascino, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Eric Biggers, tytso, Richard Weinberger, Zhihao Cheng,
	David Airlie, Simona Vetter, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, Nathan Chancellor, Nicolas Schier, Ingo Molnar,
	Will Deacon, Boqun Feng, Waiman Long, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Simon Horman,
	Shay Agroskin, Arthur Kiyanovski, David Arinzon, Saeed Bishara,
	Andrew Lunn, Liam Girdwood, Mark Brown, Jaroslav Kysela,
	Takashi Iwai, Alexandru Ciobotaru, The AWS Nitro Enclaves Team,
	Jesper Dangaard Brouer, Bagas Sanjaya, Laurent Pinchart,
	Steve French, Meetakshi Setiya, Greg Kroah-Hartman,
	Martin K. Petersen, Bart Van Assche, Thomas Weißschuh,
	Masahiro Yamada

Cross-references to other docs (so-called internal links) are typically
done following Documentation/doc-guide/sphinx.rst: either simply
write the target docs (preferred) or use :doc: or :ref: reST directives
(for use-cases like having anchor text or cross-referencing sections).
In some places, however, links to https://www.kernel.org/doc
are used instead (outgoing, external links), owing inconsistency as
these requires Internet connection only to see docs that otherwise
can be accessed locally (after building with ``make htmldocs``).

Convert such external links to internal links. Note that this does not
cover docs.kernel.org links nor touching Documentation/tools (as
docs containing external links are in manpages).

This series is based on docs-next tree.

Bagas Sanjaya (14):
  Documentation: hw-vuln: l1tf: Convert kernel docs external links
  Documentation: damon: reclaim: Convert "Free Page Reporting" citation
    link
  Documentation: perf-security: Convert security credentials
    bibliography link
  Documentation: amd-pstate: Use internal link to kselftest
  Documentation: blk-mq: Convert block layer docs external links
  Documentation: bpf: Convert external kernel docs link
  Documentation: kasan: Use internal link to kunit
  Documentation: gpu: Use internal link to kunit
  Documentation: filesystems: Fix stale reference to device-mapper docs
  Documentation: smb: smbdirect: Convert KSMBD docs link
  Documentation: net: Convert external kernel networking docs
  ASoC: doc: Internally link to Writing an ALSA Driver docs
  nitro_enclaves: Use internal cross-reference for kernel docs links
  Documentation: checkpatch: Convert kernel docs references

 Documentation/admin-guide/hw-vuln/l1tf.rst    |   9 +-
 .../admin-guide/mm/damon/reclaim.rst          |   2 +-
 Documentation/admin-guide/perf-security.rst   |   2 +-
 Documentation/admin-guide/pm/amd-pstate.rst   |   3 +-
 Documentation/block/blk-mq.rst                |  23 ++--
 Documentation/bpf/bpf_iterators.rst           |   3 +-
 Documentation/bpf/map_xskmap.rst              |   5 +-
 Documentation/dev-tools/checkpatch.rst        | 121 ++++++++++++------
 Documentation/dev-tools/kasan.rst             |   6 +-
 .../bindings/submitting-patches.rst           |   2 +
 .../driver-api/driver-model/device.rst        |   2 +
 Documentation/filesystems/fsverity.rst        |  11 +-
 Documentation/filesystems/smb/smbdirect.rst   |   4 +-
 Documentation/filesystems/sysfs.rst           |   2 +
 .../filesystems/ubifs-authentication.rst      |   4 +-
 Documentation/gpu/todo.rst                    |   6 +-
 Documentation/kbuild/reproducible-builds.rst  |   2 +
 Documentation/locking/lockdep-design.rst      |   2 +
 .../can/ctu/ctucanfd-driver.rst               |   3 +-
 .../device_drivers/ethernet/amazon/ena.rst    |   4 +-
 Documentation/networking/ethtool-netlink.rst  |   3 +-
 Documentation/networking/snmp_counter.rst     |  12 +-
 Documentation/process/coding-style.rst        |  15 +++
 Documentation/process/deprecated.rst          |   4 +
 Documentation/process/submitting-patches.rst  |   4 +
 Documentation/sound/soc/codec.rst             |   4 +-
 Documentation/sound/soc/platform.rst          |   4 +-
 Documentation/virt/ne_overview.rst            |  10 +-
 28 files changed, 165 insertions(+), 107 deletions(-)


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



^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2025-09-03  3:32 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-29  7:55 [PATCH 00/14] Internalize www.kernel.org/doc cross-reference Bagas Sanjaya
2025-08-29  7:55 ` [PATCH 01/14] Documentation: hw-vuln: l1tf: Convert kernel docs external links Bagas Sanjaya
2025-08-29  7:55 ` [PATCH 02/14] Documentation: damon: reclaim: Convert "Free Page Reporting" citation link Bagas Sanjaya
2025-08-29 15:36   ` SeongJae Park
2025-08-29  7:55 ` [PATCH 03/14] Documentation: perf-security: Convert security credentials bibliography link Bagas Sanjaya
2025-08-29  7:55 ` [PATCH 04/14] Documentation: amd-pstate: Use internal link to kselftest Bagas Sanjaya
2025-09-03  3:32   ` Mario Limonciello
2025-08-29  7:55 ` [PATCH 05/14] Documentation: blk-mq: Convert block layer docs external links Bagas Sanjaya
2025-08-29  7:55 ` [PATCH 06/14] Documentation: bpf: Convert external kernel docs link Bagas Sanjaya
2025-08-29  7:55 ` [PATCH 07/14] Documentation: kasan: Use internal link to kunit Bagas Sanjaya
2025-08-29  7:55 ` [PATCH 08/14] Documentation: gpu: " Bagas Sanjaya
2025-08-29 12:00   ` Thomas Zimmermann
2025-08-29  7:55 ` [PATCH 09/14] Documentation: filesystems: Fix stale reference to device-mapper docs Bagas Sanjaya
2025-08-29  7:55 ` [PATCH 10/14] Documentation: smb: smbdirect: Convert KSMBD docs link Bagas Sanjaya
2025-08-29  7:55 ` [PATCH 11/14] Documentation: net: Convert external kernel networking docs Bagas Sanjaya
2025-08-29 16:29   ` Kiyanovski, Arthur
2025-08-29  7:55 ` [PATCH 12/14] ASoC: doc: Internally link to Writing an ALSA Driver docs Bagas Sanjaya
2025-08-30 20:46   ` Mauro Carvalho Chehab
2025-08-30 23:11     ` Bagas Sanjaya
2025-08-29  7:55 ` [PATCH 13/14] nitro_enclaves: Use internal cross-reference for kernel docs links Bagas Sanjaya
2025-08-29  7:55 ` [PATCH 14/14] Documentation: checkpatch: Convert kernel docs references Bagas Sanjaya
2025-08-29 12:18 ` [PATCH 00/14] Internalize www.kernel.org/doc cross-reference Jani Nikula
2025-08-29 13:18   ` Bagas Sanjaya
2025-08-29 22:19 ` (subset) " Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).