mbox series

[net,v2,0/2] two fixes for 'act_gate' control plane

Message ID cover.1592247564.git.dcaratti@redhat.com
Headers show
Series two fixes for 'act_gate' control plane | expand

Message

Davide Caratti June 15, 2020, 7:28 p.m. UTC
- patch 1/2 attempts to fix the error path of tcf_gate_init() when users
  try to configure 'act_gate' rules with wrong parameters
- patch 2/2 is a follow-up of a recent fix for NULL dereference in
  the error path of tcf_gate_init()

further work will introduce a tdc test for 'act_gate'.


changes since v1:
  coding style fixes in patch 1/2 and 2/2

Davide Caratti (2):
  net/sched: act_gate: fix NULL dereference in tcf_gate_init()
  net/sched: act_gate: fix configuration of the periodic timer

 net/sched/act_gate.c | 124 +++++++++++++++++++++++--------------------
 1 file changed, 66 insertions(+), 58 deletions(-)