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:
cae3aeb
)
percpu: fix pcpu_chunk_struct_size
author
Tejun Heo
<tj@kernel.org>
Tue, 24 Feb 2009 02:57:20 +0000
(11:57 +0900)
committer
Tejun Heo
<tj@kernel.org>
Tue, 24 Feb 2009 02:57:20 +0000
(11:57 +0900)
Impact: fix short allocation leading to memory corruption
While dropping rvalue wrapping macros around global parameters,
pcpu_chunk_struct_size was set incorrectly resulting in shorter page
pointer array. Fix it.
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found