Re: [ovs-dev] [PATCH net-next] net: openvswitch: Release reference to netdev

2024-04-24 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 23 Apr 2024 15:37:51 +0800 you wrote: > dev_get_by_name will provide a reference on the netdev. So ensure that > the reference of netdev is released after completed. > > Fixes: 2540088b836f ("net:

Re: [ovs-dev] [PATCH net-next] net: openvswitch: Release reference to netdev

2024-04-24 Thread Aaron Conole
Jun Gu writes: > dev_get_by_name will provide a reference on the netdev. So ensure that > the reference of netdev is released after completed. > > Fixes: 2540088b836f ("net: openvswitch: Check vport netdev name") > Signed-off-by: Jun Gu > --- Thanks! Reviewed-by: Aaron Conole

Re: [ovs-dev] [PATCH net-next] net: openvswitch: Release reference to netdev

2024-04-23 Thread Eelco Chaudron
On 23 Apr 2024, at 9:37, Jun Gu wrote: > dev_get_by_name will provide a reference on the netdev. So ensure that > the reference of netdev is released after completed. > > Fixes: 2540088b836f ("net: openvswitch: Check vport netdev name") > Signed-off-by: Jun Gu Thanks Jun for the follow-up!

Re: [ovs-dev] [PATCH net-next] net: openvswitch: Release reference to netdev

2024-04-23 Thread Simon Horman
+ David Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni, Eelco Chaudron On Tue, Apr 23, 2024 at 03:37:51PM +0800, Jun Gu wrote: > dev_get_by_name will provide a reference on the netdev. So ensure that > the reference of netdev is released after completed. > > Fixes: 2540088b836f ("net:

[ovs-dev] [PATCH net-next] net: openvswitch: Release reference to netdev

2024-04-23 Thread Jun Gu
dev_get_by_name will provide a reference on the netdev. So ensure that the reference of netdev is released after completed. Fixes: 2540088b836f ("net: openvswitch: Check vport netdev name") Signed-off-by: Jun Gu --- net/openvswitch/vport-netdev.c | 8 ++-- 1 file changed, 6 insertions(+), 2