kernel-rt-4.18.0-553.148.1.rt7.489.el8_10
* Mon Jul 27 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.148.1.rt7.489.el8_10]
- ipv6: fix possible UAF in icmpv6_rcv() (CKI Backport Bot) [RHEL-192211] {CVE-2026-53006}
Resolves: RHEL-192211
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
parent
cb61a0184c
commit
f59ff1f5d3
@ -49,10 +49,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 553.147.1.rt7.488.el8_10
|
||||
%define pkgrelease 553.148.1.rt7.489.el8_10
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 553.147.1.rt7.488%{?dist}
|
||||
%define specrelease 553.148.1.rt7.489%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -159,7 +159,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .488
|
||||
%global rtbuild .489
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2726,6 +2726,9 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Mon Jul 27 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.148.1.rt7.489.el8_10]
|
||||
- ipv6: fix possible UAF in icmpv6_rcv() (CKI Backport Bot) [RHEL-192211] {CVE-2026-53006}
|
||||
|
||||
* Thu Jul 23 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.147.1.rt7.488.el8_10]
|
||||
- KVM: x86/mmu: Ensure hugepage is in by slot before checking max mapping level (Aidan Wallace) [RHEL-213341] {CVE-2026-63807}
|
||||
- KVM: nVMX: Hide shadow VMCS right after VMCLEAR (Aidan Wallace) [RHEL-213341]
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-553.147.1.rt7.488.el8_10.tar.xz) = 8d01480303c79fe5d1d24fd7f21495b92542948e71942ee6e946f0f6386f572e632b29e5169a446e894ecb2aa0d7908d0ed9ba9c4c62d90fc7a01de140e925f2
|
||||
SHA512 (linux-4.18.0-553.148.1.rt7.489.el8_10.tar.xz) = 4b3ebb4032aae08e5103b5523fe9f5297409cde5d92eed9dec9a3bc07ef2f44f16e6b79282e3f826bb7402943518c96544dbba20b56bcf571961f8be6a509bd0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user