netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2]  two fixes for 'act_gate' control plane
@ 2020-06-10 21:42 Davide Caratti
  2020-06-10 21:42 ` [PATCH net 1/2] net/sched: act_gate: fix NULL dereference in tcf_gate_init() Davide Caratti
  2020-06-10 21:42 ` [PATCH net 2/2] net/sched: act_gate: fix configuration of the periodic timer Davide Caratti
  0 siblings, 2 replies; 4+ messages in thread
From: Davide Caratti @ 2020-06-10 21:42 UTC (permalink / raw)
  To: Po Liu, Cong Wang; +Cc: David S. Miller, netdev

- 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'.

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 | 130 ++++++++++++++++++++++++-------------------
 1 file changed, 72 insertions(+), 58 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-06-11 20:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-10 21:42 [PATCH net 0/2] two fixes for 'act_gate' control plane Davide Caratti
2020-06-10 21:42 ` [PATCH net 1/2] net/sched: act_gate: fix NULL dereference in tcf_gate_init() Davide Caratti
2020-06-10 21:42 ` [PATCH net 2/2] net/sched: act_gate: fix configuration of the periodic timer Davide Caratti
2020-06-11 20:50   ` Cong Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).