From: John Fastabend Date: Fri, 29 Mar 2013 08:18:37 +0000 (+0000) Subject: net: rtnetlink: fdb dflt dump must set idx used for cb->arg[0] X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~271 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91f3e7b17412d42e933949a9c297072b13a04d41;p=pandora-kernel.git net: rtnetlink: fdb dflt dump must set idx used for cb->arg[0] In rtnl_fdb_dump() when the fdb_dump ndo op is not populated we never set the idx value so that cb->arg[0] is always 0. Resulting in a endless loop of messages. Introduced with this commit, commit 090096bf3db1c281ddd034573260045888a68fea Author: Vlad Yasevich Date: Wed Mar 6 15:39:42 2013 +0000 net: generic fdb support for drivers without ndo_fdb_ CC: Vlad Yasevich Signed-off-by: John Fastabend Signed-off-by: David S. Miller --- Reading git-diff-tree failed