* [PATCH] Docs/translations/it_IT: update current minimal requirements
@ 2026-06-17 8:53 Doehyun Baek
2026-06-17 13:43 ` Federico Vaga
0 siblings, 1 reply; 4+ messages in thread
From: Doehyun Baek @ 2026-06-17 8:53 UTC (permalink / raw)
To: linux-doc; +Cc: Federico Vaga, Jonathan Corbet, Shuah Khan, Doehyun Baek
Update the Italian translation of the current minimal requirements table to
match Documentation/process/changes.rst. The translated table still listed
older versions for Rust, bindgen, pahole, Sphinx, and Python.
Signed-off-by: Doehyun Baek <doehyunbaek@gmail.com>
Cc: Federico Vaga <federico.vaga@vaga.pv.it>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Shuah Khan <skhan@linuxfoundation.org>
---
Documentation/translations/it_IT/process/changes.rst | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Documentation/translations/it_IT/process/changes.rst b/Documentation/translations/it_IT/process/changes.rst
index 7ee54c972418..1f89bae7b6c2 100644
--- a/Documentation/translations/it_IT/process/changes.rst
+++ b/Documentation/translations/it_IT/process/changes.rst
@@ -34,14 +34,14 @@ PC Card, per esempio, probabilmente non dovreste preoccuparvi di pcmciautils.
====================== ================= ========================================
GNU C 8.1 gcc --version
Clang/LLVM (optional) 17.0.1 clang --version
-Rust (opzionale) 1.78.0 rustc --version
-bindgen (opzionale) 0.65.1 bindgen --version
+Rust (opzionale) 1.85.0 rustc --version
+bindgen (opzionale) 0.71.1 bindgen --version
GNU make 4.0 make --version
bash 4.2 bash --version
binutils 2.30 ld -v
flex 2.5.35 flex --version
bison 2.0 bison --version
-pahole 1.16 pahole --version
+pahole 1.26 pahole --version
util-linux 2.10o mount --version
kmod 13 depmod -V
e2fsprogs 1.41.4 e2fsck -V
@@ -60,12 +60,12 @@ mcelog 0.6 mcelog --version
iptables 1.4.2 iptables -V
openssl & libcrypto 1.0.0 openssl version
bc 1.06.95 bc --version
-Sphinx\ [#f1]_ 2.4.4 sphinx-build --version
+Sphinx\ [#f1]_ 3.4.3 sphinx-build --version
cpio any cpio --version
GNU tar 1.28 tar --version
gtags (opzionale) 6.6.5 gtags --version
mkimage (opzionale) 2017.01 mkimage --version
-Python (opzionale) 3.5.x python3 --version
+Python (opzionale) 3.9.x python3 --version
====================== ================= ========================================
.. [#f1] Sphinx è necessario solo per produrre la documentazione del Kernel
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Docs/translations/it_IT: update current minimal requirements
2026-06-17 8:53 [PATCH] Docs/translations/it_IT: update current minimal requirements Doehyun Baek
@ 2026-06-17 13:43 ` Federico Vaga
2026-06-25 6:47 ` Doehyun Baek
0 siblings, 1 reply; 4+ messages in thread
From: Federico Vaga @ 2026-06-17 13:43 UTC (permalink / raw)
To: Doehyun Baek; +Cc: linux-doc, Jonathan Corbet, Shuah Khan
Hi and thank you Doehyun.
It looks all good to me.
Federico Vaga
mercoledì 17 giugno 2026 10:53, Doehyun Baek <doehyunbaek@gmail.com> ha scritto:
> Update the Italian translation of the current minimal requirements table to
> match Documentation/process/changes.rst. The translated table still listed
> older versions for Rust, bindgen, pahole, Sphinx, and Python.
>
> Signed-off-by: Doehyun Baek <doehyunbaek@gmail.com>
> Cc: Federico Vaga <federico.vaga@vaga.pv.it>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: Shuah Khan <skhan@linuxfoundation.org>
> ---
> Documentation/translations/it_IT/process/changes.rst | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/Documentation/translations/it_IT/process/changes.rst b/Documentation/translations/it_IT/process/changes.rst
> index 7ee54c972418..1f89bae7b6c2 100644
> --- a/Documentation/translations/it_IT/process/changes.rst
> +++ b/Documentation/translations/it_IT/process/changes.rst
> @@ -34,14 +34,14 @@ PC Card, per esempio, probabilmente non dovreste preoccuparvi di pcmciautils.
> ====================== ================= ========================================
> GNU C 8.1 gcc --version
> Clang/LLVM (optional) 17.0.1 clang --version
> -Rust (opzionale) 1.78.0 rustc --version
> -bindgen (opzionale) 0.65.1 bindgen --version
> +Rust (opzionale) 1.85.0 rustc --version
> +bindgen (opzionale) 0.71.1 bindgen --version
> GNU make 4.0 make --version
> bash 4.2 bash --version
> binutils 2.30 ld -v
> flex 2.5.35 flex --version
> bison 2.0 bison --version
> -pahole 1.16 pahole --version
> +pahole 1.26 pahole --version
> util-linux 2.10o mount --version
> kmod 13 depmod -V
> e2fsprogs 1.41.4 e2fsck -V
> @@ -60,12 +60,12 @@ mcelog 0.6 mcelog --version
> iptables 1.4.2 iptables -V
> openssl & libcrypto 1.0.0 openssl version
> bc 1.06.95 bc --version
> -Sphinx\ [#f1]_ 2.4.4 sphinx-build --version
> +Sphinx\ [#f1]_ 3.4.3 sphinx-build --version
> cpio any cpio --version
> GNU tar 1.28 tar --version
> gtags (opzionale) 6.6.5 gtags --version
> mkimage (opzionale) 2017.01 mkimage --version
> -Python (opzionale) 3.5.x python3 --version
> +Python (opzionale) 3.9.x python3 --version
> ====================== ================= ========================================
>
> .. [#f1] Sphinx è necessario solo per produrre la documentazione del Kernel
> --
> 2.43.0
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Docs/translations/it_IT: update current minimal requirements
2026-06-17 13:43 ` Federico Vaga
@ 2026-06-25 6:47 ` Doehyun Baek
2026-06-25 12:49 ` Jonathan Corbet
0 siblings, 1 reply; 4+ messages in thread
From: Doehyun Baek @ 2026-06-25 6:47 UTC (permalink / raw)
To: Jonathan Corbet; +Cc: linux-doc, Shuah Khan, Federico Vaga
Hi Jonathan,
Gentle ping on this patch. Federico replied that it looks good to him.
If nothing else is needed, could this be applied to docs-next?
Thanks,
Doehyun
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Docs/translations/it_IT: update current minimal requirements
2026-06-25 6:47 ` Doehyun Baek
@ 2026-06-25 12:49 ` Jonathan Corbet
0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2026-06-25 12:49 UTC (permalink / raw)
To: Doehyun Baek; +Cc: linux-doc, Shuah Khan, Federico Vaga
Doehyun Baek <doehyunbaek@gmail.com> writes:
> Hi Jonathan,
>
> Gentle ping on this patch. Federico replied that it looks good to him.
>
> If nothing else is needed, could this be applied to docs-next?
We're in the merge window, which slows things down.
In this case, as well, the patch doesn't apply to docs-next. Please
send a version that does, and I'll apply it after the merge window
closes.
Thanks,
jon
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-06-25 12:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-17 8:53 [PATCH] Docs/translations/it_IT: update current minimal requirements Doehyun Baek
2026-06-17 13:43 ` Federico Vaga
2026-06-25 6:47 ` Doehyun Baek
2026-06-25 12:49 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox