Patch "net: microchip: sparx5: Fix memory leak for vcap_api_rule_add_actionvalue_test()" has been added to the 6.5-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    net: microchip: sparx5: Fix memory leak for vcap_api_rule_add_actionvalue_test()

to the 6.5-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     net-microchip-sparx5-fix-memory-leak-for-vcap_api_ru.patch
and it can be found in the queue-6.5 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 74a9e9bf3226c02cb1b065a020185c6e6094091f
Author: Jinjie Ruan <ruanjinjie@xxxxxxxxxx>
Date:   Tue Sep 12 19:03:07 2023 +0800

    net: microchip: sparx5: Fix memory leak for vcap_api_rule_add_actionvalue_test()
    
    [ Upstream commit 39d0ccc185315408e7cecfcaf06d167927b51052 ]
    
    Inject fault while probing kunit-example-test.ko, the field which
    is allocated by kzalloc in vcap_rule_add_action() of
    vcap_rule_add_action_bit/u32() is not freed, and it cause
    the memory leaks below.
    
    unreferenced object 0xffff0276c496b300 (size 64):
      comm "kunit_try_catch", pid 286, jiffies 4294894224 (age 920.072s)
      hex dump (first 32 bytes):
        68 3c 62 82 00 80 ff ff 68 3c 62 82 00 80 ff ff  h<b.....h<b.....
        3c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  <...............
      backtrace:
        [<0000000028f08898>] slab_post_alloc_hook+0xb8/0x368
        [<00000000514b9b37>] __kmem_cache_alloc_node+0x174/0x290
        [<000000004620684a>] kmalloc_trace+0x40/0x164
        [<000000008b41c84d>] vcap_rule_add_action+0x104/0x178
        [<00000000ae66c16c>] vcap_api_rule_add_actionvalue_test+0xa4/0x990
        [<00000000fcc5326c>] kunit_try_run_case+0x50/0xac
        [<00000000f5f45b20>] kunit_generic_run_threadfn_adapter+0x20/0x2c
        [<0000000026284079>] kthread+0x124/0x130
        [<0000000024d4a996>] ret_from_fork+0x10/0x20
    unreferenced object 0xffff0276c496b2c0 (size 64):
      comm "kunit_try_catch", pid 286, jiffies 4294894224 (age 920.072s)
      hex dump (first 32 bytes):
        68 3c 62 82 00 80 ff ff 68 3c 62 82 00 80 ff ff  h<b.....h<b.....
        3c 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00  <...............
      backtrace:
        [<0000000028f08898>] slab_post_alloc_hook+0xb8/0x368
        [<00000000514b9b37>] __kmem_cache_alloc_node+0x174/0x290
        [<000000004620684a>] kmalloc_trace+0x40/0x164
        [<000000008b41c84d>] vcap_rule_add_action+0x104/0x178
        [<00000000607782aa>] vcap_api_rule_add_actionvalue_test+0x100/0x990
        [<00000000fcc5326c>] kunit_try_run_case+0x50/0xac
        [<00000000f5f45b20>] kunit_generic_run_threadfn_adapter+0x20/0x2c
        [<0000000026284079>] kthread+0x124/0x130
        [<0000000024d4a996>] ret_from_fork+0x10/0x20
    unreferenced object 0xffff0276c496b280 (size 64):
      comm "kunit_try_catch", pid 286, jiffies 4294894224 (age 920.072s)
      hex dump (first 32 bytes):
        68 3c 62 82 00 80 ff ff 68 3c 62 82 00 80 ff ff  h<b.....h<b.....
        3c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  <...............
      backtrace:
        [<0000000028f08898>] slab_post_alloc_hook+0xb8/0x368
        [<00000000514b9b37>] __kmem_cache_alloc_node+0x174/0x290
        [<000000004620684a>] kmalloc_trace+0x40/0x164
        [<000000008b41c84d>] vcap_rule_add_action+0x104/0x178
        [<000000004e640602>] vcap_api_rule_add_actionvalue_test+0x15c/0x990
        [<00000000fcc5326c>] kunit_try_run_case+0x50/0xac
        [<00000000f5f45b20>] kunit_generic_run_threadfn_adapter+0x20/0x2c
        [<0000000026284079>] kthread+0x124/0x130
        [<0000000024d4a996>] ret_from_fork+0x10/0x20
    unreferenced object 0xffff0276c496b240 (size 64):
      comm "kunit_try_catch", pid 286, jiffies 4294894224 (age 920.092s)
      hex dump (first 32 bytes):
        68 3c 62 82 00 80 ff ff 68 3c 62 82 00 80 ff ff  h<b.....h<b.....
        5a 00 00 00 01 00 00 00 32 54 76 98 00 00 00 00  Z.......2Tv.....
      backtrace:
        [<0000000028f08898>] slab_post_alloc_hook+0xb8/0x368
        [<00000000514b9b37>] __kmem_cache_alloc_node+0x174/0x290
        [<000000004620684a>] kmalloc_trace+0x40/0x164
        [<000000008b41c84d>] vcap_rule_add_action+0x104/0x178
        [<0000000011141bf8>] vcap_api_rule_add_actionvalue_test+0x1bc/0x990
        [<00000000fcc5326c>] kunit_try_run_case+0x50/0xac
        [<00000000f5f45b20>] kunit_generic_run_threadfn_adapter+0x20/0x2c
        [<0000000026284079>] kthread+0x124/0x130
        [<0000000024d4a996>] ret_from_fork+0x10/0x20
    unreferenced object 0xffff0276c496b200 (size 64):
      comm "kunit_try_catch", pid 286, jiffies 4294894224 (age 920.092s)
      hex dump (first 32 bytes):
        68 3c 62 82 00 80 ff ff 68 3c 62 82 00 80 ff ff  h<b.....h<b.....
        28 00 00 00 01 00 00 00 dd cc bb aa 00 00 00 00  (...............
      backtrace:
        [<0000000028f08898>] slab_post_alloc_hook+0xb8/0x368
        [<00000000514b9b37>] __kmem_cache_alloc_node+0x174/0x290
        [<000000004620684a>] kmalloc_trace+0x40/0x164
        [<000000008b41c84d>] vcap_rule_add_action+0x104/0x178
        [<00000000d5ed3088>] vcap_api_rule_add_actionvalue_test+0x22c/0x990
        [<00000000fcc5326c>] kunit_try_run_case+0x50/0xac
        [<00000000f5f45b20>] kunit_generic_run_threadfn_adapter+0x20/0x2c
        [<0000000026284079>] kthread+0x124/0x130
        [<0000000024d4a996>] ret_from_fork+0x10/0x20
    
    Fixes: c956b9b318d9 ("net: microchip: sparx5: Adding KUNIT tests of key/action values in VCAP API")
    Signed-off-by: Jinjie Ruan <ruanjinjie@xxxxxxxxxx>
    Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/net/ethernet/microchip/vcap/vcap_api_kunit.c b/drivers/net/ethernet/microchip/vcap/vcap_api_kunit.c
index 2fb0b8cf2b0cd..f268383a75707 100644
--- a/drivers/net/ethernet/microchip/vcap/vcap_api_kunit.c
+++ b/drivers/net/ethernet/microchip/vcap/vcap_api_kunit.c
@@ -1095,6 +1095,17 @@ static void vcap_api_rule_add_keyvalue_test(struct kunit *test)
 	vcap_free_ckf(rule);
 }
 
+static void vcap_free_caf(struct vcap_rule *rule)
+{
+	struct vcap_client_actionfield *caf, *next_caf;
+
+	list_for_each_entry_safe(caf, next_caf,
+				 &rule->actionfields, ctrl.list) {
+		list_del(&caf->ctrl.list);
+		kfree(caf);
+	}
+}
+
 static void vcap_api_rule_add_actionvalue_test(struct kunit *test)
 {
 	struct vcap_admin admin = {
@@ -1120,6 +1131,7 @@ static void vcap_api_rule_add_actionvalue_test(struct kunit *test)
 	KUNIT_EXPECT_EQ(test, VCAP_AF_POLICE_ENA, af->ctrl.action);
 	KUNIT_EXPECT_EQ(test, VCAP_FIELD_BIT, af->ctrl.type);
 	KUNIT_EXPECT_EQ(test, 0x0, af->data.u1.value);
+	vcap_free_caf(rule);
 
 	INIT_LIST_HEAD(&rule->actionfields);
 	ret = vcap_rule_add_action_bit(rule, VCAP_AF_POLICE_ENA, VCAP_BIT_1);
@@ -1131,6 +1143,7 @@ static void vcap_api_rule_add_actionvalue_test(struct kunit *test)
 	KUNIT_EXPECT_EQ(test, VCAP_AF_POLICE_ENA, af->ctrl.action);
 	KUNIT_EXPECT_EQ(test, VCAP_FIELD_BIT, af->ctrl.type);
 	KUNIT_EXPECT_EQ(test, 0x1, af->data.u1.value);
+	vcap_free_caf(rule);
 
 	INIT_LIST_HEAD(&rule->actionfields);
 	ret = vcap_rule_add_action_bit(rule, VCAP_AF_POLICE_ENA, VCAP_BIT_ANY);
@@ -1142,6 +1155,7 @@ static void vcap_api_rule_add_actionvalue_test(struct kunit *test)
 	KUNIT_EXPECT_EQ(test, VCAP_AF_POLICE_ENA, af->ctrl.action);
 	KUNIT_EXPECT_EQ(test, VCAP_FIELD_BIT, af->ctrl.type);
 	KUNIT_EXPECT_EQ(test, 0x0, af->data.u1.value);
+	vcap_free_caf(rule);
 
 	INIT_LIST_HEAD(&rule->actionfields);
 	ret = vcap_rule_add_action_u32(rule, VCAP_AF_TYPE, 0x98765432);
@@ -1153,6 +1167,7 @@ static void vcap_api_rule_add_actionvalue_test(struct kunit *test)
 	KUNIT_EXPECT_EQ(test, VCAP_AF_TYPE, af->ctrl.action);
 	KUNIT_EXPECT_EQ(test, VCAP_FIELD_U32, af->ctrl.type);
 	KUNIT_EXPECT_EQ(test, 0x98765432, af->data.u32.value);
+	vcap_free_caf(rule);
 
 	INIT_LIST_HEAD(&rule->actionfields);
 	ret = vcap_rule_add_action_u32(rule, VCAP_AF_MASK_MODE, 0xaabbccdd);
@@ -1164,6 +1179,7 @@ static void vcap_api_rule_add_actionvalue_test(struct kunit *test)
 	KUNIT_EXPECT_EQ(test, VCAP_AF_MASK_MODE, af->ctrl.action);
 	KUNIT_EXPECT_EQ(test, VCAP_FIELD_U32, af->ctrl.type);
 	KUNIT_EXPECT_EQ(test, 0xaabbccdd, af->data.u32.value);
+	vcap_free_caf(rule);
 }
 
 static void vcap_api_rule_find_keyset_basic_test(struct kunit *test)



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux