]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
netfilter: nf_log: wait for rcu grace after logger unregistration
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 17 Sep 2015 11:37:00 +0000 (13:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Oct 2015 21:49:23 +0000 (14:49 -0700)
commite1f5251641cdbf0cd701236fd3b8642549764c79
tree53b01f065caa0867d41228240cf9dfb642b494a2
parent14573919afbe6214ae8c27ac14b944c890542f96
netfilter: nf_log: wait for rcu grace after logger unregistration

commit ad5001cc7cdf9aaee5eb213fdee657e4a3c94776 upstream.

The nf_log_unregister() function needs to call synchronize_rcu() to make sure
that the objects are not dereferenced anymore on module removal.

Fixes: 5962815a6a56 ("netfilter: nf_log: use an array of loggers instead of list")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/netfilter/nf_log.c