[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250829075524.45635-1-bagasdotme@gmail.com>
Date: Fri, 29 Aug 2025 14:55:10 +0700
From: Bagas Sanjaya <bagasdotme@...il.com>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Documentation <linux-doc@...r.kernel.org>,
Linux DAMON <damon@...ts.linux.dev>,
Linux Memory Management List <linux-mm@...ck.org>,
Linux Power Management <linux-pm@...r.kernel.org>,
Linux Block Devices <linux-block@...r.kernel.org>,
Linux BPF <bpf@...r.kernel.org>,
Linux Kernel Workflows <workflows@...r.kernel.org>,
Linux KASAN <kasan-dev@...glegroups.com>,
Linux Devicetree <devicetree@...r.kernel.org>,
Linux fsverity <fsverity@...ts.linux.dev>,
Linux MTD <linux-mtd@...ts.infradead.org>,
Linux DRI Development <dri-devel@...ts.freedesktop.org>,
Linux Kernel Build System <linux-lbuild@...r.kernel.org>,
Linux Networking <netdev@...r.kernel.org>,
Linux Sound <linux-sound@...r.kernel.org>
Cc: Thomas Gleixner <tglx@...utronix.de>,
Borislav Petkov <bp@...en8.de>,
Peter Zijlstra <peterz@...radead.org>,
Josh Poimboeuf <jpoimboe@...nel.org>,
Pawan Gupta <pawan.kumar.gupta@...ux.intel.com>,
Jonathan Corbet <corbet@....net>,
SeongJae Park <sj@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
David Hildenbrand <david@...hat.com>,
Lorenzo Stoakes <lorenzo.stoakes@...cle.com>,
"Liam R. Howlett" <Liam.Howlett@...cle.com>,
Vlastimil Babka <vbabka@...e.cz>,
Mike Rapoport <rppt@...nel.org>,
Suren Baghdasaryan <surenb@...gle.com>,
Michal Hocko <mhocko@...e.com>,
Huang Rui <ray.huang@....com>,
"Gautham R. Shenoy" <gautham.shenoy@....com>,
Mario Limonciello <mario.limonciello@....com>,
Perry Yuan <perry.yuan@....com>,
Jens Axboe <axboe@...nel.dk>,
Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
Andrii Nakryiko <andrii@...nel.org>,
Martin KaFai Lau <martin.lau@...ux.dev>,
Eduard Zingerman <eddyz87@...il.com>,
Song Liu <song@...nel.org>,
Yonghong Song <yonghong.song@...ux.dev>,
John Fastabend <john.fastabend@...il.com>,
KP Singh <kpsingh@...nel.org>,
Stanislav Fomichev <sdf@...ichev.me>,
Hao Luo <haoluo@...gle.com>,
Jiri Olsa <jolsa@...nel.org>,
Dwaipayan Ray <dwaipayanray1@...il.com>,
Lukas Bulwahn <lukas.bulwahn@...il.com>,
Joe Perches <joe@...ches.com>,
Andrey Ryabinin <ryabinin.a.a@...il.com>,
Alexander Potapenko <glider@...gle.com>,
Andrey Konovalov <andreyknvl@...il.com>,
Dmitry Vyukov <dvyukov@...gle.com>,
Vincenzo Frascino <vincenzo.frascino@....com>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Eric Biggers <ebiggers@...nel.org>,
tytso@....edu,
Richard Weinberger <richard@....at>,
Zhihao Cheng <chengzhihao1@...wei.com>,
David Airlie <airlied@...il.com>,
Simona Vetter <simona@...ll.ch>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Maxime Ripard <mripard@...nel.org>,
Thomas Zimmermann <tzimmermann@...e.de>,
Nathan Chancellor <nathan@...nel.org>,
Nicolas Schier <nicolas.schier@...ux.dev>,
Ingo Molnar <mingo@...hat.com>,
Will Deacon <will@...nel.org>,
Boqun Feng <boqun.feng@...il.com>,
Waiman Long <longman@...hat.com>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Simon Horman <horms@...nel.org>,
Shay Agroskin <shayagr@...zon.com>,
Arthur Kiyanovski <akiyano@...zon.com>,
David Arinzon <darinzon@...zon.com>,
Saeed Bishara <saeedb@...zon.com>,
Andrew Lunn <andrew@...n.ch>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>,
Alexandru Ciobotaru <alcioa@...zon.com>,
The AWS Nitro Enclaves Team <aws-nitro-enclaves-devel@...zon.com>,
Jesper Dangaard Brouer <hawk@...nel.org>,
Bagas Sanjaya <bagasdotme@...il.com>,
Laurent Pinchart <laurent.pinchart@...asonboard.com>,
Steve French <stfrench@...rosoft.com>,
Meetakshi Setiya <msetiya@...rosoft.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"Martin K. Petersen" <martin.petersen@...cle.com>,
Bart Van Assche <bvanassche@....org>,
Thomas Weißschuh <linux@...ssschuh.net>,
Masahiro Yamada <masahiroy@...nel.org>
Subject: [PATCH 00/14] Internalize www.kernel.org/doc cross-reference
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
Powered by blists - more mailing lists