From 8f070404b2a2e1895aa818b343cb06e14900de63 Mon Sep 17 00:00:00 2001 From: "Herton R. Krzesinski" Date: Thu, 5 Jan 2023 13:27:39 +0000 Subject: [PATCH] kernel-5.14.0-229.el9 * Thu Jan 05 2023 Herton R. Krzesinski [5.14.0-229.el9] - scsi: zfcp: Fix double free of FSF request when qdio send fails (Tobias Huschle) [2155158] - l2tp: Don't sleep and disable BH under writer-side sk_callback_lock (Guillaume Nault) [2145234] {CVE-2022-4129} - l2tp: Serialize access to sk_user_data with sk_callback_lock (Guillaume Nault) [2145234] {CVE-2022-4129} - scsi: target: iscsi: Fix a race condition between login_work and the login thread (Maurizio Lombardi) [2138867] - RHEL: ALSA: add kunit module soc-utils-test to mod-internal.list (Jaroslav Kysela) [2152183] - hwmon: (coretemp) Check for null before removing sysfs attrs (Phil Auld) [2101449] - powerpc/bpf/64: Add instructions for atomic_[cmp]xchg (Mamatha Inamdar) [2113155] - powerpc/bpf/64: add support for atomic fetch operations (Mamatha Inamdar) [2113155] - powerpc/bpf/64: add support for BPF_ATOMIC bitwise operations (Mamatha Inamdar) [2113155] - powerpc64: Set PPC64_ELF_ABI_v[1|2] macros to 1 (Mamatha Inamdar) [2113155] Resolves: rhbz#2155158, rhbz#2145234, rhbz#2138867, rhbz#2152183, rhbz#2101449, rhbz#2113155 Signed-off-by: Herton R. Krzesinski --- Makefile.rhelver | 2 +- kernel.spec | 20 ++++++++++++++++---- mod-internal.list | 1 + sources | 6 +++--- 4 files changed, 21 insertions(+), 8 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index bba2c46..907c3d0 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 2 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 228 +RHEL_RELEASE = 229 # # ZSTREAM diff --git a/kernel.spec b/kernel.spec index 629542f..9bb7465 100755 --- a/kernel.spec +++ b/kernel.spec @@ -119,15 +119,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 228 +%define pkgrelease 229 %define kversion 5 -%define tarfile_release 5.14.0-228.el9 +%define tarfile_release 5.14.0-229.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 228%{?buildid}%{?dist} +%define specrelease 229%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-228.el9 +%define kabiversion 5.14.0-229.el9 # # End of genspec.sh variables @@ -3110,6 +3110,18 @@ fi # # %changelog +* Thu Jan 05 2023 Herton R. Krzesinski [5.14.0-229.el9] +- scsi: zfcp: Fix double free of FSF request when qdio send fails (Tobias Huschle) [2155158] +- l2tp: Don't sleep and disable BH under writer-side sk_callback_lock (Guillaume Nault) [2145234] {CVE-2022-4129} +- l2tp: Serialize access to sk_user_data with sk_callback_lock (Guillaume Nault) [2145234] {CVE-2022-4129} +- scsi: target: iscsi: Fix a race condition between login_work and the login thread (Maurizio Lombardi) [2138867] +- RHEL: ALSA: add kunit module soc-utils-test to mod-internal.list (Jaroslav Kysela) [2152183] +- hwmon: (coretemp) Check for null before removing sysfs attrs (Phil Auld) [2101449] +- powerpc/bpf/64: Add instructions for atomic_[cmp]xchg (Mamatha Inamdar) [2113155] +- powerpc/bpf/64: add support for atomic fetch operations (Mamatha Inamdar) [2113155] +- powerpc/bpf/64: add support for BPF_ATOMIC bitwise operations (Mamatha Inamdar) [2113155] +- powerpc64: Set PPC64_ELF_ABI_v[1|2] macros to 1 (Mamatha Inamdar) [2113155] + * Tue Jan 03 2023 Herton R. Krzesinski [5.14.0-228.el9] - NFS: Allow very small rsize & wsize again (Benjamin Coddington) [2107347] - NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZE (Benjamin Coddington) [2107347] diff --git a/mod-internal.list b/mod-internal.list index 971338c..7236223 100644 --- a/mod-internal.list +++ b/mod-internal.list @@ -12,6 +12,7 @@ property-entry-test qos-test resource_kunit soc-topology-test +soc-utils-test string-stream-test test_linear_ranges test_bits diff --git a/sources b/sources index 1262835..7d9930f 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-228.el9.tar.xz) = fc15830d2298c7c1cd3fe653f7774d065b04196a1ce8b2eb0500daa7cf5ed0f54f9e4d48afcca8f57bb29b943e32087cb3e88377ccaf051c98bf030ec787fa43 -SHA512 (kernel-abi-stablelists-5.14.0-228.el9.tar.bz2) = d4b7248cf95b2cdaf2a50d00be98c3c46e865a301dff00d049a7b580c716751b43d937214525bf2d87aefb1f6a750312f82b79913b279e88cb0d98e7651f01dd -SHA512 (kernel-kabi-dw-5.14.0-228.el9.tar.bz2) = 318850a1fc9bdc7101f3c14c7334c57af9bd4a907951bfcf2979b4f2d7fb01fc6fc0e37c87c008efb06deda77e2a6cc7ee8561c15ab94c496edda3515508df35 +SHA512 (linux-5.14.0-229.el9.tar.xz) = a2c9851222a22019605b83022db91c7c28e29277429d41f0bd41bc3803171ff0e7801588459feac2b4303cd2e21d5c795ce9e56c12ad557b8c123bb5fb479aa3 +SHA512 (kernel-abi-stablelists-5.14.0-229.el9.tar.bz2) = cdd8790c6743c5095fbb2c658043bfb42163ee835eed6598da05b98c686f11c53bb7f20df4f8ce9cd144c4d5cec5fae1b42754e11afe31dad13cd559ccc369f8 +SHA512 (kernel-kabi-dw-5.14.0-229.el9.tar.bz2) = 10ee78eb0d3f35a10a07edcad55be5db5bbf0eda5abe376efd9eb74f4ff47a576be6c59ab0a4e3e081d0dc5de6df05c58d465d4ca1d3e500d2201a1214717491