Patch "ice: switch: fix potential memleak in ice_add_adv_recipe()" has been added to the 6.1-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

    ice: switch: fix potential memleak in ice_add_adv_recipe()

to the 6.1-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:
     ice-switch-fix-potential-memleak-in-ice_add_adv_reci.patch
and it can be found in the queue-6.1 subdirectory.

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



commit 5a6b17372d87264e4868e93f2ca26ffdd81b4bf5
Author: Zhang Changzhong <zhangchangzhong@xxxxxxxxxx>
Date:   Mon Dec 12 15:11:26 2022 -0800

    ice: switch: fix potential memleak in ice_add_adv_recipe()
    
    [ Upstream commit 4a606ce68426c88ff2563382b33cc34f3485fe57 ]
    
    When ice_add_special_words() fails, the 'rm' is not released, which will
    lead to a memory leak. Fix this up by going to 'err_unroll' label.
    
    Compile tested only.
    
    Fixes: 8b032a55c1bd ("ice: low level support for tunnels")
    Signed-off-by: Zhang Changzhong <zhangchangzhong@xxxxxxxxxx>
    Tested-by: Sujai Buvaneswaran <sujai.buvaneswaran@xxxxxxxxx>
    Signed-off-by: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
    Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/net/ethernet/intel/ice/ice_switch.c b/drivers/net/ethernet/intel/ice/ice_switch.c
index 9b762f7972ce5..61f844d225123 100644
--- a/drivers/net/ethernet/intel/ice/ice_switch.c
+++ b/drivers/net/ethernet/intel/ice/ice_switch.c
@@ -5420,7 +5420,7 @@ ice_add_adv_recipe(struct ice_hw *hw, struct ice_adv_lkup_elem *lkups,
 	 */
 	status = ice_add_special_words(rinfo, lkup_exts, ice_is_dvm_ena(hw));
 	if (status)
-		goto err_free_lkup_exts;
+		goto err_unroll;
 
 	/* Group match words into recipes using preferred recipe grouping
 	 * criteria.



[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