From: Linus Torvalds Date: Tue, 14 Apr 2026 15:47:08 +0000 (-0700) Subject: Merge tag 'docs-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linux X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5181afcdf99527dd92a88f80fc4d0d8013e1b510;p=thirdparty%2Fkernel%2Flinux.git Merge tag 'docs-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linux Pull documentation updates from Jonathan Corbet: "A busier cycle than I had expected for docs, including: - Translations: some overdue updates to the Japanese translations, Chinese translations for some of the Rust documentation, and the beginnings of a Portuguese translation. - New documents covering CPU isolation, managed interrupts, debugging Python gbb scripts, and more. - More tooling work from Mauro, reducing docs-build warnings, adding self tests, improving man-page output, bringing in a proper C tokenizer to replace (some of) the mess of kernel-doc regexes, and more. - Update and synchronize changes.rst and scripts/ver_linux, and put both into alphabetical order. ... and a long list of documentation updates, typo fixes, and general improvements" * tag 'docs-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linux: (162 commits) Documentation: core-api: real-time: correct spelling doc: Add CPU Isolation documentation Documentation: Add managed interrupts Documentation: seq_file: drop 2.6 reference docs/zh_CN: update rust/index.rst translation docs/zh_CN: update rust/quick-start.rst translation docs/zh_CN: update rust/coding-guidelines.rst translation docs/zh_CN: update rust/arch-support.rst translation docs/zh_CN: sync process/2.Process.rst with English version docs/zh_CN: fix an inconsistent statement in dev-tools/testing-overview tracing: Documentation: Update histogram-design.rst for fn() handling docs: sysctl: Add documentation for /proc/sys/xen/ Docs: hid: intel-ish-hid: make long URL usable Documentation/kernel-parameters: fix architecture alignment for pt, nopt, and nobypass sched/doc: Update yield_task description in sched-design-CFS Documentation/rtla: Convert links to RST format docs: fix typos and duplicated words across documentation docs: fix typo in zoran driver documentation docs: add an Assisted-by mention to submitting-patches.rst Revert "scripts/checkpatch: add Assisted-by: tag validation" ... --- 5181afcdf99527dd92a88f80fc4d0d8013e1b510 diff --cc Documentation/process/changes.rst index 84156d0313659,adbd52869458d..9a99037270ff2 --- a/Documentation/process/changes.rst +++ b/Documentation/process/changes.rst @@@ -29,40 -30,41 +30,41 @@@ you probably do not need to concern you ====================== =============== ======================================== Program Minimal version Command to check the version ====================== =============== ======================================== - GNU C 8.1 gcc --version - Clang/LLVM (optional) 15.0.0 clang --version - Rust (optional) 1.85.0 rustc --version - bindgen (optional) 0.71.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 ++bindgen (optional) 0.71.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 + gdb 7.2 gdb --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 --version + 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 kmod -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 --version - 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 ++Rust (optional) 1.85.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 ====================== =============== ======================================== .. [#f1] Sphinx is needed only to build the Kernel documentation