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:
79cac2a
)
[IPV6]: Fix addrconf dead lock.
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Tue, 27 Dec 2005 21:35:15 +0000
(13:35 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 27 Dec 2005 21:35:15 +0000
(13:35 -0800)
We need to release idev->lcok before we call addrconf_dad_stop().
It calls ipv6_addr_del(), which will hold idev->lock.
Bug spotted by Yasuyuki KOZAKAI <yasuyuki.kozakai@toshiba.co.jp>.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found