Merge branch 'master' of git://blackhole.kfki.hu/nf
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 26 Feb 2020 12:55:15 +0000 (13:55 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 26 Feb 2020 12:55:15 +0000 (13:55 +0100)
commit9ea4894ba4492c1afeff3142f34bcf9af706a2e1
tree7104e3a6a1ed74e4ab36f653f9a61f151d0b07f0
parentd0820556507bd7aef4f3a615b1b6eb66eb9785fe
parent8af1c6fbd9239877998c7f5a591cb2c88d41fb66
Merge branch 'master' of git://blackhole.kfki.hu/nf

Jozsef Kadlecsik says:

====================
ipset patches for nf

The first one is larger than usual, but the issue could not be solved simpler.
Also, it's a resend of the patch I submitted a few days ago, with a one line
fix on top of that: the size of the comment extensions was not taken into
account at reporting the full size of the set.

- Fix "INFO: rcu detected stall in hash_xxx" reports of syzbot
  by introducing region locking and using workqueue instead of timer based
  gc of timed out entries in hash types of sets in ipset.
- Fix the forceadd evaluation path - the bug was also uncovered by the syzbot.
====================

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>