kernel-rt-4.18.0-553.84.1.rt7.425.el8_10
* Thu Nov 06 2025 Alexandra Hájková <ahajkova@redhat.com> [4.18.0-553.84.1.rt7.425.el8_10]
- cgroup: don't put ERR_PTR() into fc->root (CKI Backport Bot) [RHEL-123775]
- vsock/virtio: Validate length in packet header before skb_put() (Jon Maloy) [RHEL-114296] {CVE-2025-39718}
- NFS: remove revoked delegation from server's delegation list (Benjamin Coddington) [RHEL-123005]
Resolves: RHEL-114296, RHEL-123005, RHEL-123775
Signed-off-by: Alexandra Hájková <ahajkova@redhat.com>
This commit is contained in:
parent
27a11f8161
commit
11d12a278b
11
kernel.spec
11
kernel.spec
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 553.83.1.rt7.424.el8_10
|
||||
%define pkgrelease 553.84.1.rt7.425.el8_10
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 553.83.1.rt7.424%{?dist}
|
||||
%define specrelease 553.84.1.rt7.425%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -148,7 +148,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .424
|
||||
%global rtbuild .425
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2708,6 +2708,11 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Nov 06 2025 Alexandra Hájková <ahajkova@redhat.com> [4.18.0-553.84.1.rt7.425.el8_10]
|
||||
- cgroup: don't put ERR_PTR() into fc->root (CKI Backport Bot) [RHEL-123775]
|
||||
- vsock/virtio: Validate length in packet header before skb_put() (Jon Maloy) [RHEL-114296] {CVE-2025-39718}
|
||||
- NFS: remove revoked delegation from server's delegation list (Benjamin Coddington) [RHEL-123005]
|
||||
|
||||
* Thu Oct 30 2025 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-553.83.1.rt7.424.el8_10]
|
||||
- fs: fix UAF/GPF bug in nilfs_mdt_destroy (Abhi Das) [RHEL-116658] {CVE-2022-50367}
|
||||
- redhat/configs: Enable CONFIG_MITIGATION_VMSCAPE for x86_64 (Waiman Long) [RHEL-114285]
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-553.83.1.rt7.424.el8_10.tar.xz) = 4bba61701e0c9bd3d17dba1ee6b6491da6735b74c4ce08a216af57bbdf6e23aafd110dbbd3783a77b803e09bb595db928ee58ac70517d169a164f71558fc5e3b
|
||||
SHA512 (linux-4.18.0-553.84.1.rt7.425.el8_10.tar.xz) = 17788a1ac031f43a194111e6e401484cc07303aeb4d44fd0c9ca42632d6f25111580d6458c53b2f49aaef48489b4e5ac14a59ec04bff6b7d591e25f5823fe59e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user