import CS git kernel-4.18.0-553.157.1.el8_10

This commit is contained in:
AlmaLinux RelEng Bot 2026-08-20 00:57:46 -04:00
parent 6cccb8d537
commit 5293d57006
3 changed files with 23 additions and 6 deletions

2
.gitignore vendored
View File

@ -2,7 +2,7 @@ SOURCES/centossecureboot201.cer
SOURCES/centossecurebootca2.cer
SOURCES/kernel-abi-stablelists-4.18.0-553.tar.bz2
SOURCES/kernel-kabi-dw-4.18.0-553.tar.bz2
SOURCES/linux-4.18.0-553.156.1.el8_10.tar.xz
SOURCES/linux-4.18.0-553.157.1.el8_10.tar.xz
SOURCES/redhatsecureboot302.cer
SOURCES/redhatsecureboot303.cer
SOURCES/redhatsecureboot501.cer

View File

@ -1,8 +1,8 @@
2ba40bf9138b48311e5aa1b737b7f0a8ad66066f SOURCES/centossecureboot201.cer
bfdb3d7cffc43f579655af5155d50c08671d95e5 SOURCES/centossecurebootca2.cer
7b56af35283a7864b041048a4116d73cb0c885c4 SOURCES/kernel-abi-stablelists-4.18.0-553.tar.bz2
b125c983f85bac1b7fc97412a7add8c5e4aa47e3 SOURCES/kernel-kabi-dw-4.18.0-553.tar.bz2
345f77e63ee297ca5920580fca45237176f95a13 SOURCES/linux-4.18.0-553.156.1.el8_10.tar.xz
87f7a62a36745b5139663c0a415a8ab7b905c54e SOURCES/kernel-abi-stablelists-4.18.0-553.tar.bz2
38289579094e7714e6475d482845e4e29836fe48 SOURCES/kernel-kabi-dw-4.18.0-553.tar.bz2
3954333ed1edfe3f478686a646f73a9420153d76 SOURCES/linux-4.18.0-553.157.1.el8_10.tar.xz
13e5cd3f856b472fde80a4deb75f4c18dfb5b255 SOURCES/redhatsecureboot302.cer
e89890ca0ded2f9058651cc5fa838b78db2e6cc2 SOURCES/redhatsecureboot303.cer
ba0b760e594ff668ee72ae348adf3e49b97f75fb SOURCES/redhatsecureboot501.cer

View File

@ -49,10 +49,10 @@
# define buildid .local
%define specversion 4.18.0
%define pkgrelease 553.156.1.el8_10
%define pkgrelease 553.157.1.el8_10
# allow pkg_release to have configurable %%{?dist} tag
%define specrelease 553.156.1%{?dist}
%define specrelease 553.157.1%{?dist}
%define pkg_release %{specrelease}%{?buildid}
@ -2797,6 +2797,23 @@ fi
#
#
%changelog
* Wed Aug 19 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.157.1.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.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}