From 14a09f6a0bfe32f5f40ad3774bc6967cb3727ffa Mon Sep 17 00:00:00 2001 From: "Luis Claudio R. Goncalves" Date: Thu, 16 Feb 2023 12:49:25 -0300 Subject: [PATCH] kernel-rt-5.14.0-273.rt14.273.el9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Thu Feb 16 2023 Luis Claudio R. Goncalves [5.14.0-273.rt14.273.el9] - [rt] build kernel-rt-5.14.0-273.rt14.273.el9 [2125474] - kernfs: fix use-after-free in __kernfs_remove (Ian Kent) [2143947] - iommu/arm-smmu-qcom: Add SM6350 SMMUv2 (Adrien Thierry) [2164639] - iommu/arm-smmu-qcom: Add generic qcom,smmu-500 match entry (Adrien Thierry) [2164639] - iommu/arm-smmu-qcom: Stop using mmu500 reset for v2 MMUs (Adrien Thierry) [2164639] - iommu/arm-smmu-qcom: Merge table from arm-smmu-qcom-debug into match data (Adrien Thierry) [2164639] - iommu/arm-smmu-qcom: provide separate implementation for SDM845-smmu-500 (Adrien Thierry) [2164639] - iommu/arm-smmu-qcom: Move the qcom,adreno-smmu check into qcom_smmu_create (Adrien Thierry) [2164639] - iommu/arm-smmu-qcom: Move implementation data into match data (Adrien Thierry) [2164639] - iommu/arm-smmu-qcom: Add SM6115 support (Adrien Thierry) [2164639] - drivers: arm-smmu-impl: Add QDU1000 and QRU1000 iommu implementation (Adrien Thierry) [2164639] - netfilter: nf_tables: honor set timeout and garbage collection updates (Florian Westphal) [2164485] - netfilter: nf_tables: perform type checking for existing sets (Florian Westphal) [2164485] - netfilter: nf_tables: add function to create set stateful expressions (Florian Westphal) [2164485] - netfilter: nf_tables: consolidate set description (Florian Westphal) [2164485] - net: atlantic: remove aq_nic_deinit() when resume (Íñigo Huguet) [2162022] - net: atlantic: remove deep parameter on suspend/resume functions (Íñigo Huguet) [2162022] - atlantic: Fix issue in the pm resume flow. (Íñigo Huguet) [2162022] - atlantic: Fix driver resume flow. (Íñigo Huguet) [2162022] - net: atlantic: always deep reset on pm op, fixing up my null deref regression (Íñigo Huguet) [2162022] - net: atlantic: invert deep par in pm functions, preventing null derefs (Íñigo Huguet) [2162022] - ACPI: CPPC: Disable FIE if registers in PCC regions (Mark Langsdorf) [2153646] - net: mlx5: eliminate anonymous module_init & module_exit (Mohammad Kabat) [2157856] - net/mlx5: E-switch, Fix switchdev mode after devlink reload (Mohammad Kabat) [2157856] - net/mlx5e: Set decap action based on attr for sample (Mohammad Kabat) [2157856] - net/mlx5e: QoS, Fix wrongfully setting parent_element_id on MODIFY_SCHEDULING_ELEMENT (Mohammad Kabat) [2157856] - net/mlx5: E-switch, Fix setting of reserved fields on MODIFY_SCHEDULING_ELEMENT (Mohammad Kabat) [2157856] - net/mlx5e: Avoid false lock dependency warning on tc_ht even more (Mohammad Kabat) [2157856] - net/mlx5: fix missing mutex_unlock in mlx5_fw_fatal_reporter_err_work() (Mohammad Kabat) [2157856] - net/mlx5: Fix ptp max frequency adjustment range (Mohammad Kabat) [2157856] - net/mlx5e: IPoIB, Fix child PKEY interface stats on rx path (Mohammad Kabat) [2157856] - net/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parent (Mohammad Kabat) [2157856] - net/mlx5e: IPoIB, Block queue count configuration when sub interfaces are present (Mohammad Kabat) [2157856] - net/mlx5e: Verify dev is present for fix features ndo (Mohammad Kabat) [2157856] - net/mlx5: Fix command stats access after free (Mohammad Kabat) [2157856] - net/mlx5e: TC, Keep mod hdr actions after mod hdr alloc (Mohammad Kabat) [2157856] - net/mlx5: check attr pointer validity before dereferencing it (Mohammad Kabat) [2157856] - RDMA/mlx5: Fix validation of max_rd_atomic caps for DC (Mohammad Kabat) [2157856] - RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for device (Mohammad Kabat) [2157856] - net/mlx5e: Set geneve_tlv_option_0_exist when matching on geneve option (Mohammad Kabat) [2157856] - net/mlx5e: Fix hw mtu initializing at XDP SQ allocation (Mohammad Kabat) [2157856] - net/mlx5e: Always clear dest encap in neigh-update-del (Mohammad Kabat) [2157856] - net/mlx5e: CT: Fix ct debugfs folder name (Mohammad Kabat) [2157856] - net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by default (Mohammad Kabat) [2157856] - net/mlx5: Fix RoCE setting at HCA level (Mohammad Kabat) [2157856] - net/mlx5: Avoid recovery in probe flows (Mohammad Kabat) [2157856] - net/mlx5: Fix io_eq_size and event_eq_size params validation (Mohammad Kabat) [2157856] - net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error path (Mohammad Kabat) [2157856] - net/mlx5: E-Switch, properly handle ingress tagged packets on VST (Mohammad Kabat) [2157856 2158371] Resolves: rhbz#2125474 Signed-off-by: Luis Claudio R. Goncalves --- Makefile.rhelver | 4 ++-- kernel.spec | 59 ++++++++++++++++++++++++++++++++++++++++++++---- sources | 6 ++--- 3 files changed, 60 insertions(+), 9 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 3e877d9..aa6d2bc 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 2 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 272 +RHEL_RELEASE = 273 # # ZSTREAM @@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.272 +RTBUILD:=.273 diff --git a/kernel.spec b/kernel.spec index 990b774..f2ea889 100755 --- a/kernel.spec +++ b/kernel.spec @@ -135,15 +135,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 272.rt14.272 +%define pkgrelease 273.rt14.273 %define kversion 5 -%define tarfile_release 5.14.0-272.rt14.272.el9 +%define tarfile_release 5.14.0-273.rt14.273.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 272.rt14.272%{?buildid}%{?dist} +%define specrelease 273.rt14.273%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-272.rt14.272.el9 +%define kabiversion 5.14.0-273.rt14.273.el9 # # End of genspec.sh variables @@ -3528,6 +3528,57 @@ fi # # %changelog +* Thu Feb 16 2023 Luis Claudio R. Goncalves [5.14.0-273.rt14.273.el9] +- [rt] build kernel-rt-5.14.0-273.rt14.273.el9 [2125474] +- kernfs: fix use-after-free in __kernfs_remove (Ian Kent) [2143947] +- iommu/arm-smmu-qcom: Add SM6350 SMMUv2 (Adrien Thierry) [2164639] +- iommu/arm-smmu-qcom: Add generic qcom,smmu-500 match entry (Adrien Thierry) [2164639] +- iommu/arm-smmu-qcom: Stop using mmu500 reset for v2 MMUs (Adrien Thierry) [2164639] +- iommu/arm-smmu-qcom: Merge table from arm-smmu-qcom-debug into match data (Adrien Thierry) [2164639] +- iommu/arm-smmu-qcom: provide separate implementation for SDM845-smmu-500 (Adrien Thierry) [2164639] +- iommu/arm-smmu-qcom: Move the qcom,adreno-smmu check into qcom_smmu_create (Adrien Thierry) [2164639] +- iommu/arm-smmu-qcom: Move implementation data into match data (Adrien Thierry) [2164639] +- iommu/arm-smmu-qcom: Add SM6115 support (Adrien Thierry) [2164639] +- drivers: arm-smmu-impl: Add QDU1000 and QRU1000 iommu implementation (Adrien Thierry) [2164639] +- netfilter: nf_tables: honor set timeout and garbage collection updates (Florian Westphal) [2164485] +- netfilter: nf_tables: perform type checking for existing sets (Florian Westphal) [2164485] +- netfilter: nf_tables: add function to create set stateful expressions (Florian Westphal) [2164485] +- netfilter: nf_tables: consolidate set description (Florian Westphal) [2164485] +- net: atlantic: remove aq_nic_deinit() when resume (Íñigo Huguet) [2162022] +- net: atlantic: remove deep parameter on suspend/resume functions (Íñigo Huguet) [2162022] +- atlantic: Fix issue in the pm resume flow. (Íñigo Huguet) [2162022] +- atlantic: Fix driver resume flow. (Íñigo Huguet) [2162022] +- net: atlantic: always deep reset on pm op, fixing up my null deref regression (Íñigo Huguet) [2162022] +- net: atlantic: invert deep par in pm functions, preventing null derefs (Íñigo Huguet) [2162022] +- ACPI: CPPC: Disable FIE if registers in PCC regions (Mark Langsdorf) [2153646] +- net: mlx5: eliminate anonymous module_init & module_exit (Mohammad Kabat) [2157856] +- net/mlx5: E-switch, Fix switchdev mode after devlink reload (Mohammad Kabat) [2157856] +- net/mlx5e: Set decap action based on attr for sample (Mohammad Kabat) [2157856] +- net/mlx5e: QoS, Fix wrongfully setting parent_element_id on MODIFY_SCHEDULING_ELEMENT (Mohammad Kabat) [2157856] +- net/mlx5: E-switch, Fix setting of reserved fields on MODIFY_SCHEDULING_ELEMENT (Mohammad Kabat) [2157856] +- net/mlx5e: Avoid false lock dependency warning on tc_ht even more (Mohammad Kabat) [2157856] +- net/mlx5: fix missing mutex_unlock in mlx5_fw_fatal_reporter_err_work() (Mohammad Kabat) [2157856] +- net/mlx5: Fix ptp max frequency adjustment range (Mohammad Kabat) [2157856] +- net/mlx5e: IPoIB, Fix child PKEY interface stats on rx path (Mohammad Kabat) [2157856] +- net/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parent (Mohammad Kabat) [2157856] +- net/mlx5e: IPoIB, Block queue count configuration when sub interfaces are present (Mohammad Kabat) [2157856] +- net/mlx5e: Verify dev is present for fix features ndo (Mohammad Kabat) [2157856] +- net/mlx5: Fix command stats access after free (Mohammad Kabat) [2157856] +- net/mlx5e: TC, Keep mod hdr actions after mod hdr alloc (Mohammad Kabat) [2157856] +- net/mlx5: check attr pointer validity before dereferencing it (Mohammad Kabat) [2157856] +- RDMA/mlx5: Fix validation of max_rd_atomic caps for DC (Mohammad Kabat) [2157856] +- RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for device (Mohammad Kabat) [2157856] +- net/mlx5e: Set geneve_tlv_option_0_exist when matching on geneve option (Mohammad Kabat) [2157856] +- net/mlx5e: Fix hw mtu initializing at XDP SQ allocation (Mohammad Kabat) [2157856] +- net/mlx5e: Always clear dest encap in neigh-update-del (Mohammad Kabat) [2157856] +- net/mlx5e: CT: Fix ct debugfs folder name (Mohammad Kabat) [2157856] +- net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by default (Mohammad Kabat) [2157856] +- net/mlx5: Fix RoCE setting at HCA level (Mohammad Kabat) [2157856] +- net/mlx5: Avoid recovery in probe flows (Mohammad Kabat) [2157856] +- net/mlx5: Fix io_eq_size and event_eq_size params validation (Mohammad Kabat) [2157856] +- net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error path (Mohammad Kabat) [2157856] +- net/mlx5: E-Switch, properly handle ingress tagged packets on VST (Mohammad Kabat) [2157856 2158371] + * Thu Feb 16 2023 Luis Claudio R. Goncalves [5.14.0-272.rt14.272.el9] - [rt] build kernel-rt-5.14.0-272.rt14.272.el9 [2125474] - Split partner modules into a sub-package (Alice Mitchell) [2039020] diff --git a/sources b/sources index c7ab4c1..25e50d8 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c -SHA512 (linux-5.14.0-272.rt14.272.el9.tar.xz) = 1fae7baf5b264ffe76b3aefbe75d4dd33534263c07c6754cd2631e372965681bc1180219ddfbbd7bcbf2edd1372fc3338512f209db7ceb4a4c271484e2157fec -SHA512 (kernel-abi-stablelists-5.14.0-272.rt14.272.el9.tar.bz2) = 5acd88c379059dd56d841b734022a329599d27101844f3c129684e9c8bb589f5a3c83147d00ba600b84763d89533e72ca8c2b2fae5d82ab52a02cb289793a0b2 -SHA512 (kernel-kabi-dw-5.14.0-272.rt14.272.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578 +SHA512 (linux-5.14.0-273.rt14.273.el9.tar.xz) = b11c3e073943f887d380043bcb24ae846331c504b9641227744e19b22feb82ce8d09fcb5c19ee04cab2009716236bf06b16f14c5e08a6c0276b2cb634231cc8e +SHA512 (kernel-abi-stablelists-5.14.0-273.rt14.273.el9.tar.bz2) = 7649db6f40cd502bdc009f33939a6290ab47085131fc64e636b534d947f82bf5790368d3675daf292dd0039a7676c58f12190ec5b4c75a261a8a0a7ef7066225 +SHA512 (kernel-kabi-dw-5.14.0-273.rt14.273.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578