netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [iptables PATCH 0/5] Fixes for static builds
@ 2022-03-15 13:26 Phil Sutter
  2022-03-15 13:26 ` [iptables PATCH 1/5] libxtables: Fix for warning in xtables_ipmask_to_numeric Phil Sutter
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Phil Sutter @ 2022-03-15 13:26 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: netfilter-devel, Etienne

This series formally submits a slightly modified version of the patch
attached to nfbz#1593 in patch 3. In addition to that:

Patch 1 is pure collateral and unrelated to the remaining series.

Patch 2 simplifies the compile-time conditional init-calls a bit. Done
before the actual fix to avoid adding #ifdefs only to remove them again
in the same series.

Patch 3 Fixes static builds of arp- and ebtables-nft, kindly provided by
Ettiene and slightly adjusted by me.

Patch 4 holds a mini-review of the resulting init_extensions*() call
sites.

Patch 5 fixes shell testsuite for use with static builds.

Etienne (1):
  xtables: Call init_extensions{,a,b}() for static builds

Phil Sutter (4):
  libxtables: Fix for warning in xtables_ipmask_to_numeric
  Simplify static build extension loading
  nft: Review static extension loading
  tests: shell: Fix 0004-return-codes_0 for static builds

 include/xtables.h                                  |  9 +++++++++
 iptables/ip6tables-standalone.c                    |  3 ---
 iptables/iptables-restore.c                        |  4 ----
 iptables/iptables-save.c                           |  4 ----
 iptables/iptables-standalone.c                     |  2 --
 .../shell/testcases/iptables/0004-return-codes_0   |  2 +-
 iptables/xtables-arp.c                             |  4 +---
 iptables/xtables-eb.c                              |  4 +---
 iptables/xtables-monitor.c                         |  4 ++--
 iptables/xtables-restore.c                         | 10 ++++++----
 iptables/xtables-save.c                            | 10 ++++++----
 iptables/xtables-standalone.c                      | 10 ++++++----
 iptables/xtables-translate.c                       | 14 ++++++++------
 libxtables/xtables.c                               |  2 +-
 14 files changed, 41 insertions(+), 41 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-03-15 13:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-15 13:26 [iptables PATCH 0/5] Fixes for static builds Phil Sutter
2022-03-15 13:26 ` [iptables PATCH 1/5] libxtables: Fix for warning in xtables_ipmask_to_numeric Phil Sutter
2022-03-15 13:26 ` [iptables PATCH 2/5] Simplify static build extension loading Phil Sutter
2022-03-15 13:26 ` [iptables PATCH 3/5] xtables: Call init_extensions{,a,b}() for static builds Phil Sutter
2022-03-15 13:50   ` Etienne Champetier
2022-03-15 13:54     ` Phil Sutter
2022-03-15 13:26 ` [iptables PATCH 4/5] nft: Review static extension loading Phil Sutter
2022-03-15 13:26 ` [iptables PATCH 5/5] tests: shell: Fix 0004-return-codes_0 for static builds Phil Sutter

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