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:
commit
24f57914c0
@ -12,7 +12,7 @@ RHEL_MINOR = 1
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 101
|
||||
RHEL_RELEASE = 102
|
||||
|
||||
#
|
||||
# RHEL_REBASE_NUM
|
||||
|
@ -1,3 +1,28 @@
|
||||
* Thu Jun 26 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-102.el10]
|
||||
- emulex/benet: correct command version selection in be_cmd_get_stats() (Dennis Chen) [RHEL-72657]
|
||||
- emulex/benet: Annotate flash_cookie as nonstring (Dennis Chen) [RHEL-72657]
|
||||
- be2net: fix sleeping while atomic bugs in be_ndo_bridge_getlink (Dennis Chen) [RHEL-72657]
|
||||
- i40e: fix MMIO write access to an invalid page in i40e_clear_hw (Dennis Chen) [RHEL-83569]
|
||||
- treewide: Switch/rename to timer_delete[_sync]() (Dennis Chen) [RHEL-83569]
|
||||
- i40e: use generic unrolled_count() macro (Dennis Chen) [RHEL-83569]
|
||||
- i40e: Remove unused i40e_dcb_hw_get_num_tc (Dennis Chen) [RHEL-83569]
|
||||
- i40e: Remove unused i40e_asq_send_command_v2 (Dennis Chen) [RHEL-83569]
|
||||
- i40e: Remove unused i40e_commit_partition_bw_setting (Dennis Chen) [RHEL-83569]
|
||||
- i40e: Remove unused i40e_del_filter (Dennis Chen) [RHEL-83569]
|
||||
- i40e: Remove unused i40e_get_cur_guaranteed_fd_count (Dennis Chen) [RHEL-83569]
|
||||
- i40e: Deadcode profile code (Dennis Chen) [RHEL-83569]
|
||||
- i40e: Remove unused i40e_(read|write)_phy_register (Dennis Chen) [RHEL-83569]
|
||||
- i40e: Remove unused i40e_blink_phy_link_led (Dennis Chen) [RHEL-83569]
|
||||
- i40e: Deadcode i40e_aq_* (Dennis Chen) [RHEL-83569]
|
||||
- ext4: only dirty folios when data journaling regular files (CKI Backport Bot) [RHEL-91256]
|
||||
- net: hsr: remove synchronize_rcu() from hsr_add_port() (Felix Maurer) [RHEL-84547]
|
||||
- net: hsr: must allocate more bytes for RedBox support (Felix Maurer) [RHEL-84547]
|
||||
- net: hsr: fix fill_frame_info() regression vs VLAN packets (Felix Maurer) [RHEL-84547]
|
||||
- net: hsr: avoid potential out-of-bound access in fill_frame_info() (Felix Maurer) [RHEL-84547]
|
||||
- net: hsr: fix hsr_init_sk() vs network/transport headers. (Felix Maurer) [RHEL-84547]
|
||||
- bonding: assign random address if device address is same as bond (Hangbin Liu) [RHEL-84037]
|
||||
Resolves: RHEL-72657, RHEL-83569, RHEL-84037, RHEL-84547, RHEL-91256
|
||||
|
||||
* Tue Jun 24 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-101.el10]
|
||||
- x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (CKI Backport Bot) [RHEL-99005] {CVE-2025-21991}
|
||||
- vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp (CKI Backport Bot) [RHEL-97117] {CVE-2025-37799}
|
||||
|
38
kernel.spec
38
kernel.spec
@ -162,15 +162,15 @@ Summary: The Linux kernel
|
||||
%define specrpmversion 6.12.0
|
||||
%define specversion 6.12.0
|
||||
%define patchversion 6.12
|
||||
%define pkgrelease 101
|
||||
%define pkgrelease 102
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.12.0-101.el10
|
||||
%define tarfile_release 6.12.0-102.el10
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 12
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 101%{?buildid}%{?dist}
|
||||
%define specrelease 102%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.12.0-101.el10
|
||||
%define kabiversion 6.12.0-102.el10
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
@ -4315,14 +4315,14 @@ fi\
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Jun 26 2025 Eduard Abdullin <eabdullin@almalinux.org> - 6.12.0-101
|
||||
* Sun Jun 29 2025 Eduard Abdullin <eabdullin@almalinux.org> - 6.12.0-102
|
||||
- Debrand for AlmaLinux OS
|
||||
- Use AlmaLinux OS secure boot cert
|
||||
|
||||
* Thu Jun 26 2025 Neal Gompa <ngompa@almalinux.org> - 6.12.0-101
|
||||
* Sun Jun 29 2025 Neal Gompa <ngompa@almalinux.org> - 6.12.0-102
|
||||
- Enable Btrfs support for all kernel variants
|
||||
|
||||
* Thu Jun 26 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 6.12.0-101
|
||||
* Sun Jun 29 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 6.12.0-102
|
||||
- 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
|
||||
@ -4333,6 +4333,30 @@ fi\
|
||||
- kernel/rh_messages.h: enable all disabled pci devices by moving to
|
||||
unmaintained
|
||||
|
||||
* Thu Jun 26 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-102.el10]
|
||||
- emulex/benet: correct command version selection in be_cmd_get_stats() (Dennis Chen) [RHEL-72657]
|
||||
- emulex/benet: Annotate flash_cookie as nonstring (Dennis Chen) [RHEL-72657]
|
||||
- be2net: fix sleeping while atomic bugs in be_ndo_bridge_getlink (Dennis Chen) [RHEL-72657]
|
||||
- i40e: fix MMIO write access to an invalid page in i40e_clear_hw (Dennis Chen) [RHEL-83569]
|
||||
- treewide: Switch/rename to timer_delete[_sync]() (Dennis Chen) [RHEL-83569]
|
||||
- i40e: use generic unrolled_count() macro (Dennis Chen) [RHEL-83569]
|
||||
- i40e: Remove unused i40e_dcb_hw_get_num_tc (Dennis Chen) [RHEL-83569]
|
||||
- i40e: Remove unused i40e_asq_send_command_v2 (Dennis Chen) [RHEL-83569]
|
||||
- i40e: Remove unused i40e_commit_partition_bw_setting (Dennis Chen) [RHEL-83569]
|
||||
- i40e: Remove unused i40e_del_filter (Dennis Chen) [RHEL-83569]
|
||||
- i40e: Remove unused i40e_get_cur_guaranteed_fd_count (Dennis Chen) [RHEL-83569]
|
||||
- i40e: Deadcode profile code (Dennis Chen) [RHEL-83569]
|
||||
- i40e: Remove unused i40e_(read|write)_phy_register (Dennis Chen) [RHEL-83569]
|
||||
- i40e: Remove unused i40e_blink_phy_link_led (Dennis Chen) [RHEL-83569]
|
||||
- i40e: Deadcode i40e_aq_* (Dennis Chen) [RHEL-83569]
|
||||
- ext4: only dirty folios when data journaling regular files (CKI Backport Bot) [RHEL-91256]
|
||||
- net: hsr: remove synchronize_rcu() from hsr_add_port() (Felix Maurer) [RHEL-84547]
|
||||
- net: hsr: must allocate more bytes for RedBox support (Felix Maurer) [RHEL-84547]
|
||||
- net: hsr: fix fill_frame_info() regression vs VLAN packets (Felix Maurer) [RHEL-84547]
|
||||
- net: hsr: avoid potential out-of-bound access in fill_frame_info() (Felix Maurer) [RHEL-84547]
|
||||
- net: hsr: fix hsr_init_sk() vs network/transport headers. (Felix Maurer) [RHEL-84547]
|
||||
- bonding: assign random address if device address is same as bond (Hangbin Liu) [RHEL-84037]
|
||||
|
||||
* Tue Jun 24 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-101.el10]
|
||||
- x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (CKI Backport Bot) [RHEL-99005] {CVE-2025-21991}
|
||||
- vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp (CKI Backport Bot) [RHEL-97117] {CVE-2025-37799}
|
||||
|
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-101.el10.tar.xz) = c963b67adbc0b5535d794060c40f01358b8ee0ca09ab556d0ed228b4c22c1d6d9b65db83738b76df4c753784c03b9383a5d0afa0265c6de161fef1d79c60480a
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-101.el10.tar.xz) = 564fa470df68b7ab1c6f6700f3e66113a87cfb9439181b75aa5eb7bb116036074e5f46cd38f7dc045fe689f68861490d08a46b3d661100af58c96987832b3f39
|
||||
SHA512 (kernel-kabi-dw-6.12.0-101.el10.tar.xz) = 9a23d739299787f9815f0104204fc6df3f90f0d2ade845c72cd8312cc9500fc177036928d60594813387646d7c84fe705142b364a3070a5aa1c3b43330cfec3d
|
||||
SHA512 (linux-6.12.0-102.el10.tar.xz) = 58d4bebc231722bcab8a0e5abc266559ba0a7767fd8a752e295697944b8a65b15c5283c061c11ab924d7a5f36484b68d089b0e9dbade39eb4618cdebb49f0809
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-102.el10.tar.xz) = 38720879a00e47aa1e6b88b12f1ea3fb01333ebdbc7f8400b45a5c5f06d7f6ceeeb40050bf6918242c6ef283470f9094d05bbafbbdc5c989796d142eb156d442
|
||||
SHA512 (kernel-kabi-dw-6.12.0-102.el10.tar.xz) = 9a23d739299787f9815f0104204fc6df3f90f0d2ade845c72cd8312cc9500fc177036928d60594813387646d7c84fe705142b364a3070a5aa1c3b43330cfec3d
|
||||
|
Loading…
Reference in New Issue
Block a user