From: Eric Dumazet Date: Tue, 21 Feb 2012 10:46:49 +0000 (+0000) Subject: atm: clip: remove clip_tbl X-Git-Tag: v3.3-rc6~36^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=597cdbc2239e6019bbb2dd73b266f436166f0427;p=pandora-kernel.git atm: clip: remove clip_tbl Commit 32092ecf0644 (atm: clip: Use device neigh support on top of "arp_tbl".) introduced a bug since clip_tbl is zeroed : Crash occurs in __neigh_for_each_release() idle_timer_check() must use instead arp_tbl and neigh_check_cb() should ignore non clip neighbours. Idea from David Miller. Reported-by: Meelis Roos Signed-off-by: Eric Dumazet Tested-by: Meelis Roos Signed-off-by: David S. Miller --- Reading git-diff-tree failed