All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] small tc conntrack fixes
@ 2021-07-02  9:21 Simon Horman
  2021-07-02  9:21 ` [PATCH net 1/2] net/sched: act_ct: remove and free nf_table callbacks Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Simon Horman @ 2021-07-02  9:21 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski
  Cc: netdev, oss-drivers, Louis Peens, Yinjun Zhang, Simon Horman

Louis Peens says:

The first patch makes sure that any callbacks registered to
the ct->nf_tables table are cleaned up before freeing.

The second patch removes what was effectively a workaround
in the nfp driver because of the missing cleanup in patch 1.

Louis Peens (2):
  net/sched: act_ct: remove and free nf_table callbacks
  nfp: flower-ct: remove callback delete deadlock

 .../net/ethernet/netronome/nfp/flower/conntrack.c   | 13 -------------
 net/sched/act_ct.c                                  | 11 +++++++++++
 2 files changed, 11 insertions(+), 13 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2021-07-02 20:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-02  9:21 [PATCH net 0/2] small tc conntrack fixes Simon Horman
2021-07-02  9:21 ` [PATCH net 1/2] net/sched: act_ct: remove and free nf_table callbacks Simon Horman
2021-07-02  9:21 ` [PATCH net 2/2] nfp: flower-ct: remove callback delete deadlock Simon Horman
2021-07-02 20:40 ` [PATCH net 0/2] small tc conntrack fixes patchwork-bot+netdevbpf

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.