Skip to content

Instantly share code, notes, and snippets.

@bobbywilson0
Created July 13, 2011 16:43
Show Gist options
  • Save bobbywilson0/1080713 to your computer and use it in GitHub Desktop.
Save bobbywilson0/1080713 to your computer and use it in GitHub Desktop.
grit output
commit c506653d35249bb4738bb139c24362e1ae724bc1
tree 24fdcd4d25b8e0fd14c4074f3ef3673d3c7f6eb3
parent 0a0b7a5f7a043d86a95990d3227cf7e823ae52ac
author Eric Dumazet <eric.dumazet@gmail.com> 1295903776 -0800
committer David S. Miller <davem@davemloft.net> 1295903776 -0800
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 <jamie@audible.transient.net>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
D, [2011-07-13T10:32:08.485424 #63061] DEBUG -- :
D, [2011-07-13T10:37:19.006839 #63061] DEBUG -- : /usr/local/bin/git --git-dir=/Users/bobbywilson/projects/linux-2.6.38.y/.git command
D, [2011-07-13T10:37:19.538357 #63061] DEBUG -- :
D, [2011-07-13T10:37:19.538769 #63061] DEBUG -- : git: 'command' is not a git command. See 'git --help'.
Grit::Git::GitTimeout
Repository: ~/projects/linux-2.6.38.y
Branches: [#<Grit::Head "master">]
Commits: 234801
Foo: 227
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment