netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH xtables-addons 0/8] xt_condition: per-net improvements
@ 2021-08-22 16:35 Jeremy Sowden
  2021-08-22 16:35 ` [PATCH xtables-addons 1/8] build: bump minimum supported kernel version from 4.15 to 4.16 Jeremy Sowden
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Jeremy Sowden @ 2021-08-22 16:35 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: Grzegorz Kuczyński, Netfilter Devel

The first patch bumps the minimum version to 4.16 in order to allow us
to use a useful macro and function in patches 2 & 3.  4 makes the
proc_lock mutex a per-net variable.  5 removes an obsolete write
memory-barrier.  6-8 tidy up the clean-up of matches when a namespace is
deleted.

Jeremy Sowden (8):
  build: bump minimum supported kernel version from 4.15 to 4.16.
  xt_condition: use sizeof_field macro to size variable name.
  xt_condition: use `xt_check_proc_name` to validate /proc file-name.
  xt_condition: make mutex per-net.
  xt_condition: remove `wmb` when adding new variable.
  xt_condition: use `proc_net_condition` member of `struct
    condition_net`to signal that `condition_net_exit` has been called.
  xt_condition: don't delete variables in `condition_net_exit`.
  xt_condition: simplify clean-up of variables.

 configure.ac              |  2 +-
 extensions/xt_condition.c | 54 +++++++++++++--------------------------
 2 files changed, 19 insertions(+), 37 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2021-08-22 19:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-22 16:35 [PATCH xtables-addons 0/8] xt_condition: per-net improvements Jeremy Sowden
2021-08-22 16:35 ` [PATCH xtables-addons 1/8] build: bump minimum supported kernel version from 4.15 to 4.16 Jeremy Sowden
2021-08-22 19:42   ` Jan Engelhardt
2021-08-22 16:35 ` [PATCH xtables-addons 2/8] xt_condition: use sizeof_field macro to size variable name Jeremy Sowden
2021-08-22 16:35 ` [PATCH xtables-addons 3/8] xt_condition: use `xt_check_proc_name` to validate /proc file-name Jeremy Sowden
2021-08-22 16:35 ` [PATCH xtables-addons 4/8] xt_condition: make mutex per-net Jeremy Sowden
2021-08-22 16:35 ` [PATCH xtables-addons 5/8] xt_condition: remove `wmb` when adding new variable Jeremy Sowden
2021-08-22 16:35 ` [PATCH xtables-addons 6/8] xt_condition: use `proc_net_condition` member of `struct condition_net`to signal that `condition_net_exit` has been called Jeremy Sowden
2021-08-22 16:35 ` [PATCH xtables-addons 7/8] xt_condition: don't delete variables in `condition_net_exit` Jeremy Sowden
2021-08-22 16:35 ` [PATCH xtables-addons 8/8] xt_condition: simplify clean-up of variables Jeremy Sowden
2021-08-22 19:42 ` [PATCH xtables-addons 0/8] xt_condition: per-net improvements Jan Engelhardt

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