From: David S. Miller Date: Fri, 15 Sep 2023 06:32:35 +0000 (+0100) Subject: Merge branch 'sparx5-leaks' X-Git-Tag: v6.6-rc3~25^2~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63a2de8d16b3ecd607c077c98f8d6cd0147ec099;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'sparx5-leaks' Jinjie Ruan says: ==================== net: microchip: sparx5: Fix some memory leaks in vcap_api_kunit There are some memory leaks in vcap_api_kunit, this patchset fixes them. Changes in v3: - Fix the typo in patch 3, from "export" to "vcap enabled port". - Fix the typo in patch 4, from "vcap_dup_rule" to "vcap_alloc_rule". Changes in v2: - Adhere to the 80 character limit in vcap_free_caf() - Fix kernel test robot reported warnings in test_vcap_xn_rule_creator() ==================== Signed-off-by: David S. Miller --- 63a2de8d16b3ecd607c077c98f8d6cd0147ec099