kernel-rt-4.18.0-553.98.1.rt7.439.el8_10
* Thu Jan 22 2026 Patrick Talbert <ptalbert@redhat.com> [4.18.0-553.98.1.rt7.439.el8_10]
- vfs: use READ_ONCE() to access ->i_link (Jay Shin) [RHEL-141790]
- fold generic_readlink() into its only caller (Jay Shin) [RHEL-141790]
- fs/proc: fix uaf in proc_readdir_de() (Pavel Reichl) [RHEL-137093] {CVE-2025-40271}
- Backport 'create an empty changelog file when changing its name' (Alexandra Hájková)
- mptcp: fix race condition in mptcp_schedule_work() (Paolo Abeni) [RHEL-134443] {CVE-2025-40258}
- mptcp: use mptcp_schedule_work instead of open-coding it (Paolo Abeni) [RHEL-134443]
- tcp: fix a signed-integer-overflow bug in tcp_add_backlog() (Guillaume Nault) [RHEL-137976] {CVE-2022-50865}
- tcp: minor optimization in tcp_add_backlog() (Guillaume Nault) [RHEL-137976] {CVE-2022-50865}
- RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problem (Kamal Heib) [RHEL-134347] {CVE-2025-38022}
Resolves: RHEL-134347, RHEL-134443, RHEL-137093, RHEL-137976, RHEL-141790
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
parent
a6dac2c5a0
commit
87e55cab80
17
kernel.spec
17
kernel.spec
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 553.97.1.rt7.438.el8_10
|
||||
%define pkgrelease 553.98.1.rt7.439.el8_10
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 553.97.1.rt7.438%{?dist}
|
||||
%define specrelease 553.98.1.rt7.439%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -148,7 +148,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .438
|
||||
%global rtbuild .439
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2708,6 +2708,17 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Jan 22 2026 Patrick Talbert <ptalbert@redhat.com> [4.18.0-553.98.1.rt7.439.el8_10]
|
||||
- vfs: use READ_ONCE() to access ->i_link (Jay Shin) [RHEL-141790]
|
||||
- fold generic_readlink() into its only caller (Jay Shin) [RHEL-141790]
|
||||
- fs/proc: fix uaf in proc_readdir_de() (Pavel Reichl) [RHEL-137093] {CVE-2025-40271}
|
||||
- Backport 'create an empty changelog file when changing its name' (Alexandra Hájková)
|
||||
- mptcp: fix race condition in mptcp_schedule_work() (Paolo Abeni) [RHEL-134443] {CVE-2025-40258}
|
||||
- mptcp: use mptcp_schedule_work instead of open-coding it (Paolo Abeni) [RHEL-134443]
|
||||
- tcp: fix a signed-integer-overflow bug in tcp_add_backlog() (Guillaume Nault) [RHEL-137976] {CVE-2022-50865}
|
||||
- tcp: minor optimization in tcp_add_backlog() (Guillaume Nault) [RHEL-137976] {CVE-2022-50865}
|
||||
- RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problem (Kamal Heib) [RHEL-134347] {CVE-2025-38022}
|
||||
|
||||
* Tue Jan 20 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.97.1.rt7.438.el8_10]
|
||||
- ASoC: Intel: bytcr_rt5640: Fix invalid quirk input mapping (CKI Backport Bot) [RHEL-129107] {CVE-2025-40154}
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-553.97.1.rt7.438.el8_10.tar.xz) = eeb6a0bfebe2bc8816000ed2e51e4c43f3c964a58fb372cf95dafbf3c288ab9631351602dcc7fa3f4d54a362258ccc405c67ef9a71dda101d2d7533ea3d3fdcd
|
||||
SHA512 (linux-4.18.0-553.98.1.rt7.439.el8_10.tar.xz) = 746e691490fe513126089f2c526796639b59ced03c048d89463f1ef9c0ba2f09d76b08082fd7704e513b49ce60c2bf14cbec8e74075ee8f5dd0b2713abd9bb8d
|
||||
|
||||
Loading…
Reference in New Issue
Block a user