Debrand for AlmaLinux OS
Use AlmaLinux OS secure boot cert Enable Btrfs support for all kernel variants 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 qla2xxx: bring back deprecated PCI ids #CFHack #CFHack2024 qla4xxx: bring back deprecated PCI ids lpfc: bring back deprecated PCI ids be2iscsi: bring back deprecated PCI ids kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained
This commit is contained in:
parent
280a34e1b1
commit
cd4d6c637d
@ -12,7 +12,7 @@ RHEL_MINOR = 2
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 140
|
||||
RHEL_RELEASE = 141
|
||||
|
||||
#
|
||||
# RHEL_REBASE_NUM
|
||||
|
||||
@ -1,3 +1,55 @@
|
||||
* Mon Oct 13 2025 Scott Weaver <scweaver@redhat.com> [6.12.0-141.el10]
|
||||
- bonding: don't set oif to bond dev when getting NS target destination (CKI Backport Bot) [RHEL-101175]
|
||||
- smb: client: fix file open check in __cifs_unlink() (Paulo Alcantara) [RHEL-108683]
|
||||
- smb: client: fix data loss due to broken rename(2) (Paulo Alcantara) [RHEL-108683]
|
||||
- smb: client: fix compound alignment with encryption (Paulo Alcantara) [RHEL-108683]
|
||||
- smb: client: fix race with concurrent opens in rename(2) (Paulo Alcantara) [RHEL-108683]
|
||||
- smb: client: fix race with concurrent opens in unlink(2) (Paulo Alcantara) [RHEL-108683]
|
||||
- mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu(). (Guillaume Nault) [RHEL-115575]
|
||||
- dm: split write BIOs on zone boundaries when zone append is not emulated (Ming Lei) [RHEL-97177]
|
||||
- dm: Check for forbidden splitting of zone write operations (Ming Lei) [RHEL-97177]
|
||||
- dm: dm-crypt: Do not partially accept write BIOs with zoned targets (Ming Lei) [RHEL-97177]
|
||||
- dm: Always split write BIOs to zoned device limits (Ming Lei) [RHEL-97177]
|
||||
- block: Introduce bio_needs_zone_write_plugging() (Ming Lei) [RHEL-97177]
|
||||
- block: Make REQ_OP_ZONE_FINISH a write operation (Ming Lei) [RHEL-97177]
|
||||
- efivarfs: Fix slab-out-of-bounds in efivarfs_d_compare (CKI Backport Bot) [RHEL-118459] {CVE-2025-39817}
|
||||
- ipv6: sr: Fix MAC comparison to be constant-time (CKI Backport Bot) [RHEL-115599]
|
||||
- ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_add (CKI Backport Bot) [RHEL-115599]
|
||||
- seg6: Fix validation of nexthop addresses (CKI Backport Bot) [RHEL-115599]
|
||||
- platform/x86:intel/vsec: Change return type of intel_vsec_register (Steve Best) [RHEL-110838]
|
||||
- platform/x86/intel/pmc: Add Bartlett Lake support to intel_pmc_core (Steve Best) [RHEL-110838]
|
||||
- platform/x86/intel/pmc: Add Panther Lake support to Intel PMC SSRAM Telemetry (Steve Best) [RHEL-110838]
|
||||
- platform/x86/intel/pmc: Add Lunar Lake support to Intel PMC SSRAM Telemetry (Steve Best) [RHEL-110838]
|
||||
- platform/x86:intel/pmc: Improve pmc_core_get_lpm_req() (Steve Best) [RHEL-110838]
|
||||
- platform/x86:intel/pmc: Move error handling to init function (Steve Best) [RHEL-110838]
|
||||
- platform/x86:intel/pmc: Use devm for mutex_init (Steve Best) [RHEL-110838]
|
||||
- platform/x86:intel/pmc: Create Intel PMC SSRAM Telemetry driver (Steve Best) [RHEL-110838]
|
||||
- platform/x86:intel/pmc: Remove unneeded io operations (Steve Best) [RHEL-110838]
|
||||
- platform/x86:intel/pmc: Remove unneeded header file inclusion (Steve Best) [RHEL-110838]
|
||||
- platform/x86:intel/pmc: Convert index variables to be unsigned (Steve Best) [RHEL-110838]
|
||||
- platform/x86:intel/pmc: Move PMC devid to core.h (Steve Best) [RHEL-110838]
|
||||
- platform/x86:intel/pmc: Rename core_ssram to ssram_telemetry (Steve Best) [RHEL-110838]
|
||||
- platform/x86:intel/pmc: Move PMC Core related functions (Steve Best) [RHEL-110838]
|
||||
- scsi: target: core: Generate correct identifiers for PR OUT transport IDs (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: Fix NULL pointer dereference in core_scsi3_decode_spec_i_port() (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: core: Constify struct target_opcode_descriptor (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: core: Constify enabled() in struct target_opcode_descriptor (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: Move delayed/ordered tracking to per CPU (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: Move I/O path stats to per CPU (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: Remove size arguments when calling strscpy() (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: iscsi: Fix timeout on deleted connection (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: tcm_loop: Fix wrong abort tag (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: Replace deprecated strncpy() with strscpy() (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: iscsi: Fix typos (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: spc: Fix loop traversal in spc_rsoc_get_descr() (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: spc: Fix RSOC parameter data header size (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: core: Add line break to status show (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: Remove unused functions (Maurizio Lombardi) [RHEL-111938]
|
||||
- ice: don't leave device non-functional if Tx scheduler config fails (Petr Oros) [RHEL-106471]
|
||||
- drm/amdgpu: Include sdma_4_4_4.bin (Peter Colberg) [RHEL-117567]
|
||||
- redhat: use new x86/aarch64 signing key (801/804) (Jan Stancek) [RHEL-116728]
|
||||
Resolves: RHEL-111938, RHEL-108683, RHEL-115599, RHEL-97177, RHEL-101175, RHEL-106471, RHEL-110838, RHEL-118459, RHEL-115575
|
||||
|
||||
* Thu Oct 09 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-140.el10]
|
||||
- powerpc/pseries: Correct secvar format representation for static key management (Mamatha Inamdar) [RHEL-101962]
|
||||
- powerpc/secvar: Expose secvars relevant to the key management mode (Mamatha Inamdar) [RHEL-101962]
|
||||
@ -3781,6 +3833,14 @@ Resolves: RHEL-101827, RHEL-102692, RHEL-104142, RHEL-104442, RHEL-110366, RHEL-
|
||||
- redhat: bump RHEL_MINOR for 10.2 (Scott Weaver)
|
||||
Resolves: RHEL-102876, RHEL-104319, RHEL-104327, RHEL-105599, RHEL-105606, RHEL-95630
|
||||
|
||||
* Wed Oct 08 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-124.7.1.el10_1]
|
||||
- drm/amdgpu: Include sdma_4_4_4.bin (Peter Colberg) [RHEL-117567]
|
||||
Resolves: RHEL-117567
|
||||
|
||||
* Tue Oct 07 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-124.6.1.el10_1]
|
||||
- redhat: use new x86/aarch64 signing key (801/804) (Jan Stancek) [RHEL-116728]
|
||||
Resolves: RHEL-116728
|
||||
|
||||
* Mon Sep 29 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-124.5.1.el10_1]
|
||||
- scsi: mpi3mr: Update driver version to 8.15.0.5.50 (Chandrakanth Patil) [RHEL-111654]
|
||||
- scsi: mpi3mr: Fix premature TM timeouts on virtual drives (Chandrakanth Patil) [RHEL-111654]
|
||||
|
||||
69
kernel.spec
69
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 140
|
||||
%define pkgrelease 141
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.12.0-140.el10
|
||||
%define tarfile_release 6.12.0-141.el10
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 12
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 140%{?buildid}%{?dist}
|
||||
%define specrelease 141%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.12.0-140.el10
|
||||
%define kabiversion 6.12.0-141.el10
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
@ -939,7 +939,7 @@ Source13: redhatsecureboot501.cer
|
||||
%define pesign_name_0 centossecureboot201
|
||||
%else
|
||||
%ifarch x86_64 aarch64
|
||||
%define pesign_name_0 redhatsecureboot501
|
||||
%define pesign_name_0 redhatsecureboot801
|
||||
%endif
|
||||
%ifarch s390x
|
||||
%define pesign_name_0 redhatsecureboot302
|
||||
@ -2837,7 +2837,7 @@ BuildKernel() {
|
||||
%if 0%{?centos}
|
||||
UKI_secureboot_name=centossecureboot204
|
||||
%else
|
||||
UKI_secureboot_name=redhatsecureboot504
|
||||
UKI_secureboot_name=redhatsecureboot804
|
||||
%endif
|
||||
UKI_secureboot_cert=%{_datadir}/pki/sb-certs/secureboot-uki-virt-%{_arch}.cer
|
||||
|
||||
@ -4404,14 +4404,14 @@ fi\
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Oct 10 2025 Eduard Abdullin <eabdullin@almalinux.org> - 6.12.0-140
|
||||
* Wed Oct 15 2025 Eduard Abdullin <eabdullin@almalinux.org> - 6.12.0-141
|
||||
- Debrand for AlmaLinux OS
|
||||
- Use AlmaLinux OS secure boot cert
|
||||
|
||||
* Fri Oct 10 2025 Neal Gompa <ngompa@almalinux.org> - 6.12.0-140
|
||||
* Wed Oct 15 2025 Neal Gompa <ngompa@almalinux.org> - 6.12.0-141
|
||||
- Enable Btrfs support for all kernel variants
|
||||
|
||||
* Fri Oct 10 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 6.12.0-140
|
||||
* Wed Oct 15 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 6.12.0-141
|
||||
- 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
|
||||
@ -4422,6 +4422,57 @@ fi\
|
||||
- kernel/rh_messages.h: enable all disabled pci devices by moving to
|
||||
unmaintained
|
||||
|
||||
* Mon Oct 13 2025 Scott Weaver <scweaver@redhat.com> [6.12.0-141.el10]
|
||||
- bonding: don't set oif to bond dev when getting NS target destination (CKI Backport Bot) [RHEL-101175]
|
||||
- smb: client: fix file open check in __cifs_unlink() (Paulo Alcantara) [RHEL-108683]
|
||||
- smb: client: fix data loss due to broken rename(2) (Paulo Alcantara) [RHEL-108683]
|
||||
- smb: client: fix compound alignment with encryption (Paulo Alcantara) [RHEL-108683]
|
||||
- smb: client: fix race with concurrent opens in rename(2) (Paulo Alcantara) [RHEL-108683]
|
||||
- smb: client: fix race with concurrent opens in unlink(2) (Paulo Alcantara) [RHEL-108683]
|
||||
- mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu(). (Guillaume Nault) [RHEL-115575]
|
||||
- dm: split write BIOs on zone boundaries when zone append is not emulated (Ming Lei) [RHEL-97177]
|
||||
- dm: Check for forbidden splitting of zone write operations (Ming Lei) [RHEL-97177]
|
||||
- dm: dm-crypt: Do not partially accept write BIOs with zoned targets (Ming Lei) [RHEL-97177]
|
||||
- dm: Always split write BIOs to zoned device limits (Ming Lei) [RHEL-97177]
|
||||
- block: Introduce bio_needs_zone_write_plugging() (Ming Lei) [RHEL-97177]
|
||||
- block: Make REQ_OP_ZONE_FINISH a write operation (Ming Lei) [RHEL-97177]
|
||||
- efivarfs: Fix slab-out-of-bounds in efivarfs_d_compare (CKI Backport Bot) [RHEL-118459] {CVE-2025-39817}
|
||||
- ipv6: sr: Fix MAC comparison to be constant-time (CKI Backport Bot) [RHEL-115599]
|
||||
- ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_add (CKI Backport Bot) [RHEL-115599]
|
||||
- seg6: Fix validation of nexthop addresses (CKI Backport Bot) [RHEL-115599]
|
||||
- platform/x86:intel/vsec: Change return type of intel_vsec_register (Steve Best) [RHEL-110838]
|
||||
- platform/x86/intel/pmc: Add Bartlett Lake support to intel_pmc_core (Steve Best) [RHEL-110838]
|
||||
- platform/x86/intel/pmc: Add Panther Lake support to Intel PMC SSRAM Telemetry (Steve Best) [RHEL-110838]
|
||||
- platform/x86/intel/pmc: Add Lunar Lake support to Intel PMC SSRAM Telemetry (Steve Best) [RHEL-110838]
|
||||
- platform/x86:intel/pmc: Improve pmc_core_get_lpm_req() (Steve Best) [RHEL-110838]
|
||||
- platform/x86:intel/pmc: Move error handling to init function (Steve Best) [RHEL-110838]
|
||||
- platform/x86:intel/pmc: Use devm for mutex_init (Steve Best) [RHEL-110838]
|
||||
- platform/x86:intel/pmc: Create Intel PMC SSRAM Telemetry driver (Steve Best) [RHEL-110838]
|
||||
- platform/x86:intel/pmc: Remove unneeded io operations (Steve Best) [RHEL-110838]
|
||||
- platform/x86:intel/pmc: Remove unneeded header file inclusion (Steve Best) [RHEL-110838]
|
||||
- platform/x86:intel/pmc: Convert index variables to be unsigned (Steve Best) [RHEL-110838]
|
||||
- platform/x86:intel/pmc: Move PMC devid to core.h (Steve Best) [RHEL-110838]
|
||||
- platform/x86:intel/pmc: Rename core_ssram to ssram_telemetry (Steve Best) [RHEL-110838]
|
||||
- platform/x86:intel/pmc: Move PMC Core related functions (Steve Best) [RHEL-110838]
|
||||
- scsi: target: core: Generate correct identifiers for PR OUT transport IDs (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: Fix NULL pointer dereference in core_scsi3_decode_spec_i_port() (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: core: Constify struct target_opcode_descriptor (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: core: Constify enabled() in struct target_opcode_descriptor (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: Move delayed/ordered tracking to per CPU (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: Move I/O path stats to per CPU (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: Remove size arguments when calling strscpy() (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: iscsi: Fix timeout on deleted connection (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: tcm_loop: Fix wrong abort tag (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: Replace deprecated strncpy() with strscpy() (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: iscsi: Fix typos (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: spc: Fix loop traversal in spc_rsoc_get_descr() (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: spc: Fix RSOC parameter data header size (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: core: Add line break to status show (Maurizio Lombardi) [RHEL-111938]
|
||||
- scsi: target: Remove unused functions (Maurizio Lombardi) [RHEL-111938]
|
||||
- ice: don't leave device non-functional if Tx scheduler config fails (Petr Oros) [RHEL-106471]
|
||||
- drm/amdgpu: Include sdma_4_4_4.bin (Peter Colberg) [RHEL-117567]
|
||||
- redhat: use new x86/aarch64 signing key (801/804) (Jan Stancek) [RHEL-116728]
|
||||
|
||||
* Thu Oct 09 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-140.el10]
|
||||
- powerpc/pseries: Correct secvar format representation for static key management (Mamatha Inamdar) [RHEL-101962]
|
||||
- powerpc/secvar: Expose secvars relevant to the key management mode (Mamatha Inamdar) [RHEL-101962]
|
||||
|
||||
6
sources
6
sources
@ -1,5 +1,5 @@
|
||||
SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd
|
||||
SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6
|
||||
SHA512 (linux-6.12.0-140.el10.tar.xz) = 376b999ecef6d46622bb8d83aa1a15dce846282404599bb68d96a892cb88024ab0be57090931b1c643fe39b64fce09860303bb9566aa096fb2dc5c6129dd11da
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-140.el10.tar.xz) = ccb5f70db0e00cbdbbe60a52bd585299294b955c9931b5ee58cb6e06358ab98f724f6101c6d1e0409686dac271e53c250666a0c3773de2b202fac3f736ebde18
|
||||
SHA512 (kernel-kabi-dw-6.12.0-140.el10.tar.xz) = d5093af2706d3372dc7c733aa196b014752bf34dedbb77f3c71e4155068b8da235035caf86078298ac70bff3342f3209886c2098f7f61520ed8675da8dabdc22
|
||||
SHA512 (linux-6.12.0-141.el10.tar.xz) = a72df53f91d8d0d80e908d1a5c08f8b067e9c95929e73d0633569ed699d1025da7c1403cbf929a6ee7403d4228bbf5e725a80c630d1a2380db0758bb926fa684
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-141.el10.tar.xz) = 2505003f80820f7d038e55f192517bb2344d7a8c6d0d0a669e21ee30a164017c80ed07d452523e4a22c7b0d197551baa0f0bf9477b15fa8477a426dc9143f732
|
||||
SHA512 (kernel-kabi-dw-6.12.0-141.el10.tar.xz) = cdc948100c159624ede54606a2020763bbdbf7b4f3ce127f8b258d9e0910a880ed501d9614b7a63328ffdb68e22deee6745847c25492692c17ae8e75c1c61dcd
|
||||
|
||||
Loading…
Reference in New Issue
Block a user