kernel-rt-4.18.0-550.rt7.339.el8
* Sun Mar 31 2024 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-550.rt7.339.el8] - [rt] build kernel-rt-4.18.0-550.rt7.339.el8 [RHEL-5332] - mm/sparsemem: fix race in accessing memory_section->usage (Waiman Long) [RHEL-28875 RHEL-28876] {CVE-2023-52489} - mm: use __pfn_to_section() instead of open coding it (Waiman Long) [RHEL-28875] {CVE-2023-52489} Resolves: RHEL-5332 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
9d2759ce01
commit
1a4f0a236f
13
kernel.spec
13
kernel.spec
@ -12,7 +12,7 @@
|
||||
# change below to w4T.xzdio):
|
||||
%define _binary_payload w3T.xzdio
|
||||
|
||||
%global distro_build 549
|
||||
%global distro_build 550
|
||||
|
||||
# Sign the x86_64 kernel for secure boot authentication
|
||||
%ifarch x86_64 aarch64 s390x ppc64le
|
||||
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 549.rt7.338.el8
|
||||
%define pkgrelease 550.rt7.339.el8
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 549.rt7.338%{?dist}
|
||||
%define specrelease 550.rt7.339%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -147,7 +147,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .338
|
||||
%global rtbuild .339
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2698,6 +2698,11 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Sun Mar 31 2024 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-550.rt7.339.el8]
|
||||
- [rt] build kernel-rt-4.18.0-550.rt7.339.el8 [RHEL-5332]
|
||||
- mm/sparsemem: fix race in accessing memory_section->usage (Waiman Long) [RHEL-28875 RHEL-28876] {CVE-2023-52489}
|
||||
- mm: use __pfn_to_section() instead of open coding it (Waiman Long) [RHEL-28875] {CVE-2023-52489}
|
||||
|
||||
* Thu Mar 28 2024 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-549.rt7.338.el8]
|
||||
- [rt] build kernel-rt-4.18.0-549.rt7.338.el8 [RHEL-5332]
|
||||
- dm-integrity: align the outgoing bio in integrity_recheck (Benjamin Marzinski) [RHEL-29678]
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-549.rt7.338.el8.tar.xz) = deff019c06e50949371a01f4b2212c85e0c8ce1c36ab49ef2ff70982ce6b518f56a11182dcdfdf822423689be824ed151011dc1a42fb7eee1c4af8b3be9e5334
|
||||
SHA512 (linux-4.18.0-550.rt7.339.el8.tar.xz) = d5d4d2ee139291ca23f09369e26396a6a26ce1cc018155b62ad2df2e2fdc330f43c90c13c3da9dbb3ecd6b03e62fa4272a3a0b584d52e41d931e9bd8ce44d7cc
|
||||
|
Loading…
Reference in New Issue
Block a user