kernel-5.14.0-570.el9
* Mon Feb 17 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-570.el9] - rhel-9: gate on kernel-qe tests results not cki ones (Bruno Goncalves) - USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb() (CKI Backport Bot) [RHEL-78682] {CVE-2025-21689} - af_packet: do not call packet_read_pending() from tpacket_destruct_skb() (CKI Backport Bot) [RHEL-78307] - pmdomain: imx8mp-blk-ctrl: add missing loop break condition (CKI Backport Bot) [RHEL-77237] {CVE-2025-21668} - vsock/virtio: discard packets if the transport changes (CKI Backport Bot) [RHEL-77228] {CVE-2025-21669} - s390/mm/hugetlbfs: Add missing includes (Aristeu Rozanski) [RHEL-74362] - s390/mm: Add PTE_MARKER support for hugetlbfs mappings (Aristeu Rozanski) [RHEL-74362] - s390/mm: Introduce region-third and segment table swap entries (Aristeu Rozanski) [RHEL-74362] - s390/mm: Introduce region-third and segment table entry present bits (Aristeu Rozanski) [RHEL-74362] - s390/mm: Rearrange region-third and segment table entry SW bits (Aristeu Rozanski) [RHEL-74362] - s390/mm: Fix VM_FAULT_HWPOISON handling in do_exception() (Aristeu Rozanski) [RHEL-74362] - s390/pgtable: Switch read and write softbits for puds (Aristeu Rozanski) [RHEL-74362] - mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM (CKI Backport Bot) [RHEL-75840] {CVE-2024-56611} - workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLAIM worker (Waiman Long) [RHEL-74107] {CVE-2024-57888} - ovl: Filter invalid inodes with missing lookup function (Miklos Szeredi) [RHEL-72307] {CVE-2024-56570} - pmdomain: imx93-blk-ctrl: correct remove path (CKI Backport Bot) [RHEL-70045] {CVE-2024-53134} - i2c: tegra: Do not mark ACPI devices as irq safe (Mark Salter) [RHEL-50601] - i2c: tegra: allow VI support to be compiled out (Mark Salter) [RHEL-50601] - i2c: tegra: allow DVC support to be compiled out (Mark Salter) [RHEL-50601] - i40e: fix race condition by adding filter's intermediate sync state (CKI Backport Bot) [RHEL-68274] {CVE-2024-53088} Resolves: RHEL-50601, RHEL-68274, RHEL-70045, RHEL-72307, RHEL-74107, RHEL-74362, RHEL-75840, RHEL-77228, RHEL-77237, RHEL-78307, RHEL-78682 Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
This commit is contained in:
parent
4c360b7747
commit
056c95db1f
@ -12,7 +12,7 @@ RHEL_MINOR = 6
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 569
|
||||
RHEL_RELEASE = 570
|
||||
|
||||
#
|
||||
# ZSTREAM
|
||||
|
14
gating.yaml
14
gating.yaml
@ -3,10 +3,16 @@ product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: cki.tier1-aarch64.functional}
|
||||
- !PassingTestCaseRule {test_case_name: cki.tier1-ppc64le.functional}
|
||||
- !PassingTestCaseRule {test_case_name: cki.tier1-s390x.functional}
|
||||
- !PassingTestCaseRule {test_case_name: cki.tier1-x86_64.functional}
|
||||
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-64k-aarch64.tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-aarch64.tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-debug-x86_64.tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-ppc64le.tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-rt-64k-aarch64.tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-rt-aarch64.tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-rt-debug-x86_64.tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-rt-x86_64.tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-s390x.tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-x86_64.tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: s1-aws-ci_x86_64.brew-build.tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: s1-aws-ci_aarch64.brew-build.tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: s1-azure-ci_x86_64.brew-build.tier1.functional}
|
||||
|
@ -1,3 +1,26 @@
|
||||
* Mon Feb 17 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-570.el9]
|
||||
- rhel-9: gate on kernel-qe tests results not cki ones (Bruno Goncalves)
|
||||
- USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb() (CKI Backport Bot) [RHEL-78682] {CVE-2025-21689}
|
||||
- af_packet: do not call packet_read_pending() from tpacket_destruct_skb() (CKI Backport Bot) [RHEL-78307]
|
||||
- pmdomain: imx8mp-blk-ctrl: add missing loop break condition (CKI Backport Bot) [RHEL-77237] {CVE-2025-21668}
|
||||
- vsock/virtio: discard packets if the transport changes (CKI Backport Bot) [RHEL-77228] {CVE-2025-21669}
|
||||
- s390/mm/hugetlbfs: Add missing includes (Aristeu Rozanski) [RHEL-74362]
|
||||
- s390/mm: Add PTE_MARKER support for hugetlbfs mappings (Aristeu Rozanski) [RHEL-74362]
|
||||
- s390/mm: Introduce region-third and segment table swap entries (Aristeu Rozanski) [RHEL-74362]
|
||||
- s390/mm: Introduce region-third and segment table entry present bits (Aristeu Rozanski) [RHEL-74362]
|
||||
- s390/mm: Rearrange region-third and segment table entry SW bits (Aristeu Rozanski) [RHEL-74362]
|
||||
- s390/mm: Fix VM_FAULT_HWPOISON handling in do_exception() (Aristeu Rozanski) [RHEL-74362]
|
||||
- s390/pgtable: Switch read and write softbits for puds (Aristeu Rozanski) [RHEL-74362]
|
||||
- mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM (CKI Backport Bot) [RHEL-75840] {CVE-2024-56611}
|
||||
- workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLAIM worker (Waiman Long) [RHEL-74107] {CVE-2024-57888}
|
||||
- ovl: Filter invalid inodes with missing lookup function (Miklos Szeredi) [RHEL-72307] {CVE-2024-56570}
|
||||
- pmdomain: imx93-blk-ctrl: correct remove path (CKI Backport Bot) [RHEL-70045] {CVE-2024-53134}
|
||||
- i2c: tegra: Do not mark ACPI devices as irq safe (Mark Salter) [RHEL-50601]
|
||||
- i2c: tegra: allow VI support to be compiled out (Mark Salter) [RHEL-50601]
|
||||
- i2c: tegra: allow DVC support to be compiled out (Mark Salter) [RHEL-50601]
|
||||
- i40e: fix race condition by adding filter's intermediate sync state (CKI Backport Bot) [RHEL-68274] {CVE-2024-53088}
|
||||
Resolves: RHEL-50601, RHEL-68274, RHEL-70045, RHEL-72307, RHEL-74107, RHEL-74362, RHEL-75840, RHEL-77228, RHEL-77237, RHEL-78307, RHEL-78682
|
||||
|
||||
* Fri Feb 14 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-569.el9]
|
||||
- scsi: ufs: core: Store min and max clk freq from OPP table (Radu Rendec) [RHEL-79078]
|
||||
- scsi: ufs: core: Cancel RTC work during ufshcd_remove() (Radu Rendec) [RHEL-79078]
|
||||
|
30
kernel.spec
30
kernel.spec
@ -165,15 +165,15 @@ Summary: The Linux kernel
|
||||
# define buildid .local
|
||||
%define specversion 5.14.0
|
||||
%define patchversion 5.14
|
||||
%define pkgrelease 569
|
||||
%define pkgrelease 570
|
||||
%define kversion 5
|
||||
%define tarfile_release 5.14.0-569.el9
|
||||
%define tarfile_release 5.14.0-570.el9
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 14
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 569%{?buildid}%{?dist}
|
||||
%define specrelease 570%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 5.14.0-569.el9
|
||||
%define kabiversion 5.14.0-570.el9
|
||||
|
||||
#
|
||||
# End of genspec.sh variables
|
||||
@ -3785,6 +3785,28 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Mon Feb 17 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-570.el9]
|
||||
- rhel-9: gate on kernel-qe tests results not cki ones (Bruno Goncalves)
|
||||
- USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb() (CKI Backport Bot) [RHEL-78682] {CVE-2025-21689}
|
||||
- af_packet: do not call packet_read_pending() from tpacket_destruct_skb() (CKI Backport Bot) [RHEL-78307]
|
||||
- pmdomain: imx8mp-blk-ctrl: add missing loop break condition (CKI Backport Bot) [RHEL-77237] {CVE-2025-21668}
|
||||
- vsock/virtio: discard packets if the transport changes (CKI Backport Bot) [RHEL-77228] {CVE-2025-21669}
|
||||
- s390/mm/hugetlbfs: Add missing includes (Aristeu Rozanski) [RHEL-74362]
|
||||
- s390/mm: Add PTE_MARKER support for hugetlbfs mappings (Aristeu Rozanski) [RHEL-74362]
|
||||
- s390/mm: Introduce region-third and segment table swap entries (Aristeu Rozanski) [RHEL-74362]
|
||||
- s390/mm: Introduce region-third and segment table entry present bits (Aristeu Rozanski) [RHEL-74362]
|
||||
- s390/mm: Rearrange region-third and segment table entry SW bits (Aristeu Rozanski) [RHEL-74362]
|
||||
- s390/mm: Fix VM_FAULT_HWPOISON handling in do_exception() (Aristeu Rozanski) [RHEL-74362]
|
||||
- s390/pgtable: Switch read and write softbits for puds (Aristeu Rozanski) [RHEL-74362]
|
||||
- mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM (CKI Backport Bot) [RHEL-75840] {CVE-2024-56611}
|
||||
- workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLAIM worker (Waiman Long) [RHEL-74107] {CVE-2024-57888}
|
||||
- ovl: Filter invalid inodes with missing lookup function (Miklos Szeredi) [RHEL-72307] {CVE-2024-56570}
|
||||
- pmdomain: imx93-blk-ctrl: correct remove path (CKI Backport Bot) [RHEL-70045] {CVE-2024-53134}
|
||||
- i2c: tegra: Do not mark ACPI devices as irq safe (Mark Salter) [RHEL-50601]
|
||||
- i2c: tegra: allow VI support to be compiled out (Mark Salter) [RHEL-50601]
|
||||
- i2c: tegra: allow DVC support to be compiled out (Mark Salter) [RHEL-50601]
|
||||
- i40e: fix race condition by adding filter's intermediate sync state (CKI Backport Bot) [RHEL-68274] {CVE-2024-53088}
|
||||
|
||||
* Fri Feb 14 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-569.el9]
|
||||
- scsi: ufs: core: Store min and max clk freq from OPP table (Radu Rendec) [RHEL-79078]
|
||||
- scsi: ufs: core: Cancel RTC work during ufshcd_remove() (Radu Rendec) [RHEL-79078]
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-5.14.0-569.el9.tar.xz) = 7f67dd3712c2f10ed2547ada1c1f039b03b616ceb583e52768c4ce979c4784577bfe3f95c0b3e01e5196be513a059878f7a3ed5d240b0b2661f263aaf8c27165
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-569.el9.tar.bz2) = d002b3fba1195801c37e01270ec5149dc8cb876c56578336e32eb33ebc30d38bdf5b70fb90a90ad7ef43abddd13a1a550b70e2991de5f67ee0694613f1360444
|
||||
SHA512 (kernel-kabi-dw-5.14.0-569.el9.tar.bz2) = d030af864f7c666ec6e4e31176aec9191a635a22ec0e63102e2045b1a136e41899ddd61cacb12ffd814cdbbac2e02665a39d8cb49dfb0ad7c2add6972c6cc173
|
||||
SHA512 (linux-5.14.0-570.el9.tar.xz) = 5c2d51d0fb593735a8565f75271e14a1458649d8313ef9880db4402451a456ed26b59e9f65a36923f72c4bf3914187ef9d539e2b3acd3f0870e057fc98ae5cf2
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-570.el9.tar.bz2) = 81db61d7825ba3c95bb4c9ed64889e78aff381a4a0b6a0cc9f1c204145e217211b7e93a1024d2169d26aa754aeb275c1ea380e4d484c72c96fcd098b371e613b
|
||||
SHA512 (kernel-kabi-dw-5.14.0-570.el9.tar.bz2) = d030af864f7c666ec6e4e31176aec9191a635a22ec0e63102e2045b1a136e41899ddd61cacb12ffd814cdbbac2e02665a39d8cb49dfb0ad7c2add6972c6cc173
|
||||
|
Loading…
Reference in New Issue
Block a user