kernel-rt-4.18.0-553.79.1.rt7.420.el8_10
* Fri Oct 03 2025 Alexandra Hájková <ahajkova@redhat.com> [4.18.0-553.79.1.rt7.420.el8_10]
- Bluetooth: L2CAP: Fix use-after-free (CKI Backport Bot) [RHEL-116277] {CVE-2023-53305}
- KVM: SVM: Don't BUG if userspace injects an interrupt with GIF=0 (CKI Backport Bot) [RHEL-109748] {CVE-2022-50228}
Resolves: RHEL-109748, RHEL-116277
Signed-off-by: Alexandra Hájková <ahajkova@redhat.com>
This commit is contained in:
parent
828b334cc5
commit
cc93aa74e2
10
kernel.spec
10
kernel.spec
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 553.78.1.rt7.419.el8_10
|
||||
%define pkgrelease 553.79.1.rt7.420.el8_10
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 553.78.1.rt7.419%{?dist}
|
||||
%define specrelease 553.79.1.rt7.420%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -148,7 +148,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .419
|
||||
%global rtbuild .420
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2708,6 +2708,10 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Oct 03 2025 Alexandra Hájková <ahajkova@redhat.com> [4.18.0-553.79.1.rt7.420.el8_10]
|
||||
- Bluetooth: L2CAP: Fix use-after-free (CKI Backport Bot) [RHEL-116277] {CVE-2023-53305}
|
||||
- KVM: SVM: Don't BUG if userspace injects an interrupt with GIF=0 (CKI Backport Bot) [RHEL-109748] {CVE-2022-50228}
|
||||
|
||||
* Thu Sep 25 2025 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-553.78.1.rt7.419.el8_10]
|
||||
- mm/migrate: set swap entry values of THP tail pages properly. (Luiz Capitulino) [RHEL-101302]
|
||||
- smb: client: fix use-after-free in cifs_oplock_break (Paulo Alcantara) [RHEL-111190] {CVE-2025-38527}
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-553.78.1.rt7.419.el8_10.tar.xz) = 65b757373b61daeea334440281fd84c089a88ee279f6166c44df15d4dd7230cef355ff5e48bcf0dbb852f9845f14154fb92add011bcfbeca0c9270cbd42eb815
|
||||
SHA512 (linux-4.18.0-553.79.1.rt7.420.el8_10.tar.xz) = 30d82abb49ee8cfd199fbac1388998fd8c4d8a56c5d5ddc4d636c45e9fd446718e35e1886a72d27ecd550b41cea4757a833b2841e5bab505c3d1a565233e4206
|
||||
|
||||
Loading…
Reference in New Issue
Block a user