kernel-rt-4.18.0-553.157.1.rt7.498.el8_10

* Wed Aug 19 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.157.1.rt7.498.el8_10]
- smb/client: handle overlapping allocated ranges in fallocate (CKI Backport Bot) [RHEL-236195] {CVE-2026-68388}
- mm, page_alloc: skip ->waternark_boost for atomic order-0 allocations (Jay Shin) [RHEL-219767]
- mm, page_alloc: reset the zone->watermark_boost early (Jay Shin) [RHEL-219767]
- scsi: target: iscsi: Fix CRC overread and double-free in iscsit_handle_text_cmd() (Maurizio Lombardi) [RHEL-213227] {CVE-2026-63888}
- net: ieee802154: do not leave a dangling sk pointer in ieee802154_create() (Abhishek Rawal) [RHEL-224189] {CVE-2024-56602}
- cgroup/psi: Set of->priv to NULL upon file release (Waiman Long) [RHEL-232546]
- sched/psi: Create the psimon kthread outside of cgroup_mutex (Waiman Long) [RHEL-232546]
- sched/psi: fix race between file release and pressure write (Waiman Long) [RHEL-232546] {CVE-2026-52991}
- sched/psi: Remove unused parameter nbytes of psi_trigger_create() (Waiman Long) [RHEL-232546]
- psi: fix "no previous prototype" warnings when CONFIG_CGROUPS=n (Waiman Long) [RHEL-232546]
- smb: client: mask server-provided mode to 07777 in modefromsid (CKI Backport Bot) [RHEL-234516] {CVE-2026-64379}
- mm/huge_memory: update file PMD counter before folio_put() (Luiz Capitulino) [RHEL-231209] {CVE-2026-53189}
- net/smc: reject CHID-0 ACCEPT that matches an empty ism_dev slot (CKI Backport Bot) [RHEL-230094] {CVE-2026-64048}
- scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_buf (CKI Backport Bot) [RHEL-213200] {CVE-2026-63887}
- ip6_gre: Use cached t->net in ip6erspan_changelink(). (CKI Backport Bot) [RHEL-180148] {CVE-2026-46120}
Resolves: RHEL-180148, RHEL-213200, RHEL-213227, RHEL-219767, RHEL-224189, RHEL-230094, RHEL-231209, RHEL-232546, RHEL-234516, RHEL-236195

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
CKI KWF Bot 2026-08-19 00:32:37 +00:00
parent 304e386c6b
commit cf4b0a1209
2 changed files with 21 additions and 4 deletions

View File

@ -49,10 +49,10 @@
# define buildid .local
%define specversion 4.18.0
%define pkgrelease 553.156.1.rt7.497.el8_10
%define pkgrelease 553.157.1.rt7.498.el8_10
# allow pkg_release to have configurable %%{?dist} tag
%define specrelease 553.156.1.rt7.497%{?dist}
%define specrelease 553.157.1.rt7.498%{?dist}
%define pkg_release %{specrelease}%{?buildid}
@ -161,7 +161,7 @@
# The preempt RT patch level
%global rttag .rt7
# realtimeN
%global rtbuild .497
%global rtbuild .498
%define with_doc 0
%define with_headers 0
%define with_cross_headers 0
@ -2800,6 +2800,23 @@ fi
#
#
%changelog
* Wed Aug 19 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.157.1.rt7.498.el8_10]
- smb/client: handle overlapping allocated ranges in fallocate (CKI Backport Bot) [RHEL-236195] {CVE-2026-68388}
- mm, page_alloc: skip ->waternark_boost for atomic order-0 allocations (Jay Shin) [RHEL-219767]
- mm, page_alloc: reset the zone->watermark_boost early (Jay Shin) [RHEL-219767]
- scsi: target: iscsi: Fix CRC overread and double-free in iscsit_handle_text_cmd() (Maurizio Lombardi) [RHEL-213227] {CVE-2026-63888}
- net: ieee802154: do not leave a dangling sk pointer in ieee802154_create() (Abhishek Rawal) [RHEL-224189] {CVE-2024-56602}
- cgroup/psi: Set of->priv to NULL upon file release (Waiman Long) [RHEL-232546]
- sched/psi: Create the psimon kthread outside of cgroup_mutex (Waiman Long) [RHEL-232546]
- sched/psi: fix race between file release and pressure write (Waiman Long) [RHEL-232546] {CVE-2026-52991}
- sched/psi: Remove unused parameter nbytes of psi_trigger_create() (Waiman Long) [RHEL-232546]
- psi: fix "no previous prototype" warnings when CONFIG_CGROUPS=n (Waiman Long) [RHEL-232546]
- smb: client: mask server-provided mode to 07777 in modefromsid (CKI Backport Bot) [RHEL-234516] {CVE-2026-64379}
- mm/huge_memory: update file PMD counter before folio_put() (Luiz Capitulino) [RHEL-231209] {CVE-2026-53189}
- net/smc: reject CHID-0 ACCEPT that matches an empty ism_dev slot (CKI Backport Bot) [RHEL-230094] {CVE-2026-64048}
- scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_buf (CKI Backport Bot) [RHEL-213200] {CVE-2026-63887}
- ip6_gre: Use cached t->net in ip6erspan_changelink(). (CKI Backport Bot) [RHEL-180148] {CVE-2026-46120}
* Mon Aug 17 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.156.1.rt7.497.el8_10]
- drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set() (CKI Backport Bot) [RHEL-221327] {CVE-2026-43206}
- drm/amd/display: Validate payload length and link_index in dc_process_dmub_aux_transfer_async (CKI Backport Bot) [RHEL-222576] {CVE-2026-64219}

View File

@ -1 +1 @@
SHA512 (linux-4.18.0-553.156.1.rt7.497.el8_10.tar.xz) = 36cc5fddfa71608ba4f25b453aba6f228b1eb1891cccc7ea536bb8fa86142ac06f64a4b809dc40b09b2d9fb5ccf0efcaaa74deaf9313f1592d063796a80756ab
SHA512 (linux-4.18.0-553.157.1.rt7.498.el8_10.tar.xz) = 7687ffd6bcc61a0e2a091f8595f0c2bcc97ddb848a9ba391bc9fcfcebe0d6362fad5a0225adb3a6b3e2d4bce4f69935cf054d207383a9f5fe1c1cb1c3cd11149