From 127e7a58017dc60da8cd702d80e4395fb1e02723 Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Thu, 29 Jan 2026 15:26:59 -0300 Subject: [PATCH] kernel 6.12.0-124.29.1.el10_1 --- my-ostree-os/kernel/Makefile.rhelver | 2 +- my-ostree-os/kernel/kernel.changelog | 32 ++++++++++++++++++++ my-ostree-os/kernel/kernel.spec | 44 +++++++++++++++++++++++----- 3 files changed, 70 insertions(+), 8 deletions(-) diff --git a/my-ostree-os/kernel/Makefile.rhelver b/my-ostree-os/kernel/Makefile.rhelver index fdb3c98..add8412 100644 --- a/my-ostree-os/kernel/Makefile.rhelver +++ b/my-ostree-os/kernel/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 1 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 124.27.1 +RHEL_RELEASE = 124.29.1 # # RHEL_REBASE_NUM diff --git a/my-ostree-os/kernel/kernel.changelog b/my-ostree-os/kernel/kernel.changelog index 9a34a27..f26634d 100644 --- a/my-ostree-os/kernel/kernel.changelog +++ b/my-ostree-os/kernel/kernel.changelog @@ -1,3 +1,35 @@ +* Sat Jan 10 2026 CKI KWF Bot [6.12.0-124.29.1.el10_1] +- gitlab-ci: use rhel10.1 builder image (Michael Hofmann) +- mm/vmalloc: fix data race in show_numa_info() (Waiman Long) [RHEL-137997] {CVE-2025-38383} +- vmalloc: use for_each_vmap_node() in purge-vmap-area (Waiman Long) [RHEL-137997] +- vmalloc: switch to for_each_vmap_node() helper (Waiman Long) [RHEL-137997] +- vmalloc: add for_each_vmap_node() helper (Waiman Long) [RHEL-137997] +- smb: client: fix refcount leak in smb2_set_path_attr (Paulo Alcantara) [RHEL-128581] +- smb: client: fix potential UAF in smb2_close_cached_fid() (Paulo Alcantara) [RHEL-128581] +- smb: client: fix potential cfid UAF in smb2_query_info_compound (Paulo Alcantara) [RHEL-128581] +- smb: client: Fix refcount leak for cifs_sb_tlink (Paulo Alcantara) [RHEL-128581] +- cifs: parse_dfs_referrals: prevent oob on malformed input (Paulo Alcantara) [RHEL-128581] +- smb: client: remove cfids_invalidation_worker (Paulo Alcantara) [RHEL-128581] +- smb client: fix bug with newly created file in cached dir (Paulo Alcantara) [RHEL-128581] +- smb: client: short-circuit negative lookups when parent dir is fully cached (Paulo Alcantara) [RHEL-128581] +- smb: client: short-circuit in open_cached_dir_by_dentry() if !dentry (Paulo Alcantara) [RHEL-128581] +- smb: client: remove pointless cfid->has_lease check (Paulo Alcantara) [RHEL-128581] +- smb: client: remove unused fid_lock (Paulo Alcantara) [RHEL-128581] +- smb: client: update cfid->last_access_time in open_cached_dir_by_dentry() (Paulo Alcantara) [RHEL-128581] +- smb: client: ensure open_cached_dir_by_dentry() only returns valid cfid (Paulo Alcantara) [RHEL-128581] +- smb: client: account smb directory cache usage and per-tcon totals (Paulo Alcantara) [RHEL-128581] +- smb: client: add drop_dir_cache module parameter to invalidate cached dirents (Paulo Alcantara) [RHEL-128581] +- smb: client: show lease state as R/H/W (or NONE) in open_files (Paulo Alcantara) [RHEL-128581] +- smb: client: show negotiated cipher in DebugData (Paulo Alcantara) [RHEL-128581] +- smb: client: add new tracepoint to trace lease break notification (Paulo Alcantara) [RHEL-128581] +- smb: client: Fix NULL pointer dereference in cifs_debug_dirs_proc_show() (Paulo Alcantara) [RHEL-128581] +- coredump: Only sort VMAs when core_sort_vma sysctl is set (Herton R. Krzesinski) [RHEL-113364] +Resolves: RHEL-113364, RHEL-128581, RHEL-137997 + +* Wed Jan 07 2026 CKI KWF Bot [6.12.0-124.28.1.el10_1] +- libceph: fix potential use-after-free in have_mon_and_osd_map() (CKI Backport Bot) [RHEL-137403] {CVE-2025-68285} +Resolves: RHEL-137403 + * Sat Dec 27 2025 CKI KWF Bot [6.12.0-124.27.1.el10_1] - arm64: errata: Expand speculative SSBS workaround for Cortex-A720AE (Waiman Long) [RHEL-120684] - arm64: cputype: Add Cortex-A720AE definitions (Waiman Long) [RHEL-120684] diff --git a/my-ostree-os/kernel/kernel.spec b/my-ostree-os/kernel/kernel.spec index 3edf1b5..0dce718 100644 --- a/my-ostree-os/kernel/kernel.spec +++ b/my-ostree-os/kernel/kernel.spec @@ -176,15 +176,15 @@ Summary: The Linux kernel %define specrpmversion 6.12.0 %define specversion 6.12.0 %define patchversion 6.12 -%define pkgrelease 124.27.1 +%define pkgrelease 124.29.1 %define kversion 6 -%define tarfile_release 6.12.0-124.27.1.el10_1 +%define tarfile_release 6.12.0-124.29.1.el10_1 # This is needed to do merge window version magic %define patchlevel 12 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 124.27.1%{?buildid}%{?dist} +%define specrelease 124.29.1%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.12.0-124.27.1.el10_1 +%define kabiversion 6.12.0-124.29.1.el10_1 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -4403,14 +4403,14 @@ fi\ # # %changelog -* Tue Jan 13 2026 Eduard Abdullin - 6.12.0-124.27.1 +* Tue Jan 27 2026 Eduard Abdullin - 6.12.0-124.29.1 - Debrand for AlmaLinux OS - Use AlmaLinux OS secure boot cert -* Tue Jan 13 2026 Neal Gompa - 6.12.0-124.27.1 +* Tue Jan 27 2026 Neal Gompa - 6.12.0-124.29.1 - Enable Btrfs support for all kernel variants -* Tue Jan 13 2026 Andrew Lukoshko - 6.12.0-124.27.1 +* Tue Jan 27 2026 Andrew Lukoshko - 6.12.0-124.29.1 - hpsa: bring back deprecated PCI ids #CFHack #CFHack2024 - mptsas: bring back deprecated PCI ids #CFHack #CFHack2024 - megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024 @@ -4421,6 +4421,36 @@ fi\ - kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained +* Sat Jan 10 2026 CKI KWF Bot [6.12.0-124.29.1.el10_1] +- gitlab-ci: use rhel10.1 builder image (Michael Hofmann) +- mm/vmalloc: fix data race in show_numa_info() (Waiman Long) [RHEL-137997] {CVE-2025-38383} +- vmalloc: use for_each_vmap_node() in purge-vmap-area (Waiman Long) [RHEL-137997] +- vmalloc: switch to for_each_vmap_node() helper (Waiman Long) [RHEL-137997] +- vmalloc: add for_each_vmap_node() helper (Waiman Long) [RHEL-137997] +- smb: client: fix refcount leak in smb2_set_path_attr (Paulo Alcantara) [RHEL-128581] +- smb: client: fix potential UAF in smb2_close_cached_fid() (Paulo Alcantara) [RHEL-128581] +- smb: client: fix potential cfid UAF in smb2_query_info_compound (Paulo Alcantara) [RHEL-128581] +- smb: client: Fix refcount leak for cifs_sb_tlink (Paulo Alcantara) [RHEL-128581] +- cifs: parse_dfs_referrals: prevent oob on malformed input (Paulo Alcantara) [RHEL-128581] +- smb: client: remove cfids_invalidation_worker (Paulo Alcantara) [RHEL-128581] +- smb client: fix bug with newly created file in cached dir (Paulo Alcantara) [RHEL-128581] +- smb: client: short-circuit negative lookups when parent dir is fully cached (Paulo Alcantara) [RHEL-128581] +- smb: client: short-circuit in open_cached_dir_by_dentry() if !dentry (Paulo Alcantara) [RHEL-128581] +- smb: client: remove pointless cfid->has_lease check (Paulo Alcantara) [RHEL-128581] +- smb: client: remove unused fid_lock (Paulo Alcantara) [RHEL-128581] +- smb: client: update cfid->last_access_time in open_cached_dir_by_dentry() (Paulo Alcantara) [RHEL-128581] +- smb: client: ensure open_cached_dir_by_dentry() only returns valid cfid (Paulo Alcantara) [RHEL-128581] +- smb: client: account smb directory cache usage and per-tcon totals (Paulo Alcantara) [RHEL-128581] +- smb: client: add drop_dir_cache module parameter to invalidate cached dirents (Paulo Alcantara) [RHEL-128581] +- smb: client: show lease state as R/H/W (or NONE) in open_files (Paulo Alcantara) [RHEL-128581] +- smb: client: show negotiated cipher in DebugData (Paulo Alcantara) [RHEL-128581] +- smb: client: add new tracepoint to trace lease break notification (Paulo Alcantara) [RHEL-128581] +- smb: client: Fix NULL pointer dereference in cifs_debug_dirs_proc_show() (Paulo Alcantara) [RHEL-128581] +- coredump: Only sort VMAs when core_sort_vma sysctl is set (Herton R. Krzesinski) [RHEL-113364] + +* Wed Jan 07 2026 CKI KWF Bot [6.12.0-124.28.1.el10_1] +- libceph: fix potential use-after-free in have_mon_and_osd_map() (CKI Backport Bot) [RHEL-137403] {CVE-2025-68285} + * Sat Dec 27 2025 CKI KWF Bot [6.12.0-124.27.1.el10_1] - arm64: errata: Expand speculative SSBS workaround for Cortex-A720AE (Waiman Long) [RHEL-120684] - arm64: cputype: Add Cortex-A720AE definitions (Waiman Long) [RHEL-120684]