Skip to content
Snippets Groups Projects
Commit 83b1db86 authored by Rocky Automation's avatar Rocky Automation :tv:
Browse files

import kernel-6.12.0-55.el10

parent 45c7a174
No related branches found
No related tags found
No related merge requests found
958e52e7a984fc551fdd90ced222ca178f182828dbb040e99a532d277d5eb69c SOURCES/kernel-abi-stablelists-6.12.0-54.el10.tar.xz
e70dd4fcb9d27af0d654cb815372606f64cc61d6fc7f184b3775580e6bc7d511 SOURCES/kernel-kabi-dw-6.12.0-54.el10.tar.xz
4bd31db5070bf2f212a1833595518977fb79943e2fb81232a62cacc733257ce5 SOURCES/linux-6.12.0-54.el10.tar.xz
b03efbd7117bf7c4bb71d9b66a8d1e3057345071e7f540074fba5b95cdf49546 SOURCES/kernel-abi-stablelists-6.12.0-55.el10.tar.xz
e70dd4fcb9d27af0d654cb815372606f64cc61d6fc7f184b3775580e6bc7d511 SOURCES/kernel-kabi-dw-6.12.0-55.el10.tar.xz
561112543e34aef51fdecbe480f7ff1ab77b4cfe7c7cd9a56352d0a150483c7a SOURCES/linux-6.12.0-55.el10.tar.xz
......@@ -12,7 +12,7 @@ RHEL_MINOR = 0
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 54
RHEL_RELEASE = 55
#
# RHEL_REBASE_NUM
......
* Sun Feb 16 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-55.el10]
- ovl: support encoding fid from inode with no alias (Miklos Szeredi) [RHEL-77301] {CVE-2025-21654}
- ovl: pass realinode to ovl_encode_real_fh() instead of realdentry (Miklos Szeredi) [RHEL-77301] {CVE-2025-21654}
- pmdomain: imx8mp-blk-ctrl: add missing loop break condition (CKI Backport Bot) [RHEL-77240] {CVE-2025-21668}
- io_uring/rsrc: require cloned buffers to share accounting contexts (Jeff Moyer) [RHEL-78677] {CVE-2025-21686}
- vsock: prevent null-ptr-deref in vsock_*[has_data|has_space] (CKI Backport Bot) [RHEL-77214] {CVE-2025-21666}
- USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb() (CKI Backport Bot) [RHEL-78685] {CVE-2025-21689}
- lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN (Herton R. Krzesinski) [RHEL-58817]
Resolves: RHEL-58817, RHEL-77214, RHEL-77240, RHEL-77301, RHEL-78677, RHEL-78685
* Fri Feb 14 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-54.el10]
- mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM (CKI Backport Bot) [RHEL-76120] {CVE-2024-56611}
- Revert "redhat: gating.yaml: drop unstable test" (Jan Stancek)
......
......@@ -162,15 +162,15 @@ Summary: The Linux kernel
%define specrpmversion 6.12.0
%define specversion 6.12.0
%define patchversion 6.12
%define pkgrelease 54
%define pkgrelease 55
%define kversion 6
%define tarfile_release 6.12.0-54.el10
%define tarfile_release 6.12.0-55.el10
# This is needed to do merge window version magic
%define patchlevel 12
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 54%{?buildid}%{?dist}
%define specrelease 55%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 6.12.0-54.el10
%define kabiversion 6.12.0-55.el10
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
......@@ -4314,11 +4314,20 @@ fi\
#
#
%changelog
* Fri Feb 14 2025 Release Engineering <releng@rockylinux.org> - 6.12.0-54
* Mon Feb 17 2025 Release Engineering <releng@rockylinux.org> - 6.12.0-55
- Porting to Rocky Linux 10, debranding and Rocky Linux branding
- Add partial riscv64 support for build root
- Provide basic VisionFive 2 support
* Sun Feb 16 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-55.el10]
- ovl: support encoding fid from inode with no alias (Miklos Szeredi) [RHEL-77301] {CVE-2025-21654}
- ovl: pass realinode to ovl_encode_real_fh() instead of realdentry (Miklos Szeredi) [RHEL-77301] {CVE-2025-21654}
- pmdomain: imx8mp-blk-ctrl: add missing loop break condition (CKI Backport Bot) [RHEL-77240] {CVE-2025-21668}
- io_uring/rsrc: require cloned buffers to share accounting contexts (Jeff Moyer) [RHEL-78677] {CVE-2025-21686}
- vsock: prevent null-ptr-deref in vsock_*[has_data|has_space] (CKI Backport Bot) [RHEL-77214] {CVE-2025-21666}
- USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb() (CKI Backport Bot) [RHEL-78685] {CVE-2025-21689}
- lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN (Herton R. Krzesinski) [RHEL-58817]
* Fri Feb 14 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-54.el10]
- mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM (CKI Backport Bot) [RHEL-76120] {CVE-2024-56611}
- Revert "redhat: gating.yaml: drop unstable test" (Jan Stancek)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment