mirror of
https://github.com/andersrh/copr-andersrh.git
synced 2026-05-17 13:58:01 +00:00
kernel 6.12.0-124.29.1.el10_1
This commit is contained in:
parent
14d1ffbabc
commit
127e7a5801
3 changed files with 70 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,35 @@
|
|||
* Sat Jan 10 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [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 <cki-ci-bot+kwf-gitlab-com@redhat.com> [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 <cki-ci-bot+kwf-gitlab-com@redhat.com> [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]
|
||||
|
|
|
|||
|
|
@ -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 <eabdullin@almalinux.org> - 6.12.0-124.27.1
|
||||
* Tue Jan 27 2026 Eduard Abdullin <eabdullin@almalinux.org> - 6.12.0-124.29.1
|
||||
- Debrand for AlmaLinux OS
|
||||
- Use AlmaLinux OS secure boot cert
|
||||
|
||||
* Tue Jan 13 2026 Neal Gompa <ngompa@almalinux.org> - 6.12.0-124.27.1
|
||||
* Tue Jan 27 2026 Neal Gompa <ngompa@almalinux.org> - 6.12.0-124.29.1
|
||||
- Enable Btrfs support for all kernel variants
|
||||
|
||||
* Tue Jan 13 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 6.12.0-124.27.1
|
||||
* Tue Jan 27 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 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 <cki-ci-bot+kwf-gitlab-com@redhat.com> [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 <cki-ci-bot+kwf-gitlab-com@redhat.com> [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 <cki-ci-bot+kwf-gitlab-com@redhat.com> [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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue