kernel-rt-4.18.0-553.127.1.rt7.468.el8_10
* Wed May 27 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.127.1.rt7.468.el8_10]
- smc: Fix use-after-free in tcp_write_timer_handler(). (Steve Best) [RHEL-167084] {CVE-2023-53781}
- nbd: defer config unlock in nbd_genl_connect (CKI Backport Bot) [RHEL-166939] {CVE-2025-68366}
- libceph: prevent potential out-of-bounds reads in handle_auth_done() (CKI Backport Bot) [RHEL-143892] {CVE-2026-22984}
- libceph: replace overzealous BUG_ON in osdmap_apply_incremental() (CKI Backport Bot) [RHEL-143874] {CVE-2026-22990}
Resolves: RHEL-143874, RHEL-143892, RHEL-166939, RHEL-167084
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
parent
62ab807cf8
commit
2b3240a65e
12
kernel.spec
12
kernel.spec
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 553.126.1.rt7.467.el8_10
|
||||
%define pkgrelease 553.127.1.rt7.468.el8_10
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 553.126.1.rt7.467%{?dist}
|
||||
%define specrelease 553.127.1.rt7.468%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -148,7 +148,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .467
|
||||
%global rtbuild .468
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2710,6 +2710,12 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Wed May 27 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.127.1.rt7.468.el8_10]
|
||||
- smc: Fix use-after-free in tcp_write_timer_handler(). (Steve Best) [RHEL-167084] {CVE-2023-53781}
|
||||
- nbd: defer config unlock in nbd_genl_connect (CKI Backport Bot) [RHEL-166939] {CVE-2025-68366}
|
||||
- libceph: prevent potential out-of-bounds reads in handle_auth_done() (CKI Backport Bot) [RHEL-143892] {CVE-2026-22984}
|
||||
- libceph: replace overzealous BUG_ON in osdmap_apply_incremental() (CKI Backport Bot) [RHEL-143874] {CVE-2026-22990}
|
||||
|
||||
* Wed May 20 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.126.1.rt7.467.el8_10]
|
||||
- crypto: af_alg - Work around empty control messages without MSG_MORE (Thomas Huth) [RHEL-175772]
|
||||
- crypto: af_alg - Fix regression on empty requests (Thomas Huth) [RHEL-175772]
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-553.126.1.rt7.467.el8_10.tar.xz) = 672c32aacdc8250934fa9d322db80f8115cdde9c85d927b526a0a656443b231b561d37d74047c292f90fe031f24c54f89f618f78fcc32eade7717e32b2d94c4b
|
||||
SHA512 (linux-4.18.0-553.127.1.rt7.468.el8_10.tar.xz) = e3b6cabfa207fd987fa947d248579178f79f7fbdcc9f322b81d94be3e27a4d1a62981315e0af26ffab37793a0cf9ff3d6444c36d8ee2933adaf3a9cfa3c723c6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user