[PATCH stable 5.4 0/2] openvswitch port output fixes

Florian Fainelli posted 2 patches 9 months ago
There is a newer version of this series
net/core/dev.c            | 1 +
net/openvswitch/actions.c | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
[PATCH stable 5.4 0/2] openvswitch port output fixes
Posted by Florian Fainelli 9 months ago
This patch series contains some missing openvswitch port output fixes
for the stable 5.4 kernel.

Felix Huettner (1):
  net: openvswitch: fix race on port output

Ilya Maximets (1):
  openvswitch: fix lockup on tx to unregistering netdev with carrier

 net/core/dev.c            | 1 +
 net/openvswitch/actions.c | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

-- 
2.34.1
Re: [PATCH stable 5.4 0/2] openvswitch port output fixes
Posted by Florian Fainelli 9 months ago
On 3/17/25 08:40, Florian Fainelli wrote:
> This patch series contains some missing openvswitch port output fixes
> for the stable 5.4 kernel.

Scratch that and the two others targeting 5.10 and 5.15, I missed that 
DEBUG_NET_WARN_ON_ONCE was not added until later. Will submit a v2 later 
today. Thanks!
-- 
Florian