Merge branch 'master' of git://blackhole.kfki.hu/nf
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 10 Mar 2016 16:32:58 +0000 (17:32 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 10 Mar 2016 16:34:00 +0000 (17:34 +0100)
commit793882bfc31595dad0b54b9da8f43c5434151e03
treebfb2928b2cbfc69a132726399d31fb0c1cd485a8
parent3b8377dca1fd1974d245b2a04a708fc434761c65
parentd8aacd87180141ff6b812b53de77a4336e87c91a
Merge branch 'master' of git://blackhole.kfki.hu/nf

Jozsef Kadlecsik says:

====================
Please apply the next patch against the nf tree:

- Deniz Eren reported that parallel flush/dump of list:set type of sets
  can lead to kernel crash. The bug was due to non-RCU compatible
  flushing, listing in the set type, fixed by me.

- Julia Lawall pointed out that IPSET_ATTR_ETHER netlink attribute
  length was not checked explicitly. The patch adds the missing
  checkings.
====================

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