I'm starting to push over my nftables set patches, as a first batch these three patches fix some bugs I noticed in the process: * a race condition in the transaction code * a possible rule dlen overflow * a possible userdata ulen overflow Since they will probably go through nf.git and I also require them in nf-next.git for my following patches, I'd appreciate if you could merge them into nf-next as soon as possible. Thanks! Patrick McHardy (3): netfilter: nf_tables: fix transaction race condition netfilter: nf_tables: check for overflow of rule dlen field netfilter: nf_tables: fix userdata length overflow include/net/netfilter/nf_tables.h | 22 +++++++++++++++++++--- net/netfilter/nf_tables_api.c | 34 ++++++++++++++++++++++++---------- 2 files changed, 43 insertions(+), 13 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html