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 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
0a7cedc606
commit
e440d9dd2d
@ -12,7 +12,7 @@ RHEL_MINOR = 3
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 221
|
||||
RHEL_RELEASE = 222
|
||||
|
||||
#
|
||||
# RHEL_REBASE_NUM
|
||||
|
||||
@ -1,3 +1,15 @@
|
||||
* Mon Apr 13 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-222.el10]
|
||||
- net: page_pool: avoid false positive warning if NAPI was never added (CKI Backport Bot) [RHEL-162141]
|
||||
- net: vlan: sync VLAN features with lower device (Hangbin Liu) [RHEL-80405]
|
||||
- ASoC: soc_sdw_utils: remove index from sdca codec name (Jaroslav Kysela) [RHEL-85741]
|
||||
- ASoC: soc_sdw_utils: partial match the codec name (Jaroslav Kysela) [RHEL-85741]
|
||||
- ASoC: add snd_soc_lookup_component_by_name helper (Jaroslav Kysela) [RHEL-85741]
|
||||
- ASoC: SDCA: Update counting of SU/GE DAPM routes (Jaroslav Kysela) [RHEL-85741]
|
||||
- ASoC: SDCA: Handle CONFIG_PM_SLEEP not being set (Jaroslav Kysela) [RHEL-85741]
|
||||
- ASoC: SDCA: Tidy up some memory allocations (Jaroslav Kysela) [RHEL-85741]
|
||||
- module.lds,codetag: force 0 sh_addr for sections (Joe Lawrence) [RHEL-152959]
|
||||
Resolves: RHEL-152959, RHEL-162141, RHEL-80405, RHEL-85741
|
||||
|
||||
* Thu Apr 09 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-221.el10]
|
||||
- mfd: intel-lpss: Add Intel Nova Lake-S PCI IDs (Steve Best) [RHEL-117325]
|
||||
- tools/power cpupower: Show C0 in idle-info dump (Steve Best) [RHEL-133086]
|
||||
|
||||
25
kernel.spec
25
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 221
|
||||
%define pkgrelease 222
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.12.0-221.el10
|
||||
%define tarfile_release 6.12.0-222.el10
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 12
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 221%{?buildid}%{?dist}
|
||||
%define specrelease 222%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.12.0-221.el10
|
||||
%define kabiversion 6.12.0-222.el10
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
@ -4508,14 +4508,14 @@ fi\
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Sat Apr 11 2026 Eduard Abdullin <eabdullin@almalinux.org> - 6.12.0-221
|
||||
* Thu Apr 16 2026 Eduard Abdullin <eabdullin@almalinux.org> - 6.12.0-222
|
||||
- Debrand for AlmaLinux OS
|
||||
- Use AlmaLinux OS secure boot cert
|
||||
|
||||
* Sat Apr 11 2026 Neal Gompa <ngompa@almalinux.org> - 6.12.0-221
|
||||
* Thu Apr 16 2026 Neal Gompa <ngompa@almalinux.org> - 6.12.0-222
|
||||
- Enable Btrfs support for all kernel variants
|
||||
|
||||
* Sat Apr 11 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 6.12.0-221
|
||||
* Thu Apr 16 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 6.12.0-222
|
||||
- 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
|
||||
@ -4525,6 +4525,17 @@ fi\
|
||||
- kernel/rh_messages.h: enable all disabled pci devices by moving to
|
||||
unmaintained
|
||||
|
||||
* Mon Apr 13 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-222.el10]
|
||||
- net: page_pool: avoid false positive warning if NAPI was never added (CKI Backport Bot) [RHEL-162141]
|
||||
- net: vlan: sync VLAN features with lower device (Hangbin Liu) [RHEL-80405]
|
||||
- ASoC: soc_sdw_utils: remove index from sdca codec name (Jaroslav Kysela) [RHEL-85741]
|
||||
- ASoC: soc_sdw_utils: partial match the codec name (Jaroslav Kysela) [RHEL-85741]
|
||||
- ASoC: add snd_soc_lookup_component_by_name helper (Jaroslav Kysela) [RHEL-85741]
|
||||
- ASoC: SDCA: Update counting of SU/GE DAPM routes (Jaroslav Kysela) [RHEL-85741]
|
||||
- ASoC: SDCA: Handle CONFIG_PM_SLEEP not being set (Jaroslav Kysela) [RHEL-85741]
|
||||
- ASoC: SDCA: Tidy up some memory allocations (Jaroslav Kysela) [RHEL-85741]
|
||||
- module.lds,codetag: force 0 sh_addr for sections (Joe Lawrence) [RHEL-152959]
|
||||
|
||||
* Thu Apr 09 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-221.el10]
|
||||
- mfd: intel-lpss: Add Intel Nova Lake-S PCI IDs (Steve Best) [RHEL-117325]
|
||||
- tools/power cpupower: Show C0 in idle-info dump (Steve Best) [RHEL-133086]
|
||||
|
||||
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-221.el10.tar.xz) = 44a2bffb2103e9d45d5a9916d63199ab46962c18dfbaa04fb2d35d8f6584d99448057e2d239663aa99642ae51bc99cddcf941fa566f4cb7e230acdab1314a22e
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-221.el10.tar.xz) = fa1414c790f0d7635958420160ed847f6f97b5d8952c8b76d3a11898c8810fdeb9282fdad229cd6a00afdc5061932690952143b253584775ca5e85ab674a05db
|
||||
SHA512 (kernel-kabi-dw-6.12.0-221.el10.tar.xz) = 3d403b6d2fa807a20e656555f450287d26fb2cb08c0d98935dedb8fd6c1685e3e757ef42215de0e61ce5ecd8a7bea85c934988b4bf1cb242b066a5ff7789108e
|
||||
SHA512 (linux-6.12.0-222.el10.tar.xz) = 9642f43522a9f36c62292436866941c61ccda6cf973b387382bb58c3ee5adcd2f714e95b7683fc4fadcff6ff25fcad6cb593b8b29b0461f0ce417ad95cc8ff75
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-222.el10.tar.xz) = 1568463516cfa471a0b704a4da966db46df756f26d060891fcba87208a79400d950b4f66c519cf03bf642a2f23085979fca4d66c7f10b9526c131b51f962cc58
|
||||
SHA512 (kernel-kabi-dw-6.12.0-222.el10.tar.xz) = 2c6fa53ec29c24f9c2522a90e250998e3bbb2b7387e5b6e0714fd405cc99553a7de2116e92b88ee9cc0d0cf9153075678a3054433a696b530ef60b8795ce5db3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user