From nobody Tue Apr 7 15:27:33 2026 Received: from mail.cock.li (unknown [37.120.193.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 46FF93A1CE3; Thu, 26 Feb 2026 10:12:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=37.120.193.123 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772100751; cv=none; b=MfWVlEw3FN2EyCM+u2JxyS8b7wIF98Emho/J0pJ4ji/AbUfEL4vEGlXscMtQ+WQ3V6RhZ0cWFpXAyPqKcQQ9mSukx7QFh5+IXcaUKqTySWOyI51JYPhGBnIQxjsROYbz4LLQolHvDyCh8q3YNp+JUpKbtjfLOlN7A+pbznIlqsM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772100751; c=relaxed/simple; bh=SPdnSWWhSwNp6lO8V2xKAuZPAktOOun9WanZfguIejs=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=cbrk4qm0F4Ts+JepZO1hPanP/9f9ejH5WixE3kpYYuEeDVgwv3FpU2c4LFLlgxyiJuAK87MwzpolPbgWBkF4T9WwdGq07Wil5/ioMhJ9CXLndABCtTkiJZ43PhllNKUCSAXcnBF4+ipFFKMoa9Ijo6Ry6WZnRIWFnE7uWdugycc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=airmail.cc; spf=pass smtp.mailfrom=airmail.cc; dkim=pass (2048-bit key) header.d=airmail.cc header.i=@airmail.cc header.b=ig79xI4k; arc=none smtp.client-ip=37.120.193.123 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=airmail.cc Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=airmail.cc Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=airmail.cc header.i=@airmail.cc header.b="ig79xI4k" From: Hans Anda DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=airmail.cc; s=mail; t=1772100746; bh=SPdnSWWhSwNp6lO8V2xKAuZPAktOOun9WanZfguIejs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ig79xI4kFzKFKrQaMKdkrCL9JzWUj2xct1DJOqUM8dC9t8TG2CGKZUR8S+Z5ZSN4Y 5cT0/j2i3O0BmXzQBDN65/DoChhEIrFqbaeRXXT9lbSUTjZ75RLqa9kAlRBwQGCUXg Xxq77YhIyEnwTDzNH8HEzL65YBN/mDXWSG2OrR72kXBFbJ+hp8n7/WU1jH3gkbBBHi sq3PyfL8/QOhosA4OjMCctgQyBalwFLhJ+j2kkcGci2fJ+a/A0Z21aDycs3Axf0D2P GuUIHl2WAXkE/2xsQ8wwz2LY1Y+7TExTQ1ZA+9UCJjMQwai2xPLR5ld9q35GSFE8V5 WCRfKfTOtL5hA== To: Jonathan Corbet , Collin Funk , Shuah Khan Cc: workflows@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Hans Anda Subject: [PATCH v2 1/2] workflow: process/changes.rst: sort list Date: Thu, 26 Feb 2026 11:11:43 +0100 Message-ID: <20260226101142.41515-2-hansa@airmail.cc> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260226100256.40215-2-hansa@airmail.cc> References: <20260226100256.40215-2-hansa@airmail.cc> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" sort table of required software versions alphabetically add reference to scripts/ver_linux Signed-off-by: Hans Anda --- Documentation/process/changes.rst | 53 ++++++++++++++++--------------- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/Documentation/process/changes.rst b/Documentation/process/chan= ges.rst index 6b373e193548..f27572d415a5 100644 --- a/Documentation/process/changes.rst +++ b/Documentation/process/changes.rst @@ -24,45 +24,46 @@ running, the suggested command should tell you. Again, keep in mind that this list assumes you are already functionally running a Linux kernel. Also, not all tools are necessary on all systems; obviously, if you don't have any PC Card hardware, for example, -you probably needn't concern yourself with pcmciautils. +you probably needn't concern yourself with pcmciautils. For a list of the +programs on your system including their version execute ./scripts/ver_linux =20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D Program Minimal version Command to check the version =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D -GNU C 8.1 gcc --version -Clang/LLVM (optional) 15.0.0 clang --version -Rust (optional) 1.78.0 rustc --version -bindgen (optional) 0.65.1 bindgen --version -GNU make 4.0 make --version bash 4.2 bash --version +bc 1.06.95 bc --version +bindgen (optional) 0.65.1 bindgen --version binutils 2.30 ld -v -flex 2.5.35 flex --version bison 2.0 bison --version -pahole 1.22 pahole --version -util-linux 2.10o mount --version -kmod 13 depmod -V +btrfs-progs 0.18 btrfs --version +Clang/LLVM (optional) 15.0.0 clang --version e2fsprogs 1.41.4 e2fsck -V +flex 2.5.35 flex --version +GNU AWK (optional) 5.1.0 gawk --version +GNU C 8.1 gcc --version +GNU make 4.0 make --version +GNU tar 1.28 tar --version +grub 0.93 grub --version || grub-install --v= ersion +gtags (optional) 6.6.5 gtags --version +iptables 1.4.2 iptables -V jfsutils 1.1.3 fsck.jfs -V -xfsprogs 2.6.0 xfs_db -V -squashfs-tools 4.0 mksquashfs -version -btrfs-progs 0.18 btrfs --version +kmod 13 depmod -V +mcelog 0.6 mcelog --version +mkimage (optional) 2017.01 mkimage --version +nfs-utils 1.0.5 showmount --version +openssl & libcrypto 1.0.0 openssl version +pahole 1.22 pahole --version pcmciautils 004 pccardctl -V -quota-tools 3.09 quota -V PPP 2.4.0 pppd --version -nfs-utils 1.0.5 showmount --version procps 3.2.0 ps --version -udev 081 udevd --version -grub 0.93 grub --version || grub-install --v= ersion -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]_ 3.4.3 sphinx-build --version -GNU tar 1.28 tar --version -gtags (optional) 6.6.5 gtags --version -mkimage (optional) 2017.01 mkimage --version Python 3.9.x python3 --version -GNU AWK (optional) 5.1.0 gawk --version +quota-tools 3.09 quota -V +Rust (optional) 1.78.0 rustc --version +Sphinx\ [#f1]_ 3.4.3 sphinx-build --version +squashfs-tools 4.0 mksquashfs -version +udev 081 udevadm --version +util-linux 2.10o mount --version +xfsprogs 2.6.0 xfs_db -V =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D =20 .. [#f1] Sphinx is needed only to build the Kernel documentation --=20 2.53.0 From nobody Tue Apr 7 15:27:33 2026 Received: from mail.cock.li (unknown [37.120.193.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4E6402C17A0; Thu, 26 Feb 2026 10:17:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=37.120.193.123 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772101029; cv=none; b=GagT+rkHrco/EXgVGP1fzXZlF4XhJeq5u+lqfP251hg5DRFZdgX7/mtbRahx+aE5PYlVg33XhReKaUh0KfBu+MV1cgMI/NDgIdJVouGl2QxQXUNDw/nM3+M8JY98NW726rnSRlLe154Vq8iFrWxhrHoXLWYbD/ZIV/J0PtIuQT4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772101029; c=relaxed/simple; bh=t9i23lP6VZ8dPPbQp3CblRq8JE0wSJR/jIG/+ej4P9k=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=JJpAbqPpxuPRytshlj+KYNy00XiHssrPeaXHn5VQuPa4IOaye9y3y5DqKqAGYFETXgxOLUtow/z+L7WbGRkV9tMvWdn1Hz0Mhy+mzii0xwYoFbSLW3XqP54wV1jcwdSIIzvTwX5DJ3d8O6knoz6BNa7866D31ug+rUQOjpbl54E= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=airmail.cc; spf=pass smtp.mailfrom=airmail.cc; dkim=pass (2048-bit key) header.d=airmail.cc header.i=@airmail.cc header.b=DyhVVhmJ; arc=none smtp.client-ip=37.120.193.123 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=airmail.cc Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=airmail.cc Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=airmail.cc header.i=@airmail.cc header.b="DyhVVhmJ" From: Hans Anda DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=airmail.cc; s=mail; t=1772101025; bh=t9i23lP6VZ8dPPbQp3CblRq8JE0wSJR/jIG/+ej4P9k=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=DyhVVhmJgqEXRjsJ8IWlKFkNVOxJL7U8HpDwqlIZ2XXWunhAQFwWKWaMkSq8DuzXr g0fSxHm7pb3ET1XoFBNtUGEheokmSRS2wCntYPwE72Tb+OB0gwB/Y4mxttb22x8bY6 oX1WQ23fQNfs3Hl8EcUt3J0nASCT1juqq7PsZyuBXFfrPruk8Od68xB4XA+0STilsC bQw8KUCuqMAvzCYdeViPlJH9GQqa6wdbh2qv/0lEgExJnlC+ImKCL4hk38Ihlc9qUd LphjrV+FSmmLy1Vppy1wI3Pw4alqBZN9W5lq/eB0ZSzkSNNa+f1rLeFncMNQiLJOg7 OkR6FMZXAJoxA== To: Jonathan Corbet , Collin Funk , Shuah Khan Cc: workflows@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Hans Anda Subject: [PATCH v2 2/2] scripts: ver_linux: expand and sort Date: Thu, 26 Feb 2026 11:14:05 +0100 Message-ID: <20260226101404.41639-2-hansa@airmail.cc> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260226100256.40215-2-hansa@airmail.cc> References: <20260226100256.40215-2-hansa@airmail.cc> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add missing tools in ver_linux (bash, bc, bindgen, bindutils, btrfs, clang, e2fsck, grub2, awk, tar, gtags, iptables, kmod, mcelog, mkimage, openssl, pahole, python, Rust, sphinx, squashfs-tools, udev) sort output alphabetically fix path to changes.rst Signed-off-by: Hans Anda --- scripts/ver_linux | 58 +++++++++++++++++++++++++++++++---------------- 1 file changed, 39 insertions(+), 19 deletions(-) diff --git a/scripts/ver_linux b/scripts/ver_linux index d6f2362d3792..51e632adf999 100755 --- a/scripts/ver_linux +++ b/scripts/ver_linux @@ -7,7 +7,7 @@ =20 BEGIN { usage =3D "If some fields are empty or look unusual you may have an old v= ersion.\n" - usage =3D usage "Compare to the current minimal requirements in Documenta= tion/Changes.\n" + usage =3D usage "Compare to the current minimal requirements in Documenta= tion/process/Changes.rst\n" print usage =20 system("uname -a") @@ -17,37 +17,57 @@ BEGIN { libc =3D "libc[.]so[.][0-9]+$" libcpp =3D "(libg|stdc)[+]+[.]so([.][0-9]+)+$" =20 - printversion("GNU C", version("gcc -dumpversion")) - printversion("GNU Make", version("make --version")) + printversion("bash", version("bash --version")) + printversion("bc", version("bc --version")) + printversion("bindgen", version("bindgen --version")) printversion("Binutils", version("ld -v")) - printversion("Util-linux", version("mount --version")) - printversion("Mount", version("mount --version")) - printversion("Module-init-tools", version("depmod -V")) - printversion("E2fsprogs", version("tune2fs")) - printversion("Jfsutils", version("fsck.jfs -V")) - printversion("Xfsprogs", version("xfs_db -V")) - printversion("Pcmciautils", version("pccardctl -V")) - printversion("Pcmcia-cs", version("cardmgr -V")) - printversion("Quota-tools", version("quota -V")) - printversion("PPP", version("pppd --version")) - printversion("Isdn4k-utils", version("isdnctrl")) - printversion("Nfs-utils", version("showmount --version")) printversion("Bison", version("bison --version")) + printversion("btrfs-progs", version("btrfs --version")) + printversion("Clang", version("clang --version")) + printversion("Console-tools", version("loadkeys -V")) + printversion("Dynamic linker (ldd)", version("ldd --version")) + printversion("E2fsprogs", version("e2fsck -V")) printversion("Flex", version("flex --version")) + printversion("GNU AWK", version("gawk -version")) + printversion("GNU C", version("gcc -dumpversion")) + printversion("GNU make", version("make --version")) + printversion("GNU tar", version("tar --version")) + printversion("GRUB", version("grub-install --version")) + printversion("GRUB2", version("grub2-install --version")) + printversion("gtags", version("gtags --version")) + printversion("iptables", version("iptables -V")) + printversion("Isdn4k-utils", version("isdnctrl")) + printversion("Jfsutils", version("fsck.jfs -V")) + printversion("Kbd", version("loadkeys -V")) + printversion("kmod", version("kmod -V")) =20 while ("ldconfig -p 2>/dev/null" | getline > 0) if ($NF ~ libc || $NF ~ libcpp) if (!seen[ver =3D version("readlink " $NF)]++) printversion("Linux C" ($NF ~ libcpp? "++" : "") " Library", ver) =20 - printversion("Dynamic linker (ldd)", version("ldd --version")) - printversion("Procps", version("ps --version")) + printversion("mcelog", version("mcelog --version")) + printversion("mkimage", version("mkimage --version")) + printversion("Module-init-tools", version("depmod -V")) + printversion("Mount", version("mount --version")) printversion("Net-tools", version("ifconfig --version")) - printversion("Kbd", version("loadkeys -V")) - printversion("Console-tools", version("loadkeys -V")) + printversion("Nfs-utils", version("showmount --version")) + printversion("openssl", version("openssl version")) + printversion("pahole", version("pahole --version")) + printversion("Pcmcia-cs", version("cardmgr -V")) + printversion("Pcmciautils", version("pccardctl -V")) + printversion("PPP", version("pppd --version")) + printversion("Procps", version("ps --version")) + printversion("Python", version("python3 -V")) + printversion("Quota-tools", version("quota -V")) + printversion("Rust", version("rustc --version")) printversion("Sh-utils", version("expr --v")) + printversion("Sphinx", version("sphinx-build --version")) + printversion("squashfs-tools", version("mksquashfs -version")) printversion("Udev", version("udevadm --version")) + printversion("Util-linux", version("mount --version")) printversion("Wireless-tools", version("iwconfig --version")) + printversion("Xfsprogs", version("xfs_db -V")) =20 while ("sort /proc/modules" | getline > 0) { mods =3D mods sep $1 --=20 2.53.0