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)
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>

Trivial merge