diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-02 00:03:08 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-03 21:56:52 -0500 |
commit | ee71f0098a7782c4a95c2f1d7ee614569214be1c (patch) | |
tree | 120b55e6bde7f7f7f726ba8b34355bccbbc79482 /system/easy-kernel/0000-README | |
parent | 8b868f32f7e1b57c90da65157ea59eb6ce337cc9 (diff) | |
download | packages-ee71f0098a7782c4a95c2f1d7ee614569214be1c.tar.gz packages-ee71f0098a7782c4a95c2f1d7ee614569214be1c.tar.bz2 packages-ee71f0098a7782c4a95c2f1d7ee614569214be1c.tar.xz packages-ee71f0098a7782c4a95c2f1d7ee614569214be1c.zip |
system/easy-kernel: Update to 5.15.132-mc6
* Adds exFAT module to all architectures.
* Adds Hyper-V guest support to aarch64.
* Fixes audio output issues on some PowerBook models.
Diffstat (limited to 'system/easy-kernel/0000-README')
-rw-r--r-- | system/easy-kernel/0000-README | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/system/easy-kernel/0000-README b/system/easy-kernel/0000-README index 7a81e22ef..ae39cebbe 100644 --- a/system/easy-kernel/0000-README +++ b/system/easy-kernel/0000-README @@ -14,7 +14,7 @@ considered to be suitable under all loads and in all environments. Patchset Sequence -------------------------------------------------------------------------- -0100 cumulative linux patch +0100 cumulative linux patch (from kernel.org) 0120-0199 security patches 0200-0249 arch-specific fixes 0250-0299 performance patches @@ -29,15 +29,15 @@ Individual Patch Descriptions (0120-1000): -------------------------------------------------------------------------- File: 0120-XATTR_USER_PREFIX.patch -From: https://bugs.gentoo.org/show_bug.cgi?id=470644 +From: Anthony G. Basile <blueness@gentoo.org> Desc: Support for namespace user.pax.* on tmpfs. File: 0122-link-security-restrictions.patch -From: http://sources.debian.net/src/linux/3.16.7-ckt4-3/debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch/ +From: Ben Hutchings <ben@decadent.org.uk> Desc: Enable link security restrictions by default. File: 0124-bluetooth-keysize-check.patch -From: https://lore.kernel.org/linux-bluetooth/20190522070540.48895-1-marcel@holtmann.org/raw +From: Marcel Holtmann <marcel@holtmann.org> Desc: Check key sizes when Bluetooth "Secure Simple Pairing" is enabled. File: 0126-sign-file-libressl.patch @@ -45,9 +45,17 @@ From: https://bugs.gentoo.org/717166 Desc: Allow recent versions of LibreSSL to provide full functionality for sign-file. File: 0200-x86-compile.patch -From: Laurent Bercot (ska-adelie@skarnet.org) +From: Laurent Bercot <ska-adelie@skarnet.org> Desc: Fixes builds on x86 that terminate due to overenthusiastic -Werror +File: 0202-fix-gcc13-build.patch +From: Sam James <sam@gentoo.org> +Desc: Fixes building with gcc-13 due to plugin ABI mismatch, does not affect older gcc builds + +File: 0210-fix-powerbook-6-5-audio.patch +From: Horst Burkhardt <horst@burkhardt.com.au> +Desc: Enables audio in PowerBook6,4 and PowerBook6,5 iBooks on PowerPC + File: 0255-ultraksm.patch From: https://github.com/sirlucjan/kernel-patches/ Desc: Ultra Same-Page Merging provides an aggressive KSM implementation to further enhance memory usage over RedHat KSM in mainline @@ -57,17 +65,17 @@ From: Horst Burkhardt <horst@burkhardt.com.au> - originally from -ck patchset b Desc: Reduces the proclivity of the kernel to page out memory contents to disk File: 0300-tmp513-regression-fix.patch -From: https://bugs.gentoo.org/710790 +From: Mike Pagano <mpagano@gentoo.org> Desc: Fix to regression in Kconfig from kernel 5.5.6 to enable tmp513 hardware monitoring module to build. File: 0500-print-fw-info.patch -From: https://bugs.gentoo.org/732852 +From: Georgy Yakovlev <gyakovlev@gentoo.org> Desc: Makes kernel print exact firmware file that kernel attempts to load. File: 0502-gcc9-kcflags.patch -From: https://github.com/graysky2/kernel_gcc_patch/ +From: https://github.com/graysky2/kernel_compiler_patch/ Desc: Enables gcc >=9.1 optimizations for the very latest x86_64 CPUs. File: 1000-version.patch -From: Horst Burkhardt (horst@burkhardt.com.au) +From: Horst Burkhardt <horst@burkhardt.com.au> Desc: Adjust Makefile to represent patchset version, adds cool logo to boot logo options |