Re: [PATCH] mlxsw: spectrum: Fix memory leak in mlxsw_sp_flower_stats()
From: Ido Schimmel
Date: Wed Nov 12 2025 - 02:36:00 EST
On Wed, Nov 12, 2025 at 05:21:14AM +0000, Zilin Guan wrote:
> The function mlxsw_sp_flower_stats() calls mlxsw_sp_acl_ruleset_get() to
> obtain a ruleset reference. If the subsequent call to
> mlxsw_sp_acl_rule_lookup() fails to find a rule, the function returns
> an error without releasing the ruleset reference, causing a memory leak.
>
> Fix this by using a goto to the existing error handling label, which
> calls mlxsw_sp_acl_ruleset_put() to properly release the reference.
>
> Fixes: 7c1b8eb175b69 ("mlxsw: spectrum: Add support for TC flower offload statistics")
> Signed-off-by: Zilin Guan <zilin@xxxxxxxxxx>
Reviewed-by: Ido Schimmel <idosch@xxxxxxxxxx>
Subject prefix should be "[PATCH net]". See [1] for next time.
Thanks
[1] https://docs.kernel.org/process/maintainer-netdev.html