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:
b578f3f
)
slob: fix lockup in slob_free()
author
Nick Piggin
<nickpiggin@yahoo.com.au>
Mon, 16 Mar 2009 10:00:28 +0000
(21:00 +1100)
committer
Pekka Enberg
<penberg@cs.helsinki.fi>
Mon, 23 Mar 2009 08:40:45 +0000
(10:40 +0200)
Don't hold SLOB lock when freeing the page. Reduces lock hold width. See
the following thread for discussion of the bug:
http://marc.info/?l=linux-kernel&m=
123709983214143
&w=2
Reported-by: Ingo Molnar <mingo@elte.hu>
Acked-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
No differences found