kernel-rt-4.18.0-553.87.1.rt7.428.el8_10
* Tue Nov 25 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.87.1.rt7.428.el8_10]
- tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request(). (Antoine Tenart) [RHEL-120664]
- tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect(). (Antoine Tenart) [RHEL-120664] {CVE-2025-39955}
- mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory (Audra Mitchell) [RHEL-117059] {CVE-2025-39883}
Resolves: RHEL-117059, RHEL-120664
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
parent
1b14e5ea52
commit
5566e538e8
11
kernel.spec
11
kernel.spec
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 553.86.1.rt7.427.el8_10
|
||||
%define pkgrelease 553.87.1.rt7.428.el8_10
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 553.86.1.rt7.427%{?dist}
|
||||
%define specrelease 553.87.1.rt7.428%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -148,7 +148,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .427
|
||||
%global rtbuild .428
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2708,6 +2708,11 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Tue Nov 25 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.87.1.rt7.428.el8_10]
|
||||
- tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request(). (Antoine Tenart) [RHEL-120664]
|
||||
- tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect(). (Antoine Tenart) [RHEL-120664] {CVE-2025-39955}
|
||||
- mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory (Audra Mitchell) [RHEL-117059] {CVE-2025-39883}
|
||||
|
||||
* Thu Nov 20 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.86.1.rt7.427.el8_10]
|
||||
- smb: client: fix race with concurrent opens in rename(2) (Paulo Alcantara) [RHEL-118237] {CVE-2025-39825}
|
||||
- smb: client: fix race with concurrent opens in unlink(2) (Paulo Alcantara) [RHEL-118237]
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-553.86.1.rt7.427.el8_10.tar.xz) = 958de3f697747fbaefd70619f75cd1fa24afdfa9e9868d6f474638fde6700b781edc553b7bd459c81f45b37e08271338e7f8b5a45372978966ab7757fa41240a
|
||||
SHA512 (linux-4.18.0-553.87.1.rt7.428.el8_10.tar.xz) = 169e9b289e73ef43e802c88603046376ca4a45512c6db4addfc8cbf73b13274c01c53521f09e60c5c9e8568650e0f8f0e6475f83672cf7dca01bac72770d692c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user