forked from rpms/kernel
kernel-5.14.0-229.el9
* Thu Jan 05 2023 Herton R. Krzesinski <herton@redhat.com> [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 <herton@redhat.com>
This commit is contained in:
parent
4fdfc1b905
commit
8f070404b2
@ -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
|
||||
|
20
kernel.spec
20
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 <herton@redhat.com> [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 <herton@redhat.com> [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]
|
||||
|
@ -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
|
||||
|
6
sources
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user