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

Use AlmaLinux OS secure boot cert

Debrand for AlmaLinux OS
This commit is contained in:
Andrew Lukoshko 2025-03-14 02:01:50 +00:00 committed by root
commit ce8428b55b
4 changed files with 20 additions and 13 deletions

View File

@ -12,7 +12,7 @@ RHEL_MINOR = 1
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 62
RHEL_RELEASE = 63
#
# RHEL_REBASE_NUM

View File

@ -1,3 +1,7 @@
* Tue Mar 11 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-63.el10]
- block: Ensure start sector is aligned for stacking atomic writes (Nigel Croxon) [RHEL-73721]
Resolves: RHEL-73721
* Mon Mar 10 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-62.el10]
- s390/pci: Fix handling of isolated VFs (Mete Durlu) [RHEL-81936]
- s390/pci: Pull search for parent PF out of zpci_iov_setup_virtfn() (Mete Durlu) [RHEL-81936]
@ -30,7 +34,7 @@ Resolves: RHEL-75655, RHEL-75660, RHEL-76089, RHEL-76090, RHEL-78975, RHEL-79457
- kexec/crash: no crash update when kexec in progress (Mamatha Inamdar) [RHEL-76749]
- md/raid*: Fix the set_queue_limits implementations (Nigel Croxon) [RHEL-73721]
- md: Fix linear_set_limits() (Nigel Croxon) [RHEL-73721]
- md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetime (Nigel Croxon) [RHEL-73721]
- md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetime (CKI Backport Bot) [RHEL-81540] {CVE-2025-21712}
- md/md-linear: Fix a NULL vs IS_ERR() bug in linear_add() (Nigel Croxon) [RHEL-73721]
- md/md-bitmap: move bitmap_{start, end}write to md upper layer (Nigel Croxon) [RHEL-73721]
- md/raid5: implement pers->bitmap_sector() (Nigel Croxon) [RHEL-73721]
@ -59,7 +63,7 @@ Resolves: RHEL-75655, RHEL-75660, RHEL-76089, RHEL-76090, RHEL-78975, RHEL-79457
- RDMA/mlx5: Fix a WARN during dereg_mr for DM type (Benjamin Poirier) [RHEL-41204]
- arm64: mm: Fix zone_dma_limit calculation (Luiz Capitulino) [RHEL-71568]
- uki: enable FIPS mode (Vitaly Kuznetsov) [RHEL-80149]
Resolves: RHEL-41204, RHEL-47437, RHEL-71568, RHEL-73721, RHEL-76749, RHEL-80149, RHEL-80305, RHEL-80534, RHEL-80626, RHEL-81482, RHEL-81669
Resolves: RHEL-41204, RHEL-47437, RHEL-71568, RHEL-73721, RHEL-76749, RHEL-80149, RHEL-80305, RHEL-80534, RHEL-80626, RHEL-81482, RHEL-81540, RHEL-81669
* Wed Mar 05 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-60.el10]
- idpf: call set_real_num_queues in idpf_open (CKI Backport Bot) [RHEL-79464]

View File

@ -164,15 +164,15 @@ Summary: The Linux kernel
%define specrpmversion 6.12.0
%define specversion 6.12.0
%define patchversion 6.12
%define pkgrelease 62
%define pkgrelease 63
%define kversion 6
%define tarfile_release 6.12.0-62.el10
%define tarfile_release 6.12.0-63.el10
# This is needed to do merge window version magic
%define patchlevel 12
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 62%{?buildid}%{?dist}
%define specrelease 63%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 6.12.0-62.el10
%define kabiversion 6.12.0-63.el10
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@ -4358,7 +4358,7 @@ fi\
#
#
%changelog
* Wed Mar 12 2025 Andrei Lukoshko <alukoshko@almalinux.org> - 6.12.0-62
* Fri Mar 14 2025 Andrei Lukoshko <alukoshko@almalinux.org> - 6.12.0-63
- 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
@ -4369,10 +4369,13 @@ fi\
- kernel/rh_messages.h: enable all disabled pci devices by moving to
unmaintained
* Wed Mar 12 2025 Eduard Abdullin <eabdullin@almalinux.org> - 6.12.0-62
* Fri Mar 14 2025 Eduard Abdullin <eabdullin@almalinux.org> - 6.12.0-63
- Use AlmaLinux OS secure boot cert
- Debrand for AlmaLinux OS
* Tue Mar 11 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-63.el10]
- block: Ensure start sector is aligned for stacking atomic writes (Nigel Croxon) [RHEL-73721]
* Mon Mar 10 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-62.el10]
- s390/pci: Fix handling of isolated VFs (Mete Durlu) [RHEL-81936]
- s390/pci: Pull search for parent PF out of zpci_iov_setup_virtfn() (Mete Durlu) [RHEL-81936]
@ -4404,7 +4407,7 @@ fi\
- kexec/crash: no crash update when kexec in progress (Mamatha Inamdar) [RHEL-76749]
- md/raid*: Fix the set_queue_limits implementations (Nigel Croxon) [RHEL-73721]
- md: Fix linear_set_limits() (Nigel Croxon) [RHEL-73721]
- md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetime (Nigel Croxon) [RHEL-73721]
- md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetime (CKI Backport Bot) [RHEL-81540] {CVE-2025-21712}
- md/md-linear: Fix a NULL vs IS_ERR() bug in linear_add() (Nigel Croxon) [RHEL-73721]
- md/md-bitmap: move bitmap_{start, end}write to md upper layer (Nigel Croxon) [RHEL-73721]
- md/raid5: implement pers->bitmap_sector() (Nigel Croxon) [RHEL-73721]

View File

@ -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-62.el10.tar.xz) = 743907a2cbbdd3c42acf360dc69f70ffd371354230f08069692b795495fe41e9757537bd8517e742b360ad7ded098e3280e4fce2cbd298cbfeffd23374e03cd3
SHA512 (kernel-abi-stablelists-6.12.0-62.el10.tar.xz) = 33d1fc5a70eb5a0667c0425ef78b2a0ef07ce74522647c127a7b2566d83cb06d949e02950996cc83950e32d61748fd7e05fa555936ccd548c5e690fef23a5f8c
SHA512 (kernel-kabi-dw-6.12.0-62.el10.tar.xz) = 363638a37d0822f41ee10a642eba36b7442adc8697b96afc32d0dfe7cdfef25279d16621d6a9d75e29ec659a379ba2be6b7a92e59255bdeb00c17b5d4b54690d
SHA512 (linux-6.12.0-63.el10.tar.xz) = df8cdc12369bda6bf1dd8c51fc96d3c4775cc3a6d05c310c294b2ddf505fc1f40a8b7b1ba1ebca88c955e51ce26ceba95e7145c196e7a9f35b06c7e826443bd9
SHA512 (kernel-abi-stablelists-6.12.0-63.el10.tar.xz) = 8574ae015bfefc3cbbd09ca02b4e9b15dd11467c79cab8a9da20c19e3eda4a7bfd473ede3d40af2bbe594df146bd1034b8847554adbf8dc18ec84e3c93aec20d
SHA512 (kernel-kabi-dw-6.12.0-63.el10.tar.xz) = 363638a37d0822f41ee10a642eba36b7442adc8697b96afc32d0dfe7cdfef25279d16621d6a9d75e29ec659a379ba2be6b7a92e59255bdeb00c17b5d4b54690d