Thread (16 messages) 16 messages, 3 authors, 2025-09-11

Re: [EXTERNAL] [PATCH v2 10/13] Documentation: smb: smbdirect: Convert KSMBD docs link

From: Meetakshi Setiya <hidden>
Date: 2025-09-11 09:26:36
Also in: bpf, damon, dri-devel, linux-block, linux-devicetree, linux-doc, linux-kbuild, linux-mm, linux-pm, linux-sound, lkml, workflows
Subsystem: documentation, the rest · Maintainers: Jonathan Corbet, Linus Torvalds

Reviewed-by: Meetakshi Setiya <redacted>

Thanks
Meetakshi

________________________________________
From: Bagas Sanjaya <redacted>
Sent: 10 September 2025 08:13
To: Linux Kernel Mailing List <redacted>; Linux Documentation <redacted>; Linux DAMON <redacted>; Linux Memory Management List <redacted>; Linux Power Management <redacted>; Linux Block Devices <redacted>; Linux BPF <redacted>; Linux Kernel Workflows <redacted>; Linux KASAN <redacted>; Linux Devicetree <redacted>; Linux fsverity <redacted>; Linux MTD <redacted>; Linux DRI Development <redacted>; Linux Kernel Build System <redacted>; Linux Networking <redacted>; Linux Sound <redacted>
Cc: Thomas Gleixner <redacted>; Borislav Petkov <bp@alien8.de>; Peter Zijlstra <peterz@infradead.org>; Josh Poimboeuf <jpoimboe@kernel.org>; Pawan Gupta <pawan.kumar.gupta@linux.intel.com>; Jonathan Corbet <corbet@lwn.net>; SeongJae Park <sj@kernel.org>; Andrew Morton <akpm@linux-foundation.org>; David Hildenbrand <redacted>; Lorenzo Stoakes <redacted>; Liam R. Howlett <redacted>; Vlastimil Babka <redacted>; Mike Rapoport <rppt@kernel.org>; Suren Baghdasaryan <surenb@google.com>; Michal Hocko <mhocko@suse.com>; Huang Rui <ray.huang@amd.com>; Gautham R. Shenoy <redacted>; Mario Limonciello <mario.limonciello@amd.com>; Perry Yuan <perry.yuan@amd.com>; Jens Axboe <axboe@kernel.dk>; Alexei Starovoitov <ast@kernel.org>; Daniel Borkmann <daniel@iogearbox.net>; Andrii Nakryiko <andrii@kernel.org>; Martin KaFai Lau <martin.lau@linux.dev>; Eduard Zingerman <eddyz87@gmail.com>; Song Liu <song@kernel.org>; Yonghong Song <yonghong.song@linux.dev>; John Fastabend <john.fastabend@gmail.com>; KP Singh <kpsingh@kernel.org>; Stanislav Fomichev <sdf@fomichev.me>; Hao Luo <redacted>; Jiri Olsa <jolsa@kernel.org>; Dwaipayan Ray <dwaipayanray1@gmail.com>; Lukas Bulwahn <lukas.bulwahn@gmail.com>; Joe Perches <joe@perches.com>; Andrey Ryabinin <ryabinin.a.a@gmail.com>; Alexander Potapenko <glider@google.com>; Andrey Konovalov <andreyknvl@gmail.com>; Dmitry Vyukov <dvyukov@google.com>; Vincenzo Frascino <vincenzo.frascino@arm.com>; Rob Herring <robh@kernel.org>; Krzysztof Kozlowski <krzk+dt@kernel.org>; Conor Dooley <conor+dt@kernel.org>; Eric Biggers <ebiggers@kernel.org>; tytso@mit.edu <tytso@mit.edu>; Richard Weinberger <richard@nod.at>; Zhihao Cheng <chengzhihao1@huawei.com>; Maarten Lankhorst <maarten.lankhorst@linux.intel.com>; Maxime Ripard <mripard@kernel.org>; Thomas Zimmermann <tzimmermann@suse.de>; David Airlie <airlied@gmail.com>; Simona Vetter <simona@ffwll.ch>; Nathan Chancellor <nathan@kernel.org>; Nicolas Schier <redacted>; Ingo Molnar <mingo@redhat.com>; Will Deacon <will@kernel.org>; Boqun Feng <redacted>; Waiman Long <longman@redhat.com>; David S. Miller <davem@davemloft.net>; Eric Dumazet <edumazet@google.com>; Jakub Kicinski <kuba@kernel.org>; Paolo Abeni <pabeni@redhat.com>; Simon Horman <horms@kernel.org>; Shay Agroskin <redacted>; Arthur Kiyanovski <akiyano@amazon.com>; David Arinzon <darinzon@amazon.com>; Saeed Bishara <redacted>; Andrew Lunn <andrew@lunn.ch>; Alexandru Ciobotaru <alcioa@amazon.com>; The AWS Nitro Enclaves Team <aws-nitro-enclaves-devel@amazon.com>; Jesper Dangaard Brouer <hawk@kernel.org>; Bagas Sanjaya <redacted>; Laurent Pinchart <laurent.pinchart@ideasonboard.com>; Ranganath V N <redacted>; Steven French <redacted>; Meetakshi Setiya <redacted>; Greg Kroah-Hartman <gregkh@linuxfoundation.org>; Martin K. Petersen <martin.petersen@oracle.com>; Bart Van Assche <bvanassche@acm.org>; Thomas Weißschuh <linux@weissschuh.net>; Masahiro Yamada <masahiroy@kernel.org>; Mauro Carvalho Chehab <mchehab+huawei@kernel.org>; Jani Nikula <redacted>
Subject: [EXTERNAL] [PATCH v2 10/13] Documentation: smb: smbdirect: Convert KSMBD docs link

Convert KSMBD docs link to internal link.

Signed-off-by: Bagas Sanjaya <redacted>
---
 Documentation/filesystems/smb/smbdirect.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/filesystems/smb/smbdirect.rst b/Documentation/filesystems/smb/smbdirect.rst
index ca6927c0b2c084..6258de919511fa 100644
--- a/Documentation/filesystems/smb/smbdirect.rst
+++ b/Documentation/filesystems/smb/smbdirect.rst
@@ -76,8 +76,8 @@ Installation
 Setup and Usage
 ================

-- Set up and start a KSMBD server as described in the `KSMBD documentation
-  <https://www.kernel.org/doc/Documentation/filesystems/smb/ksmbd.rst>`_.
+- Set up and start a KSMBD server as described in the :doc:`KSMBD documentation
+  <ksmbd>`.
   Also add the "server multi channel support = yes" parameter to ksmbd.conf.

 - On the client, mount the share with `rdma` mount option to use SMB Direct
--
An old man doll... just what I always wanted! - Clara
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help