[PATCH net v8 0/1] net/sched: act_gate: snapshot parameters with RCU on replace

From: Paul Moses

Date: Mon Feb 23 2026 - 10:11:24 EST


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 v7:
- remove unreachable `!cycletime` error branch and dead `unlock:` label

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, 212 insertions(+), 86 deletions(-)

--
2.53.GIT