All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nf 0/2] nft_set_rbtree: Two fixes for overlap detection on insert
@ 2020-08-19 21:59 Stefano Brivio
  2020-08-19 21:59 ` [PATCH nf 1/2] nft_set_rbtree: Handle outcomes of tree rotations in overlap detection Stefano Brivio
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stefano Brivio @ 2020-08-19 21:59 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: netfilter-devel, Andreas Fischer

Patch 1/2 fixes false positive cases resulting from a flawed
assumption highlighted by
	https://bugzilla.netfilter.org/show_bug.cgi?id=1449
and is addressed for stable (5.6.x).

Patch 2/2 fixes a false negative case I noticed while skipping
different interval overlap checks in nft.

Stefano Brivio (2):
  nft_set_rbtree: Handle outcomes of tree rotations in overlap detection
  nft_set_rbtree: Detect partial overlap with start endpoint match

 net/netfilter/nft_set_rbtree.c | 57 ++++++++++++++++++++++++++++------
 1 file changed, 47 insertions(+), 10 deletions(-)

-- 
2.28.0


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

end of thread, other threads:[~2020-08-21 17:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-19 21:59 [PATCH nf 0/2] nft_set_rbtree: Two fixes for overlap detection on insert Stefano Brivio
2020-08-19 21:59 ` [PATCH nf 1/2] nft_set_rbtree: Handle outcomes of tree rotations in overlap detection Stefano Brivio
2020-08-19 21:59 ` [PATCH nf 2/2] nft_set_rbtree: Detect partial overlap with start endpoint match Stefano Brivio
2020-08-21 17:46 ` [PATCH nf 0/2] nft_set_rbtree: Two fixes for overlap detection on insert 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.