public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v7 0/1] net/sched: act_gate: snapshot parameters with RCU on replace
@ 2026-02-19  2:32 Paul Moses
  2026-02-19  2:32 ` [PATCH net v7 1/1] " Paul Moses
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Moses @ 2026-02-19  2:32 UTC (permalink / raw)
  To: Victor Nogueira, Jamal Hadi Salim, Cong Wang, Jiri Pirko
  Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Simon Horman, netdev, linux-kernel, Paul Moses

This series fixes a schedule lifetime race in `act_gate` between the
control-plane replace path and the running hrtimer callback
(`gate_timer_func`).

Changes since v6:
- revert gate_start_timer()
- added explicit chain_put: label before release_idr:
- kzalloc failure path changed from goto release_idr to goto chain_put
- formatting only: blankline cleanup for readability, no behavior change

Paul Moses (1):
  net/sched: act_gate: snapshot parameters with RCU on replace

 include/net/tc_act/tc_gate.h |  33 ++++-
 net/sched/act_gate.c         | 265 +++++++++++++++++++++++++----------
 2 files changed, 215 insertions(+), 83 deletions(-)

-- 
2.53.0


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

end of thread, other threads:[~2026-02-23 10:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-19  2:32 [PATCH net v7 0/1] net/sched: act_gate: snapshot parameters with RCU on replace Paul Moses
2026-02-19  2:32 ` [PATCH net v7 1/1] " Paul Moses
2026-02-20 16:09   ` Victor Nogueira
2026-02-22 14:13     ` Paul Moses
2026-02-23 10:47       ` Victor Nogueira

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox