git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f404e4
)
net: use hlist_del_rcu() in dev_change_name()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 17 May 2011 17:56:59 +0000
(13:56 -0400)
committer
David S. Miller
<davem@davemloft.net>
Tue, 17 May 2011 17:56:59 +0000
(13:56 -0400)
Using plain hlist_del() in dev_change_name() is wrong since a
concurrent reader can crash trying to dereference LIST_POISON1.
Bug introduced in commit
72c9528bab94
(net: Introduce
dev_get_by_name_rcu())
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found