All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH stable 5.10 v2 0/2] openvswitch port output fixes
@ 2025-03-25 19:22 Florian Fainelli
  2025-03-25 19:22 ` [PATCH stable 5.10 v2 1/2] net: openvswitch: fix race on port output Florian Fainelli
  2025-03-25 19:22 ` [PATCH stable 5.10 v2 2/2] openvswitch: fix lockup on tx to unregistering netdev with carrier Florian Fainelli
  0 siblings, 2 replies; 5+ messages in thread
From: Florian Fainelli @ 2025-03-25 19:22 UTC (permalink / raw)
  To: stable
  Cc: Florian Fainelli, David S. Miller, Jakub Kicinski,
	Pravin B Shelar, Alexei Starovoitov, Daniel Borkmann,
	Andrii Nakryiko, Martin KaFai Lau, Song Liu, Yonghong Song,
	John Fastabend, KP Singh, Sasha Levin, Eric Dumazet,
	Willem de Bruijn, Paolo Abeni, Breno Leitao, Felix Huettner,
	Yan Zhai, Benoît Monin, Thomas Graf, Justin Pettit,
	Andy Zhou, Simon Horman, Luca Czesla,
	open list:NETWORKING [GENERAL], open list, open list:OPENVSWITCH,
	open list:BPF (Safe dynamic programs and tools)

This patch series contains some missing openvswitch port output fixes
for the stable 5.10 kernel.

Changes in v2:

- use BUILD_BUG_ON_INVALID rather than DEBUG_NET_WARN_ON_ONCE which does
  not exist in Linux 5.10

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-03-26  2:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-25 19:22 [PATCH stable 5.10 v2 0/2] openvswitch port output fixes Florian Fainelli
2025-03-25 19:22 ` [PATCH stable 5.10 v2 1/2] net: openvswitch: fix race on port output Florian Fainelli
2025-03-26  2:23   ` Sasha Levin
2025-03-25 19:22 ` [PATCH stable 5.10 v2 2/2] openvswitch: fix lockup on tx to unregistering netdev with carrier Florian Fainelli
2025-03-26  2:23   ` Sasha Levin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.