On 24 May 15:59, Leon Romanovsky wrote:
From: Leon Romanovsky <leonro@xxxxxxxxxx> The call to mlx5dr_action_destroy() releases "action" memory. That pointer is set to miss_action later and generates the following smatch error: drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c:53 set_miss_action() warn: 'action' was already freed. Make sure that the pointer is always valid by setting NULL after destroy. Fixes: 6a48faeeca10 ("net/mlx5: Add direct rule fs_cmd implementation") Reported-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxx>
Applied to net-mlx5. I am still working on other critical fixes in my net queue, will submit all at once next week so we can make it to rc1. Thanks, Saeed