]> git.ipfire.org Git - thirdparty/linux.git/commit
scripts: ver_linux: expand and fix list
authorManuel Ebner <manuelebner@airmail.cc>
Wed, 11 Mar 2026 16:54:41 +0000 (17:54 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 17 Mar 2026 14:57:58 +0000 (08:57 -0600)
commit98e7b5752898f74788098bef51f53205e365ab9d
tree165186fd97374b042715f16776b6e9c7da0284ac
parentc991b7ef2fb658c186df56d16b3ebcd0afb555cc
scripts: ver_linux: expand and fix list

It is a pain in the ass to compare the software versions on the running
system (scripts/ver_linux) with the minimal required versions.
Sorting both lists the same way makes side-by-side comparisons a simple task.

fix path to changes.rst

make toolnames uniform with the toolnames in Changes.rst
make version commands uniform with Changes.rst

Add missing tools in ver_linux
 bash, bc, bindgen, btrfs-progs, Clang, gdb,  GNU awk, GNU tar,
 GRUB, GRUB2, gtags, iptables, kmod, mcelog, mkimage, openssl,
 pahole, Python, Rust, Sphinx, squashfs-tools

Signed-off-by: Manuel Ebner <manuelebner@airmail.cc>
Message-ID: <20260311165440.183672-2-manuelebner@airmail.cc>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
scripts/ver_linux