From: Pablo Neira Ayuso Date: Thu, 5 Jun 2014 12:28:44 +0000 (+0200) Subject: netfilter: ctnetlink: fix dumping of dying/unconfirmed conntracks X-Git-Tag: omap-for-v3.16/fixes-rc4~53^2~31^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=266155b2de8fb721ae353688529b2f8bcdde2f90;p=pandora-kernel.git netfilter: ctnetlink: fix dumping of dying/unconfirmed conntracks The dumping prematurely stops, it seems the callback argument that indicates that all entries have been dumped is set after iterating on the first cpu list. The dumping also may stop before the entire per-cpu list content is also dumped. With this patch, conntrack -L dying now shows the dying list content again. Fixes: b7779d06 ("netfilter: conntrack: spinlock per cpu to protect special lists.") Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed