kernel-rt-4.18.0-553.122.1.rt7.463.el8_10
* Fri Apr 24 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.122.1.rt7.463.el8_10]
- nvme: avoid double free special payload (Maurizio Lombardi) [RHEL-51303] {CVE-2024-41073}
- crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_id (CKI Backport Bot) [RHEL-166921] {CVE-2025-68724}
- net: qlogic/qede: fix potential out-of-bounds read in qede_tpa_cont() and qede_tpa_end() (Jay Shin) [RHEL-166155] {CVE-2025-40252}
- kernel.h: Move ARRAY_SIZE() to a separate header (Jay Shin) [RHEL-166155] {CVE-2025-40252}
Resolves: RHEL-166155, RHEL-166921, RHEL-51303
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
parent
ab77a04eed
commit
e3c77a57d0
12
kernel.spec
12
kernel.spec
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 553.121.1.rt7.462.el8_10
|
||||
%define pkgrelease 553.122.1.rt7.463.el8_10
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 553.121.1.rt7.462%{?dist}
|
||||
%define specrelease 553.122.1.rt7.463%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -148,7 +148,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .462
|
||||
%global rtbuild .463
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2710,6 +2710,12 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Apr 24 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.122.1.rt7.463.el8_10]
|
||||
- nvme: avoid double free special payload (Maurizio Lombardi) [RHEL-51303] {CVE-2024-41073}
|
||||
- crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_id (CKI Backport Bot) [RHEL-166921] {CVE-2025-68724}
|
||||
- net: qlogic/qede: fix potential out-of-bounds read in qede_tpa_cont() and qede_tpa_end() (Jay Shin) [RHEL-166155] {CVE-2025-40252}
|
||||
- kernel.h: Move ARRAY_SIZE() to a separate header (Jay Shin) [RHEL-166155] {CVE-2025-40252}
|
||||
|
||||
* Wed Apr 15 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.121.1.rt7.462.el8_10]
|
||||
- nfsd: fix heap overflow in NFSv4.0 LOCK replay cache (Scott Mayhew) [RHEL-167011] {CVE-2026-31402}
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-553.121.1.rt7.462.el8_10.tar.xz) = 49e3845a378b430b35eaa098922338317f09baf0f04466d36dc3f2d64413ed0a2eba95a37fddea8091ce985ee33eb4f831e77836af1d94c086ffc8f762c3483c
|
||||
SHA512 (linux-4.18.0-553.122.1.rt7.463.el8_10.tar.xz) = 007b7cb7919a4c5c4b4d5bc7ef672fc1aeb774217ffe0281939823cebee89678cce935ec18f70ddf463f0e1a0561cde27b0b30d432eac7f0dfedb12800a55e77
|
||||
|
||||
Loading…
Reference in New Issue
Block a user