Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Sun, 25 May 2025 00:34:25 +0800 you wrote:
The function mlx5_query_nic_vport_node_guid() calls the function mlx5_query_nic_vport_context() but does not check its return value. A proper implementation can be found in mlx5_nic_vport_query_local_lb().
Add error handling for mlx5_query_nic_vport_context(). If it fails, free the out buffer via kvfree() and return error code.
[...]
Here is the summary with links: - [net,v5] net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid() https://git.kernel.org/netdev/net/c/c6bb8a21cdad
You are awesome, thank you!