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:
3b1a914
)
pppoatm: fix module_put() race
author
Krzysztof Mazur
<krzysiek@podlesie.net>
Tue, 6 Nov 2012 22:16:59 +0000
(23:16 +0100)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Wed, 28 Nov 2012 00:37:04 +0000
(
00:37
+0000)
The pppoatm used module_put() during unassignment from vcc with
hope that we have BKL. This assumption is no longer true.
Now owner field in atmvcc is used to move this module_put()
to vcc_destroy_socket().
Signed-off-by: Krzysztof Mazur <krzysiek@podlesie.net>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
net/atm/pppoatm.c
patch
|
blob
|
history
diff --cc
net/atm/pppoatm.c
Simple merge