All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nft 0/3] netlink_delinearize cleanups
@ 2021-12-01 11:59 Florian Westphal
  2021-12-01 11:59 ` [PATCH nft 1/3] netlink_delinearize: use correct member type Florian Westphal
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Florian Westphal @ 2021-12-01 11:59 UTC (permalink / raw)
  To: netfilter-devel

No indended behavioural changes here.
binop postprocessing has been extended a lot and in a few places
things only work because expr->map and expr->left alias to the same
location.

 src/netlink_delinearize.c |    2 -
 src/netlink_delinearize.c |   74 +++++++++++++++++++++++++-------------------
 2 files changed, 44 insertions(+), 32 deletions(-)


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

end of thread, other threads:[~2021-12-01 13:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-01 11:59 [PATCH nft 0/3] netlink_delinearize cleanups Florian Westphal
2021-12-01 11:59 ` [PATCH nft 1/3] netlink_delinearize: use correct member type Florian Westphal
2021-12-01 11:59 ` [PATCH nft 2/3] netlink_delinearize: rename misleading variable Florian Westphal
2021-12-01 11:59 ` [PATCH nft 3/3] netlink_delinearize: binop: make accesses to expr->left/right conditional Florian Westphal
2021-12-01 13:10 ` [PATCH nft 0/3] netlink_delinearize cleanups Pablo Neira Ayuso

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.