]> git.ipfire.org Git - thirdparty/linux.git/commit
net/mlx5e: Fix missing error assignment in mlx5e_xfrm_add_state()
authorCarolina Jubran <cjubran@nvidia.com>
Sun, 9 Nov 2025 09:37:49 +0000 (11:37 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 11 Nov 2025 14:05:44 +0000 (15:05 +0100)
commit0bcd5b3b50cc1fcbf775479322cc37c15d35a489
tree2e69203425afc044ddbc2336f1a1dfa47336ee9e
parent02e9578c3e47f2e1b8a12c66b42fe2f287c7f66d
net/mlx5e: Fix missing error assignment in mlx5e_xfrm_add_state()

Assign the return value of mlx5_eswitch_block_mode() to 'err' before
checking it to avoid returning an uninitialized error code.

Fixes: 22239eb258bc ("net/mlx5e: Prevent tunnel reformat when tunnel mode not allowed")
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
Closes: https://lore.kernel.org/r/202510271649.uwsIxD6O-lkp@intel.com/
Closes: http://lore.kernel.org/linux-rdma/aPIEK4rLB586FdDt@stanley.mountain/
Signed-off-by: Carolina Jubran <cjubran@nvidia.com>
Reviewed-by: Jianbo Liu <jianbol@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Link: https://patch.msgid.link/1762681073-1084058-2-git-send-email-tariqt@nvidia.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c