kernel-5.14.0-494.el9
* Thu Aug 08 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-494.el9] - Revert: Duplicated code of __iowrite32_copy() (Lucas Zampieri) - cxl/mem: Fix no cxl_nvd during pmem region auto-assembling (John W. Linville) [RHEL-51364] {CVE-2024-41085} - cxl/region: Avoid null pointer dereference in region lookup (John W. Linville) [RHEL-51656] {CVE-2024-41084} - PCI/MSI: Fix UAF in msi_capability_init (John W. Linville) [RHEL-51436] {CVE-2024-41096} - perf test stat_bpf_counter.sh: Stabilize the test results (Michael Petlan) [RHEL-33020] - perf test bpf-counters: Add test for BPF event modifier (Michael Petlan) [RHEL-33020] - nvme: avoid double free special payload (CKI Backport Bot) [RHEL-51309] {CVE-2024-41073} - ext4: do not create EA inode under buffer lock (Carlos Maiolino) [RHEL-48282] {CVE-2024-40972} - ext4: fold quota accounting into ext4_xattr_inode_lookup_create() (Carlos Maiolino) [RHEL-48282] {CVE-2024-40972} - ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super() (Carlos Maiolino) [RHEL-48517] {CVE-2024-40998} - ext4: turn quotas off if mount failed after enabling quotas (Carlos Maiolino) [RHEL-48517] {CVE-2024-40998} - arm64/io: add constant-argument check (Charles Mirabile) [RHEL-43402] - IB/mlx5: Use __iowrite64_copy() for write combining stores (Charles Mirabile) [RHEL-43402] - arm64/io: Provide a WC friendly __iowriteXX_copy() (Charles Mirabile) [RHEL-43402] - s390: Stop using weak symbols for __iowrite64_copy() (Charles Mirabile) [RHEL-43402] - s390: use the correct count for __iowrite64_copy() (Charles Mirabile) [RHEL-43402] - s390: Implement __iowrite32_copy() (Charles Mirabile) [RHEL-43402] - x86: Stop using weak symbols for __iowrite32_copy() (Charles Mirabile) [RHEL-43402] - hwmon: (dell-smm) Add Dell Precision 7540 to fan control whitelist (David Arcari) [RHEL-37108] Resolves: RHEL-33020, RHEL-37108, RHEL-43402, RHEL-48282, RHEL-48517, RHEL-51309, RHEL-51364, RHEL-51436, RHEL-51656 Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
This commit is contained in:
parent
a52e7e47e4
commit
c7558c4d2d
@ -12,7 +12,7 @@ RHEL_MINOR = 5
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 493
|
||||
RHEL_RELEASE = 494
|
||||
|
||||
#
|
||||
# ZSTREAM
|
||||
|
@ -1,3 +1,25 @@
|
||||
* Thu Aug 08 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-494.el9]
|
||||
- Revert: Duplicated code of __iowrite32_copy() (Lucas Zampieri)
|
||||
- cxl/mem: Fix no cxl_nvd during pmem region auto-assembling (John W. Linville) [RHEL-51364] {CVE-2024-41085}
|
||||
- cxl/region: Avoid null pointer dereference in region lookup (John W. Linville) [RHEL-51656] {CVE-2024-41084}
|
||||
- PCI/MSI: Fix UAF in msi_capability_init (John W. Linville) [RHEL-51436] {CVE-2024-41096}
|
||||
- perf test stat_bpf_counter.sh: Stabilize the test results (Michael Petlan) [RHEL-33020]
|
||||
- perf test bpf-counters: Add test for BPF event modifier (Michael Petlan) [RHEL-33020]
|
||||
- nvme: avoid double free special payload (CKI Backport Bot) [RHEL-51309] {CVE-2024-41073}
|
||||
- ext4: do not create EA inode under buffer lock (Carlos Maiolino) [RHEL-48282] {CVE-2024-40972}
|
||||
- ext4: fold quota accounting into ext4_xattr_inode_lookup_create() (Carlos Maiolino) [RHEL-48282] {CVE-2024-40972}
|
||||
- ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super() (Carlos Maiolino) [RHEL-48517] {CVE-2024-40998}
|
||||
- ext4: turn quotas off if mount failed after enabling quotas (Carlos Maiolino) [RHEL-48517] {CVE-2024-40998}
|
||||
- arm64/io: add constant-argument check (Charles Mirabile) [RHEL-43402]
|
||||
- IB/mlx5: Use __iowrite64_copy() for write combining stores (Charles Mirabile) [RHEL-43402]
|
||||
- arm64/io: Provide a WC friendly __iowriteXX_copy() (Charles Mirabile) [RHEL-43402]
|
||||
- s390: Stop using weak symbols for __iowrite64_copy() (Charles Mirabile) [RHEL-43402]
|
||||
- s390: use the correct count for __iowrite64_copy() (Charles Mirabile) [RHEL-43402]
|
||||
- s390: Implement __iowrite32_copy() (Charles Mirabile) [RHEL-43402]
|
||||
- x86: Stop using weak symbols for __iowrite32_copy() (Charles Mirabile) [RHEL-43402]
|
||||
- hwmon: (dell-smm) Add Dell Precision 7540 to fan control whitelist (David Arcari) [RHEL-37108]
|
||||
Resolves: RHEL-33020, RHEL-37108, RHEL-43402, RHEL-48282, RHEL-48517, RHEL-51309, RHEL-51364, RHEL-51436, RHEL-51656
|
||||
|
||||
* Wed Aug 07 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-493.el9]
|
||||
- perf vendor events: Add westmereex counter information (Michael Petlan) [RHEL-32689]
|
||||
- perf vendor events: Add westmereep-sp counter information (Michael Petlan) [RHEL-32689]
|
||||
|
29
kernel.spec
29
kernel.spec
@ -165,15 +165,15 @@ Summary: The Linux kernel
|
||||
# define buildid .local
|
||||
%define specversion 5.14.0
|
||||
%define patchversion 5.14
|
||||
%define pkgrelease 493
|
||||
%define pkgrelease 494
|
||||
%define kversion 5
|
||||
%define tarfile_release 5.14.0-493.el9
|
||||
%define tarfile_release 5.14.0-494.el9
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 14
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 493%{?buildid}%{?dist}
|
||||
%define specrelease 494%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 5.14.0-493.el9
|
||||
%define kabiversion 5.14.0-494.el9
|
||||
|
||||
#
|
||||
# End of genspec.sh variables
|
||||
@ -3782,6 +3782,27 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Aug 08 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-494.el9]
|
||||
- Revert: Duplicated code of __iowrite32_copy() (Lucas Zampieri)
|
||||
- cxl/mem: Fix no cxl_nvd during pmem region auto-assembling (John W. Linville) [RHEL-51364] {CVE-2024-41085}
|
||||
- cxl/region: Avoid null pointer dereference in region lookup (John W. Linville) [RHEL-51656] {CVE-2024-41084}
|
||||
- PCI/MSI: Fix UAF in msi_capability_init (John W. Linville) [RHEL-51436] {CVE-2024-41096}
|
||||
- perf test stat_bpf_counter.sh: Stabilize the test results (Michael Petlan) [RHEL-33020]
|
||||
- perf test bpf-counters: Add test for BPF event modifier (Michael Petlan) [RHEL-33020]
|
||||
- nvme: avoid double free special payload (CKI Backport Bot) [RHEL-51309] {CVE-2024-41073}
|
||||
- ext4: do not create EA inode under buffer lock (Carlos Maiolino) [RHEL-48282] {CVE-2024-40972}
|
||||
- ext4: fold quota accounting into ext4_xattr_inode_lookup_create() (Carlos Maiolino) [RHEL-48282] {CVE-2024-40972}
|
||||
- ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super() (Carlos Maiolino) [RHEL-48517] {CVE-2024-40998}
|
||||
- ext4: turn quotas off if mount failed after enabling quotas (Carlos Maiolino) [RHEL-48517] {CVE-2024-40998}
|
||||
- arm64/io: add constant-argument check (Charles Mirabile) [RHEL-43402]
|
||||
- IB/mlx5: Use __iowrite64_copy() for write combining stores (Charles Mirabile) [RHEL-43402]
|
||||
- arm64/io: Provide a WC friendly __iowriteXX_copy() (Charles Mirabile) [RHEL-43402]
|
||||
- s390: Stop using weak symbols for __iowrite64_copy() (Charles Mirabile) [RHEL-43402]
|
||||
- s390: use the correct count for __iowrite64_copy() (Charles Mirabile) [RHEL-43402]
|
||||
- s390: Implement __iowrite32_copy() (Charles Mirabile) [RHEL-43402]
|
||||
- x86: Stop using weak symbols for __iowrite32_copy() (Charles Mirabile) [RHEL-43402]
|
||||
- hwmon: (dell-smm) Add Dell Precision 7540 to fan control whitelist (David Arcari) [RHEL-37108]
|
||||
|
||||
* Wed Aug 07 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-493.el9]
|
||||
- perf vendor events: Add westmereex counter information (Michael Petlan) [RHEL-32689]
|
||||
- perf vendor events: Add westmereep-sp counter information (Michael Petlan) [RHEL-32689]
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-5.14.0-493.el9.tar.xz) = 5d0e7215749ebd0658c29f8098d416b426b68f9dc70a65c1d906cb8b2ea2bf282760fd6a1763c421e5802f321657dc224afe6b39d563027c967bc20e6b5e8736
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-493.el9.tar.bz2) = 6be48c2f3870562df3b74f668462b915414b08751363a7f56beba4d7891e9286b45afd66241b1584e3766b5f8da5fbf5d00fd4d12160ae7034026f61229e30ce
|
||||
SHA512 (kernel-kabi-dw-5.14.0-493.el9.tar.bz2) = 93a3ce11926defd2b755a8471927912663a6735f585cc8d26bec58364c6ccc8ff8f818845b8869dcde5a901bbe7c9babfc197808c8acd059b1edd9df18e29752
|
||||
SHA512 (linux-5.14.0-494.el9.tar.xz) = f9212d545ace9c4db5998dbbe052d4cff592ba344aba24184741a81e247ab63ccc8c141efefc206d044c4bdb6d3e5d54d0b07fb25ae26c116847465f2d6e027f
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-494.el9.tar.bz2) = 6247c53101b715d0bf784c939555a41aefc7ec93062fc44172266334e5abb2f784a44f328bd73afa20e5c7adef70e1cb1441cff3c904e748563d1255ca241f9f
|
||||
SHA512 (kernel-kabi-dw-5.14.0-494.el9.tar.bz2) = 0fce2f52aaacb33d641948409242e998e07e5fbd15074003ac649f31dffdfb0ceae9273545955a83f62ffdd9c1025d087c535fc56a66bf9591267b6e538a071e
|
||||
|
Loading…
Reference in New Issue
Block a user