kernel-5.14.0-695.el9
* Thu Apr 16 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-695.el9] - iommu/ipmmu-vmsa: fix device leak on of_xlate() (Jerry Snitselaar) [RHEL-147906] - of/device: Fix up of_dma_configure_id() stub (Jerry Snitselaar) [RHEL-147906] - iommu/tegra: fix device leak on probe_device() (Jerry Snitselaar) [RHEL-147906] - iommu/arm-smmu-qcom: Enable use of all SMR groups when running bare-metal (Jerry Snitselaar) [RHEL-147906] - iommu/vt-d: Set INTEL_IOMMU_FLOPPY_WA depend on BLK_DEV_FD (Jerry Snitselaar) [RHEL-147906] - lib: scatterlist: fix sg_split_phys to preserve original scatterlist offsets (Jerry Snitselaar) [RHEL-147906] - dma-mapping: benchmark: Restore padding to ensure uABI remained consistent (Jerry Snitselaar) [RHEL-147906] - dma-direct: Fix missing sg_dma_len assignment in P2PDMA bus mappings (Jerry Snitselaar) [RHEL-147906] - dma/pool: eliminate alloc_pages warning in atomic_pool_expand (Jerry Snitselaar) [RHEL-147906] - dma/pool: distinguish between missing and exhausted atomic pools (Jerry Snitselaar) [RHEL-147906] - iommufd: Make vfio_compat's unmap succeed if the range is already empty (Jerry Snitselaar) [RHEL-147906] - iommu/vt-d: Fix unused invalidation hint in qi_desc_iotlb (Jerry Snitselaar) [RHEL-147906] - iommu/vt-d: Flush piotlb for SVM and Nested domain (Jerry Snitselaar) [RHEL-147906] - iommu/vt-d: Flush cache for PASID table before using it (Jerry Snitselaar) [RHEL-147906] - iommu/io-pgtable-arm: fix size_t signedness bug in unmap path (Jerry Snitselaar) [RHEL-147906] - iommu/arm-smmu-v3: Fix error check in arm_smmu_alloc_cd_tables (Jerry Snitselaar) [RHEL-147906] - iommu/arm-smmu-v3: Remove IAS (Jerry Snitselaar) [RHEL-147906] - iommu/arm-smmu-v3: Do not set disable_ats unless vSTE is Translate (Jerry Snitselaar) [RHEL-147906] - iommu/arm-smmu-v3: Mark EATS_TRANS safe when computing the update sequence (Jerry Snitselaar) [RHEL-147906] - iommu/arm-smmu-v3: Mark STE MEV safe when computing the update sequence (Jerry Snitselaar) [RHEL-147906] - iommu/arm-smmu-v3: Add update_safe bits to fix STE update sequence (Jerry Snitselaar) [RHEL-147906] - iommu/amd: Use core's primary handler and set IRQF_ONESHOT (Jerry Snitselaar) [RHEL-147906] - iommu/amd: Fix pci_segment memleak in alloc_pci_segment() (Jerry Snitselaar) [RHEL-147906] - iommu/amd: Propagate the error code returned by __modify_irte_ga() in modify_irte_ga() (Jerry Snitselaar) [RHEL-147906] - iommu/amd: Fix error path in amd_iommu_probe_device() (Jerry Snitselaar) [RHEL-147906] - iommu/amd: Block identity domain when SNP enabled (Jerry Snitselaar) [RHEL-147906] - iommu/vt-d: PRS isn't usable if PDS isn't supported (Jerry Snitselaar) [RHEL-147906] - iommu/vt-d: Only handle IOPF for SVA when PRI is supported (Jerry Snitselaar) [RHEL-147906] - iommu/vt-d: Fix intel iommu iotlb sync hardlockup and retry (Jerry Snitselaar) [RHEL-147906] - iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible in scalable mode (Jerry Snitselaar) [RHEL-147906] - iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device without scalable mode (Jerry Snitselaar) [RHEL-147906] - iommu/vt-d: Fix race condition during PASID entry replacement (Jerry Snitselaar) [RHEL-147906] - iommu/vt-d: Clear Present bit before tearing down context entry (Jerry Snitselaar) [RHEL-147906] - iommu/vt-d: Clear Present bit before tearing down PASID entry (Jerry Snitselaar) [RHEL-147906] - selftests: net: check jq command is supported (Guillaume Nault) [RHEL-146140] - selftests: rtnetlink: Fix do_test_address_proto() (Guillaume Nault) [RHEL-146140] - selftests: rtnetlink: Add an address proto test (Guillaume Nault) [RHEL-146140] - net: ipv4: Allow changing IPv4 address protocol (Guillaume Nault) [RHEL-146140] - net: Add new protocol attribute to IP addresses (Guillaume Nault) [RHEL-146140] - l2tp: do not use sock_hold() in pppol2tp_session_get_sock() (Guillaume Nault) [RHEL-152688] - ppp: fix race conditions in ppp_fill_forward_path (Guillaume Nault) [RHEL-152688] Resolves: RHEL-146140, RHEL-147906, RHEL-152688 Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
parent
b7af34b0ef
commit
4e3020959f
@ -12,7 +12,7 @@ RHEL_MINOR = 9
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 694
|
||||
RHEL_RELEASE = 695
|
||||
|
||||
#
|
||||
# ZSTREAM
|
||||
|
||||
@ -1,3 +1,47 @@
|
||||
* Thu Apr 16 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-695.el9]
|
||||
- iommu/ipmmu-vmsa: fix device leak on of_xlate() (Jerry Snitselaar) [RHEL-147906]
|
||||
- of/device: Fix up of_dma_configure_id() stub (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/tegra: fix device leak on probe_device() (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/arm-smmu-qcom: Enable use of all SMR groups when running bare-metal (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Set INTEL_IOMMU_FLOPPY_WA depend on BLK_DEV_FD (Jerry Snitselaar) [RHEL-147906]
|
||||
- lib: scatterlist: fix sg_split_phys to preserve original scatterlist offsets (Jerry Snitselaar) [RHEL-147906]
|
||||
- dma-mapping: benchmark: Restore padding to ensure uABI remained consistent (Jerry Snitselaar) [RHEL-147906]
|
||||
- dma-direct: Fix missing sg_dma_len assignment in P2PDMA bus mappings (Jerry Snitselaar) [RHEL-147906]
|
||||
- dma/pool: eliminate alloc_pages warning in atomic_pool_expand (Jerry Snitselaar) [RHEL-147906]
|
||||
- dma/pool: distinguish between missing and exhausted atomic pools (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommufd: Make vfio_compat's unmap succeed if the range is already empty (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Fix unused invalidation hint in qi_desc_iotlb (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Flush piotlb for SVM and Nested domain (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Flush cache for PASID table before using it (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/io-pgtable-arm: fix size_t signedness bug in unmap path (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/arm-smmu-v3: Fix error check in arm_smmu_alloc_cd_tables (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/arm-smmu-v3: Remove IAS (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/arm-smmu-v3: Do not set disable_ats unless vSTE is Translate (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/arm-smmu-v3: Mark EATS_TRANS safe when computing the update sequence (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/arm-smmu-v3: Mark STE MEV safe when computing the update sequence (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/arm-smmu-v3: Add update_safe bits to fix STE update sequence (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/amd: Use core's primary handler and set IRQF_ONESHOT (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/amd: Fix pci_segment memleak in alloc_pci_segment() (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/amd: Propagate the error code returned by __modify_irte_ga() in modify_irte_ga() (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/amd: Fix error path in amd_iommu_probe_device() (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/amd: Block identity domain when SNP enabled (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: PRS isn't usable if PDS isn't supported (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Only handle IOPF for SVA when PRI is supported (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Fix intel iommu iotlb sync hardlockup and retry (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible in scalable mode (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device without scalable mode (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Fix race condition during PASID entry replacement (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Clear Present bit before tearing down context entry (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Clear Present bit before tearing down PASID entry (Jerry Snitselaar) [RHEL-147906]
|
||||
- selftests: net: check jq command is supported (Guillaume Nault) [RHEL-146140]
|
||||
- selftests: rtnetlink: Fix do_test_address_proto() (Guillaume Nault) [RHEL-146140]
|
||||
- selftests: rtnetlink: Add an address proto test (Guillaume Nault) [RHEL-146140]
|
||||
- net: ipv4: Allow changing IPv4 address protocol (Guillaume Nault) [RHEL-146140]
|
||||
- net: Add new protocol attribute to IP addresses (Guillaume Nault) [RHEL-146140]
|
||||
- l2tp: do not use sock_hold() in pppol2tp_session_get_sock() (Guillaume Nault) [RHEL-152688]
|
||||
- ppp: fix race conditions in ppp_fill_forward_path (Guillaume Nault) [RHEL-152688]
|
||||
Resolves: RHEL-146140, RHEL-147906, RHEL-152688
|
||||
|
||||
* Wed Apr 15 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-694.el9]
|
||||
- powerpc/tools: drop `-o pipefail` in gcc check scripts (Jan Stancek) [RHEL-165107]
|
||||
- Documentation/rtla: Document --bpf-action option (Tomas Glozar) [RHEL-153391]
|
||||
|
||||
51
kernel.spec
51
kernel.spec
@ -176,15 +176,15 @@ Summary: The Linux kernel
|
||||
# define buildid .local
|
||||
%define specversion 5.14.0
|
||||
%define patchversion 5.14
|
||||
%define pkgrelease 694
|
||||
%define pkgrelease 695
|
||||
%define kversion 5
|
||||
%define tarfile_release 5.14.0-694.el9
|
||||
%define tarfile_release 5.14.0-695.el9
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 14
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 694%{?buildid}%{?dist}
|
||||
%define specrelease 695%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 5.14.0-694.el9
|
||||
%define kabiversion 5.14.0-695.el9
|
||||
|
||||
#
|
||||
# End of genspec.sh variables
|
||||
@ -3715,6 +3715,49 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Apr 16 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-695.el9]
|
||||
- iommu/ipmmu-vmsa: fix device leak on of_xlate() (Jerry Snitselaar) [RHEL-147906]
|
||||
- of/device: Fix up of_dma_configure_id() stub (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/tegra: fix device leak on probe_device() (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/arm-smmu-qcom: Enable use of all SMR groups when running bare-metal (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Set INTEL_IOMMU_FLOPPY_WA depend on BLK_DEV_FD (Jerry Snitselaar) [RHEL-147906]
|
||||
- lib: scatterlist: fix sg_split_phys to preserve original scatterlist offsets (Jerry Snitselaar) [RHEL-147906]
|
||||
- dma-mapping: benchmark: Restore padding to ensure uABI remained consistent (Jerry Snitselaar) [RHEL-147906]
|
||||
- dma-direct: Fix missing sg_dma_len assignment in P2PDMA bus mappings (Jerry Snitselaar) [RHEL-147906]
|
||||
- dma/pool: eliminate alloc_pages warning in atomic_pool_expand (Jerry Snitselaar) [RHEL-147906]
|
||||
- dma/pool: distinguish between missing and exhausted atomic pools (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommufd: Make vfio_compat's unmap succeed if the range is already empty (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Fix unused invalidation hint in qi_desc_iotlb (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Flush piotlb for SVM and Nested domain (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Flush cache for PASID table before using it (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/io-pgtable-arm: fix size_t signedness bug in unmap path (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/arm-smmu-v3: Fix error check in arm_smmu_alloc_cd_tables (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/arm-smmu-v3: Remove IAS (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/arm-smmu-v3: Do not set disable_ats unless vSTE is Translate (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/arm-smmu-v3: Mark EATS_TRANS safe when computing the update sequence (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/arm-smmu-v3: Mark STE MEV safe when computing the update sequence (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/arm-smmu-v3: Add update_safe bits to fix STE update sequence (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/amd: Use core's primary handler and set IRQF_ONESHOT (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/amd: Fix pci_segment memleak in alloc_pci_segment() (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/amd: Propagate the error code returned by __modify_irte_ga() in modify_irte_ga() (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/amd: Fix error path in amd_iommu_probe_device() (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/amd: Block identity domain when SNP enabled (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: PRS isn't usable if PDS isn't supported (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Only handle IOPF for SVA when PRI is supported (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Fix intel iommu iotlb sync hardlockup and retry (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible in scalable mode (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device without scalable mode (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Fix race condition during PASID entry replacement (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Clear Present bit before tearing down context entry (Jerry Snitselaar) [RHEL-147906]
|
||||
- iommu/vt-d: Clear Present bit before tearing down PASID entry (Jerry Snitselaar) [RHEL-147906]
|
||||
- selftests: net: check jq command is supported (Guillaume Nault) [RHEL-146140]
|
||||
- selftests: rtnetlink: Fix do_test_address_proto() (Guillaume Nault) [RHEL-146140]
|
||||
- selftests: rtnetlink: Add an address proto test (Guillaume Nault) [RHEL-146140]
|
||||
- net: ipv4: Allow changing IPv4 address protocol (Guillaume Nault) [RHEL-146140]
|
||||
- net: Add new protocol attribute to IP addresses (Guillaume Nault) [RHEL-146140]
|
||||
- l2tp: do not use sock_hold() in pppol2tp_session_get_sock() (Guillaume Nault) [RHEL-152688]
|
||||
- ppp: fix race conditions in ppp_fill_forward_path (Guillaume Nault) [RHEL-152688]
|
||||
|
||||
* Wed Apr 15 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-694.el9]
|
||||
- powerpc/tools: drop `-o pipefail` in gcc check scripts (Jan Stancek) [RHEL-165107]
|
||||
- Documentation/rtla: Document --bpf-action option (Tomas Glozar) [RHEL-153391]
|
||||
|
||||
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-5.14.0-694.el9.tar.xz) = 56ab8f5da44f5fa415158f17ca53fd173c2b1f35e53b77389716c09254af350fd15961615dfb45c4dbadb32ce0f30a79fd172b8dcb3688bd8902432a73eae3e3
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-694.el9.tar.bz2) = 812fd79035fa325129a048a2b00b14f42336e137498fd64fdea82df1e9b8848f90231e6f4de66b2385f6e0e87eb0b18819377caf057ec45c1365aad234bb3b06
|
||||
SHA512 (kernel-kabi-dw-5.14.0-694.el9.tar.bz2) = 90e70b670832b37e407730afa7c314d4f18bac9b17be8e19cd803e941722c8802e736d10fcb980f4650fe4cd4b7c6b4c646bc43a3f303255b245e076e72d26f4
|
||||
SHA512 (linux-5.14.0-695.el9.tar.xz) = 447e6b01894f31e621b1ec05d54501053b2b4538c898fcd347eb4d62661337f185c8b99d71ceed5f4aa12d4a37a0b7fbc8b3397da3f3d18480dae48bd5f6df06
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-695.el9.tar.bz2) = 6abcff9e130f18818a54fb886e70bb3568ee52d058e88fb85bb06133489ba5d89510c6ea26d78ab02244cacefcbd0a13e229925a4bfb744a9042944d66d58ff3
|
||||
SHA512 (kernel-kabi-dw-5.14.0-695.el9.tar.bz2) = 26eaa92c555698239ec646feaa97764f3ef94842e75daac22f70981763699737e5630e455951d33e4ec62f31342877a9b60a2aa0e81640c6addf055ade45f197
|
||||
|
||||
Loading…
Reference in New Issue
Block a user