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:
20246a8
)
ipx: fix ipx_release()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 22 Mar 2011 01:16:39 +0000
(18:16 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 22 Mar 2011 01:16:39 +0000
(18:16 -0700)
Commit
b0d0d915d1d1a0
(remove the BKL) added a regression, because
sock_put() can free memory while we are going to use it later.
Fix is to delay sock_put() _after_ release_sock().
Reported-by: Ingo Molnar <mingo@elte.hu>
Tested-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipx/af_ipx.c
patch
|
blob
|
history
diff --cc
net/ipx/af_ipx.c
Simple merge