]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
authorJakub Kicinski <kuba@kernel.org>
Tue, 5 Apr 2022 20:04:03 +0000 (13:04 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 5 Apr 2022 20:04:04 +0000 (13:04 -0700)
commit839416d35c7eb578f86e5968ba30248968e30ae7
tree5863d546befeb88940c72bc22645fef9d1e917ba
parent923060149361b9ad166a84f3ad1a67079af3418f
parent617ae62596338f1d2d20275164a58ff17621550b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf

Pablo Neira Ayuso says:

====================
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.

* git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf:
  netfilter: nf_tables: memcg accounting for dynamically allocated objects
  netfilter: bitwise: fix reduce comparisons
====================

Link: https://lore.kernel.org/r/20220405100923.7231-1-pablo@netfilter.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>