Hi, The following patchset contains Netfilter fixes for net: 1) Incorrect comparison in bitmask .reduce, from Jeremy Sowden. 2) Missing GFP_KERNEL_ACCOUNT for dynamically allocated objects, from Vasily Averin. Please, pull these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git Thanks. ---------------------------------------------------------------- The following changes since commit ad7da1ce5749c0eb4f09dd7e5510123be56f10fb: net: lan966x: fix kernel oops on ioctl when I/F is down (2022-03-29 10:47:24 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git HEAD for you to fetch changes up to 42193ffd79bd3acd91bd947e53f3548a3661d0a1: netfilter: nf_tables: memcg accounting for dynamically allocated objects (2022-04-05 11:55:46 +0200) ---------------------------------------------------------------- Jeremy Sowden (1): netfilter: bitwise: fix reduce comparisons Vasily Averin (1): netfilter: nf_tables: memcg accounting for dynamically allocated objects net/netfilter/nf_tables_api.c | 2 +- net/netfilter/nft_bitwise.c | 4 ++-- net/netfilter/nft_connlimit.c | 2 +- net/netfilter/nft_counter.c | 2 +- net/netfilter/nft_last.c | 2 +- net/netfilter/nft_limit.c | 2 +- net/netfilter/nft_quota.c | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-)