From: David S. Miller Date: Sun, 3 Jul 2022 11:29:18 +0000 (+0100) Subject: Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf X-Git-Tag: v6.1-rc5~943^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=280e3a857d96f9ca8e24632788e1e7a0fec4e9f7;p=platform%2Fkernel%2Flinux-starfive.git Merge git://git./linux/kernel/git/netfilter/nf Pablo Neira Ayuso says: ==================== Netfilter fixes for net The following patchset contains Netfilter fixes for net: 1) Insufficient validation of element datatype and length in nft_setelem_parse_data(). At least commit 7d7402642eaf updates maximum element data area up to 64 bytes when only 16 bytes where supported at the time. Support for larger element size came later in fdb9c405e35b though. Picking this older commit as Fixes: tag to be safe than sorry. 2) Memleak in pipapo destroy path, reproducible when transaction in aborted. This is already triggering in the existing netfilter test infrastructure since more recent new tests are covering this path. ==================== Signed-off-by: David S. Miller --- 280e3a857d96f9ca8e24632788e1e7a0fec4e9f7