README -------------------------------------------------------------------------- This patchset is to be the series of patches for gentoo-sources. It is designed for cross-compatibility, fixes and stability, with performance and additional features/driver support being a second. Unless otherwise stated and marked as such, this kernel should be suitable for all environments. Patchset Numbering Scheme -------------------------------------------------------------------------- FIXES 1000-1400 linux-stable 1400-1500 linux-stable queue 1500-1700 security 1700-1800 architecture-related 1800-1900 mm/scheduling/misc 1900-2000 filesystems 2000-2100 networking core 2100-2200 storage core 2200-2300 power management (ACPI, APM) 2300-2400 bus (USB, IEEE1394, PCI, PCMCIA, ...) 2400-2500 network drivers 2500-2600 storage drivers 2600-2700 input 2700-2900 media (graphics, sound, tv) 2900-3000 other 3000-4000 reserved FEATURES 4000-4100 network 4100-4200 storage 4200-4300 graphics 4300-4400 filesystem 4400-4500 security enhancement 4500-4600 other EXPERIMENTAL 5000-5100 experimental patches (BFQ, ...) Individual Patch Descriptions: -------------------------------------------------------------------------- Patch: 1000_linux-6.11.1.patch From: https://www.kernel.org Desc: Linux 6.11.1 Patch: 1001_linux-6.11.2.patch From: https://www.kernel.org Desc: Linux 6.11.2 Patch: 1002_linux-6.11.3.patch From: https://www.kernel.org Desc: Linux 6.11.3 Patch: 1003_linux-6.11.4.patch From: https://www.kernel.org Desc: Linux 6.11.4 Patch: 1004_linux-6.11.5.patch From: https://www.kernel.org Desc: Linux 6.11.5 Patch: 1005_linux-6.11.6.patch From: https://www.kernel.org Desc: Linux 6.11.6 Patch: 1006_linux-6.11.7.patch From: https://www.kernel.org Desc: Linux 6.11.7 Patch: 1007_linux-6.11.8.patch From: https://www.kernel.org Desc: Linux 6.11.8 Patch: 1008_linux-6.11.9.patch From: https://www.kernel.org Desc: Linux 6.11.9 Patch: 1009_linux-6.11.10.patch From: https://www.kernel.org Desc: Linux 6.11.10 Patch: 1010_linux-6.11.11.patch From: https://www.kernel.org Desc: Linux 6.11.11 Patch: 1510_fs-enable-link-security-restrictions-by-default.patch From: http://sources.debian.net/src/linux/3.16.7-ckt4-3/debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch/ Desc: Enable link security restrictions by default. Patch: 1700_sparc-address-warray-bound-warnings.patch From: https://github.com/KSPP/linux/issues/109 Desc: Address -Warray-bounds warnings Patch: 1730_parisc-Disable-prctl.patch From: https://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git Desc: prctl: Temporarily disable prctl(PR_SET_MDWE) on parisc Patch: 2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch From: https://lore.kernel.org/linux-bluetooth/20190522070540.48895-1-marcel@holtmann.org/raw Desc: Bluetooth: Check key sizes only when Secure Simple Pairing is enabled. See bug #686758 Patch: 2600_HID-revert-Y900P-fix-ThinkPad-L15-touchpad.patch From: https://bugs.gentoo.org/942797 Desc: Revert: HID: multitouch: Add support for lenovo Y9000P Touchpad Patch: 2901_tools-lib-subcmd-compile-fix.patch From: https://lore.kernel.org/all/20240731085217.94928-1-michael.weiss@aisec.fraunhofer.de/ Desc: tools lib subcmd: Fixed uninitialized use of variable in parse-options Patch: 2910_bfp-mark-get-entry-ip-as--maybe-unused.patch From: https://www.spinics.net/lists/stable/msg604665.html Desc: bpf: mark get_entry_ip as __maybe_unused Patch: 2920_sign-file-patch-for-libressl.patch From: https://bugs.gentoo.org/717166 Desc: sign-file: full functionality with modern LibreSSL Patch: 2951_libbpf-Prevent-compiler-warnings-errors.patch From: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/commit/?id=7f4ec77f3fee41dd6a41f03a40703889e6e8f7b2 Desc: libbpf: Prevent compiler warnings/errors Patch: 2952_resolve-btfids-Fix-compiler-warnings.patch From: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/commit/?id=2c3d022abe6c3165109393b75a127b06c2c70063 Desc: resolve_btfids: Fix compiler warnings Patch: 2980_GCC15-gnu23-to-gnu11-fix.patch From: https://lore.kernel.org/linux-kbuild/20241119044724.GA2246422@thelio-3990X/ Desc: GCC 15 defaults to -std=gnu23. Hack in CSTD_FLAG to pass -std=gnu11 everywhere. Patch: 2990_libbpf-v2-workaround-Wmaybe-uninitialized-false-pos.patch From: https://lore.kernel.org/bpf/ Desc: libbpf: workaround -Wmaybe-uninitialized false positive Patch: 2991_libbpf-workaround-Wmaybe-uninitialized-false-pos.patch From: https://lore.kernel.org/bpf/f6962729197ae7cdf4f6d1512625bd92f2322d31.1725630494.git.sam@gentoo.org/ Desc: libbpf: workaround (another) -Wmaybe-uninitialized false positive Patch: 2995_dtrace-6.11_p1.patch From: https://github.com/thesamesam/linux/tree/dtrace-sam/v2/6.11-flat Desc: dtrace patch for 6.11.X (CTF, modules.builtin.objs) Patch: 2996_kbuild-bpf-jobs-val-pahole-fix.patch From: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git Desc: kbuild,bpf: Pass make jobs' value to pahole Patch: 3000_Support-printing-firmware-info.patch From: https://bugs.gentoo.org/732852 Desc: Print firmware info (Reqs CONFIG_GENTOO_PRINT_FIRMWARE_INFO). Thanks to Georgy Yakovlev Patch: 4567_distro-Gentoo-Kconfig.patch From: Tom Wijsman Desc: Add Gentoo Linux support config settings and defaults. Patch: 5010_enable-cpu-optimizations-universal.patch From: https://github.com/graysky2/kernel_compiler_patch Desc: Kernel >= 5.15 patch enables gcc = v11.1+ optimizations for additional CPUs. Patch: 5020_BMQ-and-PDS-io-scheduler-v6.11-r1.patch From: https://gitlab.com/alfredchen/projectc Desc: BMQ(BitMap Queue) Scheduler. A new CPU scheduler developed from PDS(incld). Inspired by the scheduler in zircon. Patch: 5021_BMQ-and-PDS-gentoo-defaults.patch From: https://gitweb.gentoo.org/proj/linux-patches.git/ Desc: Set defaults for BMQ. default to n