From: Pablo Neira Ayuso Date: Thu, 22 May 2014 10:36:03 +0000 (+0200) Subject: netfilter: nf_tables: fix wrong transaction ordering in set elements X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~61^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46bbafceb201df635b7c0a9d7a0e526cb2f8cb75;p=pandora-kernel.git netfilter: nf_tables: fix wrong transaction ordering in set elements The transaction needs to be placed at the end of the commit list, otherwise event notifications are reordered and we may crash when releasing object via call_rcu. This problem was introduced in 60319eb ("netfilter: nf_tables: use new transaction infrastructure to handle elements"). Reported-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed