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:
commit
8b7e369eb2
@ -12,7 +12,7 @@ RHEL_MINOR = 0
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 49
|
||||
RHEL_RELEASE = 50
|
||||
|
||||
#
|
||||
# RHEL_REBASE_NUM
|
||||
|
@ -1,3 +1,31 @@
|
||||
* Wed Feb 05 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-50.el10]
|
||||
- redhat: set aarch64 variants of kernel-rt as Tech Preview (Luis Claudio R. Goncalves) [RHEL-77120]
|
||||
- rtla/timerlat_top: Set OSNOISE_WORKLOAD for kernel threads (Tomas Glozar) [RHEL-72808]
|
||||
- rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threads (Tomas Glozar) [RHEL-72808]
|
||||
- rtla/osnoise: Distinguish missing workload option (Tomas Glozar) [RHEL-72808]
|
||||
- drm/ast: Fix ast_dp connection status (Jocelyn Falempe) [RHEL-73063]
|
||||
- NFSD: add cb opcode to WARN_ONCE on failed callback (Olga Kornievskaia) [RHEL-56888]
|
||||
- NFSD: fix decoding in nfs4_xdr_dec_cb_getattr (Olga Kornievskaia) [RHEL-56888]
|
||||
- wifi: iwlwifi: bump FW API to 94 for BZ/SC devices (CKI Backport Bot) [RHEL-75880]
|
||||
- bpf, sockmap: Fix race between element replace and close() (Felix Maurer) [RHEL-72484]
|
||||
- xsk: Free skb when TX metadata options are invalid (Felix Maurer) [RHEL-72484]
|
||||
- xsk: always clear DMA mapping information when unmapping the pool (Felix Maurer) [RHEL-72484]
|
||||
- bpf: fix OOB devmap writes when deleting elements (Felix Maurer) [RHEL-72484]
|
||||
- xsk: fix OOB map writes when deleting elements (Felix Maurer) [RHEL-72484]
|
||||
- rtla: Report missed event count (Tomas Glozar) [RHEL-67557]
|
||||
- rtla: Add function to report missed events (Tomas Glozar) [RHEL-67557]
|
||||
- rtla: Count all processed events (Tomas Glozar) [RHEL-67557]
|
||||
- rtla: Count missed trace events (Tomas Glozar) [RHEL-67557]
|
||||
- tools/rtla: Add osnoise_trace_is_off() (Tomas Glozar) [RHEL-67557]
|
||||
- rtla/timerlat_top: Abort event processing on second signal (Tomas Glozar) [RHEL-67557]
|
||||
- rtla/timerlat_hist: Abort event processing on second signal (Tomas Glozar) [RHEL-67557]
|
||||
- rtla/timerlat_top: Stop timerlat tracer on signal (Tomas Glozar) [RHEL-67557]
|
||||
- rtla/timerlat_hist: Stop timerlat tracer on signal (Tomas Glozar) [RHEL-67557]
|
||||
- rtla: Add trace_instance_stop (Tomas Glozar) [RHEL-67557]
|
||||
- netlink: typographical error in nlmsg_type constants definition (CKI Backport Bot) [RHEL-76481]
|
||||
- net: sched: refine software bypass handling in tc_run (Xin Long) [RHEL-56246]
|
||||
Resolves: RHEL-56246, RHEL-56888, RHEL-67557, RHEL-72484, RHEL-72808, RHEL-73063, RHEL-75880, RHEL-76481, RHEL-77120
|
||||
|
||||
* Tue Feb 04 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-49.el10]
|
||||
- Bluetooth: fix use-after-free in device_for_each_child() (CKI Backport Bot) [RHEL-76122] {CVE-2024-53237}
|
||||
- redhat/spec: Install all selftests in a single step (Viktor Malik) [RHEL-70889]
|
||||
|
39
kernel.spec
39
kernel.spec
@ -164,15 +164,15 @@ Summary: The Linux kernel
|
||||
%define specrpmversion 6.12.0
|
||||
%define specversion 6.12.0
|
||||
%define patchversion 6.12
|
||||
%define pkgrelease 49
|
||||
%define pkgrelease 50
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.12.0-49.el10
|
||||
%define tarfile_release 6.12.0-50.el10
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 12
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 49%{?buildid}%{?dist}
|
||||
%define specrelease 50%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.12.0-49.el10
|
||||
%define kabiversion 6.12.0-50.el10
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
@ -4326,7 +4326,7 @@ fi\
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Feb 06 2025 Andrei Lukoshko <alukoshko@almalinux.org> - 6.12.0-49
|
||||
* Fri Feb 07 2025 Andrei Lukoshko <alukoshko@almalinux.org> - 6.12.0-50.el9
|
||||
- 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
|
||||
@ -4337,10 +4337,37 @@ fi\
|
||||
- kernel/rh_messages.h: enable all disabled pci devices by moving to
|
||||
unmaintained
|
||||
|
||||
* Thu Feb 06 2025 Eduard Abdullin <eabdullin@almalinux.org> - 6.12.0-49
|
||||
* Fri Feb 07 2025 Eduard Abdullin <eabdullin@almalinux.org> - 6.12.0-50.el9
|
||||
- Use AlmaLinux OS secure boot cert
|
||||
- Debrand for AlmaLinux OS
|
||||
|
||||
* Wed Feb 05 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-50.el10]
|
||||
- redhat: set aarch64 variants of kernel-rt as Tech Preview (Luis Claudio R. Goncalves) [RHEL-77120]
|
||||
- rtla/timerlat_top: Set OSNOISE_WORKLOAD for kernel threads (Tomas Glozar) [RHEL-72808]
|
||||
- rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threads (Tomas Glozar) [RHEL-72808]
|
||||
- rtla/osnoise: Distinguish missing workload option (Tomas Glozar) [RHEL-72808]
|
||||
- drm/ast: Fix ast_dp connection status (Jocelyn Falempe) [RHEL-73063]
|
||||
- NFSD: add cb opcode to WARN_ONCE on failed callback (Olga Kornievskaia) [RHEL-56888]
|
||||
- NFSD: fix decoding in nfs4_xdr_dec_cb_getattr (Olga Kornievskaia) [RHEL-56888]
|
||||
- wifi: iwlwifi: bump FW API to 94 for BZ/SC devices (CKI Backport Bot) [RHEL-75880]
|
||||
- bpf, sockmap: Fix race between element replace and close() (Felix Maurer) [RHEL-72484]
|
||||
- xsk: Free skb when TX metadata options are invalid (Felix Maurer) [RHEL-72484]
|
||||
- xsk: always clear DMA mapping information when unmapping the pool (Felix Maurer) [RHEL-72484]
|
||||
- bpf: fix OOB devmap writes when deleting elements (Felix Maurer) [RHEL-72484]
|
||||
- xsk: fix OOB map writes when deleting elements (Felix Maurer) [RHEL-72484]
|
||||
- rtla: Report missed event count (Tomas Glozar) [RHEL-67557]
|
||||
- rtla: Add function to report missed events (Tomas Glozar) [RHEL-67557]
|
||||
- rtla: Count all processed events (Tomas Glozar) [RHEL-67557]
|
||||
- rtla: Count missed trace events (Tomas Glozar) [RHEL-67557]
|
||||
- tools/rtla: Add osnoise_trace_is_off() (Tomas Glozar) [RHEL-67557]
|
||||
- rtla/timerlat_top: Abort event processing on second signal (Tomas Glozar) [RHEL-67557]
|
||||
- rtla/timerlat_hist: Abort event processing on second signal (Tomas Glozar) [RHEL-67557]
|
||||
- rtla/timerlat_top: Stop timerlat tracer on signal (Tomas Glozar) [RHEL-67557]
|
||||
- rtla/timerlat_hist: Stop timerlat tracer on signal (Tomas Glozar) [RHEL-67557]
|
||||
- rtla: Add trace_instance_stop (Tomas Glozar) [RHEL-67557]
|
||||
- netlink: typographical error in nlmsg_type constants definition (CKI Backport Bot) [RHEL-76481]
|
||||
- net: sched: refine software bypass handling in tc_run (Xin Long) [RHEL-56246]
|
||||
|
||||
* Tue Feb 04 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-49.el10]
|
||||
- Bluetooth: fix use-after-free in device_for_each_child() (CKI Backport Bot) [RHEL-76122] {CVE-2024-53237}
|
||||
- redhat/spec: Install all selftests in a single step (Viktor Malik) [RHEL-70889]
|
||||
|
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-49.el10.tar.xz) = 9e5cc3e7db25a9dc948eda31009c5f92da23dea2bf86bdcf43dece760c249fa8848f9926c5e91ccad6e86cfbcbfc8d795e147a978b026d0c79b22be3a9b6fc8d
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-49.el10.tar.xz) = c15df9a5e3e76faab3f5311b09f9e7e7f25fab35c7fa98ac70619a9d61a985b96dce7dd69a596fa56fade15aaafcc9953d9b71800aea25bef3e34b863a95aa90
|
||||
SHA512 (kernel-kabi-dw-6.12.0-49.el10.tar.xz) = 7550a1ab641ce3f1c086092ae10cce3d017b3fa20cdf40a00c643de3d62fcfda576931a81e872ddf35c01d2c60d8e92fe525621eb429c04aa0ff7cc83b71d763
|
||||
SHA512 (linux-6.12.0-50.el10.tar.xz) = 8f32822d5c77a680e458caef245e43aaae462594feae4fcb372bae81f3befbad13b1748646f2d91c3d28dbfdbed40406d7e6e17a0a749bd8f2b5d3c1a9bcc6e1
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-50.el10.tar.xz) = adb467054f45e2eaad45bb20fede9b1b0bf990707c1d1e468e6a2d01b9d007f12e8b432a34f4641e1dc5da7f41edc6a7e7a3c30270ca05a11ed6355c416d551c
|
||||
SHA512 (kernel-kabi-dw-6.12.0-50.el10.tar.xz) = 7550a1ab641ce3f1c086092ae10cce3d017b3fa20cdf40a00c643de3d62fcfda576931a81e872ddf35c01d2c60d8e92fe525621eb429c04aa0ff7cc83b71d763
|
||||
|
Loading…
Reference in New Issue
Block a user