All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nft v3 0/2] drop warning messages from stmt_print_json()/expr_print_json()
@ 2023-11-03 16:25 Thomas Haller
  2023-11-03 16:25 ` [PATCH nft v3 1/2] json: drop handling missing json() hook in expr_print_json() Thomas Haller
  2023-11-03 16:25 ` [PATCH nft v3 2/2] json: drop warning on stderr for missing json() hook in stmt_print_json() Thomas Haller
  0 siblings, 2 replies; 14+ messages in thread
From: Thomas Haller @ 2023-11-03 16:25 UTC (permalink / raw)
  To: NetFilter; +Cc: Thomas Haller

The second patch "json: drop warning on stderr for missing json() hook
in stmt_print_json()" is important to add .json-nft tests from

  Subject:    [PATCH nft 0/7] add and check dump files for JSON in tests/shell
  Date:   Tue, 31 Oct 2023 19:53:26 +0100

(while fixing the bug in stmt_print_json()/chain_stmt_ops.json might take longer).

This replaces v1:

  Subject:  [PATCH nft 2/7] json: drop messages "warning: stmt ops chain have no json callback"
  Date: Tue, 31 Oct 2023 19:53:28 +0100

and v2:

  Subject:  [PATCH nft 1/2] json: implement json() hook for "symbol_expr_ops"/"variabl_expr_ops"
  Subject:  [PATCH nft 2/2] json: drop handling missing json() hook for "struct expr_ops"
  Date:   Thu,  2 Nov 2023 12:20:28 +0100

Thomas Haller (2):
  json: drop handling missing json() hook in expr_print_json()
  json: drop warning on stderr for missing json() hook in
    stmt_print_json()

 src/expression.c |  2 ++
 src/json.c       | 38 ++++++++++++++++----------------------
 src/statement.c  |  1 +
 3 files changed, 19 insertions(+), 22 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-11-05 16:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-03 16:25 [PATCH nft v3 0/2] drop warning messages from stmt_print_json()/expr_print_json() Thomas Haller
2023-11-03 16:25 ` [PATCH nft v3 1/2] json: drop handling missing json() hook in expr_print_json() Thomas Haller
2023-11-03 16:57   ` Florian Westphal
2023-11-03 21:37   ` Phil Sutter
2023-11-04  5:28     ` Thomas Haller
2023-11-05 10:40       ` Phil Sutter
2023-11-05 16:56         ` Pablo Neira Ayuso
2023-11-03 16:25 ` [PATCH nft v3 2/2] json: drop warning on stderr for missing json() hook in stmt_print_json() Thomas Haller
2023-11-03 16:46   ` Pablo Neira Ayuso
2023-11-03 16:59     ` Florian Westphal
2023-11-03 18:20       ` Thomas Haller
2023-11-03 17:03     ` Thomas Haller
2023-11-03 21:47   ` Phil Sutter
2023-11-04  6:21     ` Thomas Haller

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.