kernel-rt-4.18.0-553.121.1.rt7.462.el8_10
* 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}
Resolves: RHEL-167011
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
parent
11119307d5
commit
ab77a04eed
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 553.120.1.rt7.461.el8_10
|
||||
%define pkgrelease 553.121.1.rt7.462.el8_10
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 553.120.1.rt7.461%{?dist}
|
||||
%define specrelease 553.121.1.rt7.462%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -148,7 +148,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .461
|
||||
%global rtbuild .462
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2710,6 +2710,9 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* 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}
|
||||
|
||||
* Tue Apr 14 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.120.1.rt7.461.el8_10]
|
||||
- gfs2: bufdata allocation race (Andreas Gruenbacher) [RHEL-160075]
|
||||
- gfs2: Get rid of gfs2_log_[un]lock helpers (Andreas Gruenbacher) [RHEL-160075]
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-553.120.1.rt7.461.el8_10.tar.xz) = e44d2165f670806835fbb48fa7ae68e018f6411af6f7b512c33d7084f651adfbac48f7cd51058b6a40e9cd00bc1a781ce7937b716c513595894a7068cd1da900
|
||||
SHA512 (linux-4.18.0-553.121.1.rt7.462.el8_10.tar.xz) = 49e3845a378b430b35eaa098922338317f09baf0f04466d36dc3f2d64413ed0a2eba95a37fddea8091ce985ee33eb4f831e77836af1d94c086ffc8f762c3483c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user