Re: [ovs-dev] [PATCH net] net: openvswitch: release vport resources on failure

2022-12-21 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski : On Tue, 20 Dec 2022 16:27:17 -0500 you wrote: > A recent commit introducing upcall packet accounting failed to properly > release the vport object when the per-cpu stats struct couldn't be > allocated. This can cause

Re: [ovs-dev] [PATCH net] net: openvswitch: release vport resources on failure

2022-12-21 Thread Michal Swiatkowski
On Tue, Dec 20, 2022 at 04:27:17PM -0500, Aaron Conole wrote: > A recent commit introducing upcall packet accounting failed to properly > release the vport object when the per-cpu stats struct couldn't be > allocated. This can cause dangling pointers to dp objects long after > they've been

Re: [ovs-dev] [PATCH net] net: openvswitch: release vport resources on failure

2022-12-21 Thread Eelco Chaudron
On 20 Dec 2022, at 22:27, Aaron Conole wrote: > A recent commit introducing upcall packet accounting failed to properly > release the vport object when the per-cpu stats struct couldn't be > allocated. This can cause dangling pointers to dp objects long after > they've been released. > > Cc:

[ovs-dev] [PATCH net] net: openvswitch: release vport resources on failure

2022-12-20 Thread Aaron Conole
A recent commit introducing upcall packet accounting failed to properly release the vport object when the per-cpu stats struct couldn't be allocated. This can cause dangling pointers to dp objects long after they've been released. Cc: Eelco Chaudron Cc: wangchuanlei Fixes: 1933ea365aa7 ("net: