From: Manuel Ebner <manuelebnerli@mailbox.org>
To: "Jonathan Corbet" <corbet@lwn.net>,
"Shuah Khan" <skhan@linuxfoundation.org>,
"Miguel Ojeda" <ojeda@kernel.org>,
"Boqun Feng" <boqun@kernel.org>, "Gary Guo" <gary@garyguo.net>,
"Björn Roy Baron" <bjorn3_gh@protonmail.com>,
"Benno Lossin" <lossin@kernel.org>,
"Andreas Hindborg" <a.hindborg@kernel.org>,
"Alice Ryhl" <aliceryhl@google.com>,
"Trevor Gross" <tmgross@umich.edu>,
"Danilo Krummrich" <dakr@kernel.org>,
"Daniel Almeida" <daniel.almeida@collabora.com>,
"Tamir Duberstein" <tamird@kernel.org>,
"Alexandre Courbot" <acourbot@nvidia.com>,
"Onur Özkan" <work@onurozkan.dev>,
"Nathan Chancellor" <nathan@kernel.org>,
"Nick Desaulniers" <nick.desaulniers+lkml@gmail.com>,
"Bill Wendling" <morbo@google.com>,
"Justin Stitt" <justinstitt@google.com>
Cc: workflows@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org, rust-for-linux@vger.kernel.org,
llvm@lists.linux.dev
Subject: Re: [PATCH 5/5] Docs: software-requirements.rst replace optional tag with footnotes
Date: Thu, 13 Aug 2026 16:30:55 +0200 [thread overview]
Message-ID: <1e2d501f4da31fe945b839e648044de3501230fe.camel@mailbox.org> (raw)
In-Reply-To: <87tsoyi2k5.fsf@trenco.lwn.net>
On Thu, 2026-08-13 at 07:15 -0600, Jonathan Corbet wrote:
> Manuel Ebner <manuelebnerli@mailbox.org> writes:
>
> > The optional tag isn't obvious nor defined. Therefore replace with footnotes
> > like the one of Sphinx.
> >
> > Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
> > ---
> > .../process/software-requirements.rst | 22 ++++++++++++-------
> > 1 file changed, 14 insertions(+), 8 deletions(-)
>
> Explaining the optionals seems like a fine idea. I'm a bit less
> convinced about the mess of footnotes.
Maybe footnotes can be reused when adding more to the list like this:
> bash [#f1]_ 4.2 bash --version
> bc [#f1]_ 1.06.95 bc --version
> bindgen [#f1]_ 0.71.1 bindgen --version
> ====================== =============== ========================================
>
> .. [#f1] This tool is needed to [example use]
Or they can be avoided altogether with (optional) tags and with requirements
in the paragraphs below. bindgen is already like this.
For me that's the fallback option.
> Especially since many of the entries that are *not* marked as optional
> really are. You only need e2fsprogs if you're using ext4. gdb only if
> you're wanting to run a debugger. jfsutils seems truly optional, etc.
> Even GCC is optional if you're using Clang.
I came up with the idea today to limit optional:
> ...
> you probably do not need to concern yourself with pcmciautils.
>
> +Tool(sets) with only a few required uses have a footnote mentioning
> +theese. Tools with more uses are elevatet to general requirements.
> +
> ====================== =============== ========================================
> Program Minimal version Command to check the version
> ...
> I'm not sure what would be best...perhaps replace the --version field
> (which people can figure out) with an explanation of when each
> dependency would be needed?
This could work out, it's the widest field.
An initial idea was to add a row and keys like this:
> ...
> you probably do not need to concern yourself with pcmciautils.
>
> +The Required for row states which type of interaction with the kernel needs
> +the software. Multiple entries in one field are possible. If the field is empty
> +this means it is to complicated to describe with this key and you should get the
> +software just in case.
> +
> +Key
> +---
> +Ch change code Do documentation Co compile I install
> +Bo boot Bu bug hunting A analyze M misc
> +De debugging U use beyond boot
> +
> +============= ================ ============= =================================
> + Program Required for Version Command to check the version
> +============= ================ ============= =================================
> +bash I, M 4.2 bash --version
I ditched this idea because the table would have been to cluttered and it's a lot
of work to choose keys for each tools.
> jon
Thanks and please advice
Manuel
prev parent reply other threads:[~2026-08-13 14:31 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-12 12:08 [PATCH 0/5] Docs: changes.rst: Rework Manuel Ebner
2026-08-12 12:14 ` [PATCH 1/5] Docs: changes.rst: rename file and references and add links Manuel Ebner
2026-08-12 13:07 ` bot+bpf-ci
2026-08-12 13:15 ` Jonathan Corbet
2026-08-13 0:05 ` Randy Dunlap
2026-08-12 12:19 ` [PATCH 2/5] Docs: software-requirements.rst: Refine language Manuel Ebner
2026-08-13 0:03 ` Randy Dunlap
2026-08-12 12:21 ` [PATCH 3/5] Docs: software-requirements.rst: add lzop, lzma and ip-route2 Manuel Ebner
2026-08-13 0:04 ` Randy Dunlap
2026-08-13 7:47 ` Manuel Ebner
2026-08-12 12:22 ` [PATCH 4/5] Docs: pt_BR, it_IT: software-requirements.rst: copy tables from source Manuel Ebner
2026-08-12 12:24 ` [PATCH 5/5] Docs: software-requirements.rst replace optional tag with footnotes Manuel Ebner
2026-08-13 0:02 ` Randy Dunlap
2026-08-13 0:11 ` John Hubbard
2026-08-13 13:15 ` Jonathan Corbet
2026-08-13 14:30 ` Manuel Ebner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1e2d501f4da31fe945b839e648044de3501230fe.camel@mailbox.org \
--to=manuelebnerli@mailbox.org \
--cc=a.hindborg@kernel.org \
--cc=acourbot@nvidia.com \
--cc=aliceryhl@google.com \
--cc=bjorn3_gh@protonmail.com \
--cc=boqun@kernel.org \
--cc=corbet@lwn.net \
--cc=dakr@kernel.org \
--cc=daniel.almeida@collabora.com \
--cc=gary@garyguo.net \
--cc=justinstitt@google.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=lossin@kernel.org \
--cc=morbo@google.com \
--cc=nathan@kernel.org \
--cc=nick.desaulniers+lkml@gmail.com \
--cc=ojeda@kernel.org \
--cc=rust-for-linux@vger.kernel.org \
--cc=skhan@linuxfoundation.org \
--cc=tamird@kernel.org \
--cc=tmgross@umich.edu \
--cc=work@onurozkan.dev \
--cc=workflows@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox