|
| 1 | +* Thu Feb 16 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-273.el9] |
| 2 | +- kernfs: fix use-after-free in __kernfs_remove (Ian Kent) [2143947] |
| 3 | +- iommu/arm-smmu-qcom: Add SM6350 SMMUv2 (Adrien Thierry) [2164639] |
| 4 | +- iommu/arm-smmu-qcom: Add generic qcom,smmu-500 match entry (Adrien Thierry) [2164639] |
| 5 | +- iommu/arm-smmu-qcom: Stop using mmu500 reset for v2 MMUs (Adrien Thierry) [2164639] |
| 6 | +- iommu/arm-smmu-qcom: Merge table from arm-smmu-qcom-debug into match data (Adrien Thierry) [2164639] |
| 7 | +- iommu/arm-smmu-qcom: provide separate implementation for SDM845-smmu-500 (Adrien Thierry) [2164639] |
| 8 | +- iommu/arm-smmu-qcom: Move the qcom,adreno-smmu check into qcom_smmu_create (Adrien Thierry) [2164639] |
| 9 | +- iommu/arm-smmu-qcom: Move implementation data into match data (Adrien Thierry) [2164639] |
| 10 | +- iommu/arm-smmu-qcom: Add SM6115 support (Adrien Thierry) [2164639] |
| 11 | +- drivers: arm-smmu-impl: Add QDU1000 and QRU1000 iommu implementation (Adrien Thierry) [2164639] |
| 12 | +- netfilter: nf_tables: honor set timeout and garbage collection updates (Florian Westphal) [2164485] |
| 13 | +- netfilter: nf_tables: perform type checking for existing sets (Florian Westphal) [2164485] |
| 14 | +- netfilter: nf_tables: add function to create set stateful expressions (Florian Westphal) [2164485] |
| 15 | +- netfilter: nf_tables: consolidate set description (Florian Westphal) [2164485] |
| 16 | +- net: atlantic: remove aq_nic_deinit() when resume (Íñigo Huguet) [2162022] |
| 17 | +- net: atlantic: remove deep parameter on suspend/resume functions (Íñigo Huguet) [2162022] |
| 18 | +- atlantic: Fix issue in the pm resume flow. (Íñigo Huguet) [2162022] |
| 19 | +- atlantic: Fix driver resume flow. (Íñigo Huguet) [2162022] |
| 20 | +- net: atlantic: always deep reset on pm op, fixing up my null deref regression (Íñigo Huguet) [2162022] |
| 21 | +- net: atlantic: invert deep par in pm functions, preventing null derefs (Íñigo Huguet) [2162022] |
| 22 | +- ACPI: CPPC: Disable FIE if registers in PCC regions (Mark Langsdorf) [2153646] |
| 23 | +- net: mlx5: eliminate anonymous module_init & module_exit (Mohammad Kabat) [2157856] |
| 24 | +- net/mlx5: E-switch, Fix switchdev mode after devlink reload (Mohammad Kabat) [2157856] |
| 25 | +- net/mlx5e: Set decap action based on attr for sample (Mohammad Kabat) [2157856] |
| 26 | +- net/mlx5e: QoS, Fix wrongfully setting parent_element_id on MODIFY_SCHEDULING_ELEMENT (Mohammad Kabat) [2157856] |
| 27 | +- net/mlx5: E-switch, Fix setting of reserved fields on MODIFY_SCHEDULING_ELEMENT (Mohammad Kabat) [2157856] |
| 28 | +- net/mlx5e: Avoid false lock dependency warning on tc_ht even more (Mohammad Kabat) [2157856] |
| 29 | +- net/mlx5: fix missing mutex_unlock in mlx5_fw_fatal_reporter_err_work() (Mohammad Kabat) [2157856] |
| 30 | +- net/mlx5: Fix ptp max frequency adjustment range (Mohammad Kabat) [2157856] |
| 31 | +- net/mlx5e: IPoIB, Fix child PKEY interface stats on rx path (Mohammad Kabat) [2157856] |
| 32 | +- net/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parent (Mohammad Kabat) [2157856] |
| 33 | +- net/mlx5e: IPoIB, Block queue count configuration when sub interfaces are present (Mohammad Kabat) [2157856] |
| 34 | +- net/mlx5e: Verify dev is present for fix features ndo (Mohammad Kabat) [2157856] |
| 35 | +- net/mlx5: Fix command stats access after free (Mohammad Kabat) [2157856] |
| 36 | +- net/mlx5e: TC, Keep mod hdr actions after mod hdr alloc (Mohammad Kabat) [2157856] |
| 37 | +- net/mlx5: check attr pointer validity before dereferencing it (Mohammad Kabat) [2157856] |
| 38 | +- RDMA/mlx5: Fix validation of max_rd_atomic caps for DC (Mohammad Kabat) [2157856] |
| 39 | +- RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for device (Mohammad Kabat) [2157856] |
| 40 | +- net/mlx5e: Set geneve_tlv_option_0_exist when matching on geneve option (Mohammad Kabat) [2157856] |
| 41 | +- net/mlx5e: Fix hw mtu initializing at XDP SQ allocation (Mohammad Kabat) [2157856] |
| 42 | +- net/mlx5e: Always clear dest encap in neigh-update-del (Mohammad Kabat) [2157856] |
| 43 | +- net/mlx5e: CT: Fix ct debugfs folder name (Mohammad Kabat) [2157856] |
| 44 | +- net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by default (Mohammad Kabat) [2157856] |
| 45 | +- net/mlx5: Fix RoCE setting at HCA level (Mohammad Kabat) [2157856] |
| 46 | +- net/mlx5: Avoid recovery in probe flows (Mohammad Kabat) [2157856] |
| 47 | +- net/mlx5: Fix io_eq_size and event_eq_size params validation (Mohammad Kabat) [2157856] |
| 48 | +- net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error path (Mohammad Kabat) [2157856] |
| 49 | +- net/mlx5: E-Switch, properly handle ingress tagged packets on VST (Mohammad Kabat) [2157856 2158371] |
| 50 | +Resolves: rhbz#2143947, rhbz#2164639, rhbz#2164485, rhbz#2162022, rhbz#2153646, rhbz#2157856, rhbz#2158371 |
| 51 | + |
1 | 52 | * Wed Feb 15 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-272.el9] |
2 | 53 | - Split partner modules into a sub-package (Alice Mitchell) [2039020] |
3 | 54 | - Enable kAFS and it's dependancies in RHEL (Alice Mitchell) [2039020] |
|
0 commit comments