All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v2 0/2] two fixes for 'act_gate' control plane
@ 2020-06-15 19:28 Davide Caratti
  2020-06-15 19:28 ` [PATCH net v2 1/2] net/sched: act_gate: fix NULL dereference in tcf_gate_init() Davide Caratti
  2020-06-15 19:28 ` [PATCH net v2 2/2] net/sched: act_gate: fix configuration of the periodic timer Davide Caratti
  0 siblings, 2 replies; 13+ messages in thread
From: Davide Caratti @ 2020-06-15 19:28 UTC (permalink / raw)
  To: Po Liu, Cong Wang, David S . Miller; +Cc: 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'.


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(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-06-16 15:21 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-15 19:28 [PATCH net v2 0/2] two fixes for 'act_gate' control plane Davide Caratti
2020-06-15 19:28 ` [PATCH net v2 1/2] net/sched: act_gate: fix NULL dereference in tcf_gate_init() Davide Caratti
2020-06-15 20:59   ` Vladimir Oltean
2020-06-15 19:28 ` [PATCH net v2 2/2] net/sched: act_gate: fix configuration of the periodic timer Davide Caratti
2020-06-15 21:55   ` Vladimir Oltean
2020-06-16  1:00     ` David Miller
2020-06-16  8:20       ` Vladimir Oltean
2020-06-16 10:12     ` Davide Caratti
2020-06-16 10:38       ` Vladimir Oltean
2020-06-16 12:42         ` Davide Caratti
2020-06-16 14:23           ` Vladimir Oltean
2020-06-16 14:58             ` Davide Caratti
2020-06-16 15:21               ` Vladimir Oltean

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.