These bug-fixes were originally part of a larger series adding shifted port-ranges to nft NAT and targetting nf-next, but Florian suggested sending them via nf instead to get them upstream more quickly. * Patches 1-3 correct the sizes in `nft_parse_register_load` calls in nft_nat, nft_masq and nft_redir. * Patch 4 corrects a C&P mistake in an nft_redir `nft_expr_type` definition. Jeremy Sowden (4): netfilter: nft_nat: correct length for loading protocol registers netfilter: nft_masq: correct length for loading protocol registers netfilter: nft_redir: correct length for loading protocol registers netfilter: nft_redir: correct value of inet type `.maxattrs` net/netfilter/nft_masq.c | 2 +- net/netfilter/nft_nat.c | 2 +- net/netfilter/nft_redir.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) -- 2.39.2