mbox series

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

Message ID 20250317154023.3470515-1-florian.fainelli@broadcom.com (mailing list archive)
Headers show
Series openvswitch port output fixes | expand

Message

Florian Fainelli March 17, 2025, 3:40 p.m. UTC
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(-)

Comments

Florian Fainelli March 17, 2025, 4:49 p.m. UTC | #1
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!