[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250522154057.GI365796@horms.kernel.org>
Date: Thu, 22 May 2025 16:40:57 +0100
From: Simon Horman <horms@...nel.org>
To: Wentao Liang <vulab@...as.ac.cn>
Cc: saeedm@...dia.com, leon@...nel.org, tariqt@...dia.com,
andrew+netdev@...n.ch, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, netdev@...r.kernel.org,
linux-rdma@...r.kernel.org, linux-kernel@...r.kernel.org,
stable@...r.kernel.org
Subject: Re: [PATCH v3] net/mlx5: Add error handling in
mlx5_query_nic_vport_node_guid()
On Wed, May 21, 2025 at 09:23:43PM +0800, Wentao Liang 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.
>
> Fixes: 9efa75254593 ("net/mlx5_core: Introduce access functions to query vport RoCE fields")
> Cc: stable@...r.kernel.org # v4.5
> Target: net
I don't think Target is a standard tag, so please omit it in v4.
The correct way to target a Networking tree is to put the tree name
in the subject line. Like this:
Subject: [PATCH net v4] ...
> Signed-off-by: Wentao Liang <vulab@...as.ac.cn>
> ---
> v3: Explicitly mention target branch. Change improper code.
> v2: Remove redundant reassignment. Fix typo error.
Powered by blists - more mailing lists