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:
ab941e0
)
bsdacct: use del_timer_sync() in acct_exit_ns()
author
Vitaliy Gusev
<vgusev@openvz.org>
Tue, 11 May 2010 21:06:56 +0000
(14:06 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 12 May 2010 00:33:42 +0000
(17:33 -0700)
acct_exit_ns --> acct_file_reopen deletes timer without check timer
execution on other CPUs. So acct_timeout() can change an unmapped memory.
Signed-off-by: Vitaliy Gusev <vgusev@openvz.org>
Cc: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found