From: Eric Dumazet Date: Mon, 24 Jan 2011 21:16:16 +0000 (-0800) Subject: net: arp_ioctl() must hold RTNL X-Git-Tag: v2.6.38-rc3~29^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c506653d35249bb4738bb139c24362e1ae724bc1;p=pandora-kernel.git net: arp_ioctl() must hold RTNL Commit 941666c2e3e0 "net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()" introduced a regression, reported by Jamie Heilman. "arp -Ds 192.168.2.41 eth0 pub" triggered the ASSERT_RTNL() assert in pneigh_lookup() Removing RTNL requirement from arp_ioctl() was a mistake, just revert that part. Reported-by: Jamie Heilman Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed