forked from rpms/kernel
kernel-5.14.0-273.el9
* Thu Feb 16 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-273.el9] - 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#2143947, rhbz#2164639, rhbz#2164485, rhbz#2162022, rhbz#2153646, rhbz#2157856, rhbz#2158371 Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
This commit is contained in:
parent
c10112a71f
commit
e932a59e2c
@ -12,7 +12,7 @@ RHEL_MINOR = 2
|
|||||||
#
|
#
|
||||||
# Use this spot to avoid future merge conflicts.
|
# Use this spot to avoid future merge conflicts.
|
||||||
# Do not trim this comment.
|
# Do not trim this comment.
|
||||||
RHEL_RELEASE = 272
|
RHEL_RELEASE = 273
|
||||||
|
|
||||||
#
|
#
|
||||||
# ZSTREAM
|
# ZSTREAM
|
||||||
|
58
kernel.spec
58
kernel.spec
@ -149,15 +149,15 @@ Summary: The Linux kernel
|
|||||||
# define buildid .local
|
# define buildid .local
|
||||||
%define specversion 5.14.0
|
%define specversion 5.14.0
|
||||||
%define patchversion 5.14
|
%define patchversion 5.14
|
||||||
%define pkgrelease 272
|
%define pkgrelease 273
|
||||||
%define kversion 5
|
%define kversion 5
|
||||||
%define tarfile_release 5.14.0-272.el9
|
%define tarfile_release 5.14.0-273.el9
|
||||||
# This is needed to do merge window version magic
|
# This is needed to do merge window version magic
|
||||||
%define patchlevel 14
|
%define patchlevel 14
|
||||||
# This allows pkg_release to have configurable %%{?dist} tag
|
# This allows pkg_release to have configurable %%{?dist} tag
|
||||||
%define specrelease 272%{?buildid}%{?dist}
|
%define specrelease 273%{?buildid}%{?dist}
|
||||||
# This defines the kabi tarball version
|
# This defines the kabi tarball version
|
||||||
%define kabiversion 5.14.0-272.el9
|
%define kabiversion 5.14.0-273.el9
|
||||||
|
|
||||||
#
|
#
|
||||||
# End of genspec.sh variables
|
# End of genspec.sh variables
|
||||||
@ -3414,6 +3414,56 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 16 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-273.el9]
|
||||||
|
- 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]
|
||||||
|
|
||||||
* Wed Feb 15 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-272.el9]
|
* Wed Feb 15 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-272.el9]
|
||||||
- Split partner modules into a sub-package (Alice Mitchell) [2039020]
|
- Split partner modules into a sub-package (Alice Mitchell) [2039020]
|
||||||
- Enable kAFS and it's dependancies in RHEL (Alice Mitchell) [2039020]
|
- Enable kAFS and it's dependancies in RHEL (Alice Mitchell) [2039020]
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (linux-5.14.0-272.el9.tar.xz) = f7423476d3a670d6988011471eee617dffbb8e91b61f61c7c42ffee70e05a6625d447ff338a0ab7c7f48a92b8cf13a8620b7c2c9fde79a5dee28908cc814b4cf
|
SHA512 (linux-5.14.0-273.el9.tar.xz) = ca50ec604cea213fa8eae88f293e00955bbdc8c8192ba8452ece24d6786ab63efe3cf64dc9d42ba10ec2b4d04067cc42d33b9f7187474da802d76c8ce9eebcaf
|
||||||
SHA512 (kernel-abi-stablelists-5.14.0-272.el9.tar.bz2) = 9356015e7bdbb6ad49104daac647f2874fa6555cb22fd5154d3903fa2ad930be29e7df400a8ae6d518d311d60ba1a7b38deabf95768f69a43af64d303968ad1b
|
SHA512 (kernel-abi-stablelists-5.14.0-273.el9.tar.bz2) = bc71e3ee7f017281667ce1fd4f1e2c2ee08a54e13d25f756655c18cbd7ca5c2dd18f1f6843b6ac4d467d9daec15f1a2f4eb9bd829b7173def35c5d2af30332dc
|
||||||
SHA512 (kernel-kabi-dw-5.14.0-272.el9.tar.bz2) = 86c51d551f0ecc96a8f6d8347bdfd5c44029a7b0e8c0227b3bd6aaf45bdab9d149a02b49f85ede973f3791c88ffa559cb0778dbdaf29c3d09ba13c4e66dcefe8
|
SHA512 (kernel-kabi-dw-5.14.0-273.el9.tar.bz2) = c4150c52c589444e2696f6ea567e274746bd71e9eb10e0306c0fd4fd6f4566cf2c8d6ceb33cfd11664e624e58aa7fa99eb05fdd59c4f0f4289e4a90342fddadd
|
||||||
|
Loading…
Reference in New Issue
Block a user