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:
da9a638
)
slab,rcu: don't assume the size of struct rcu_head
author
Lai Jiangshan
<laijs@cn.fujitsu.com>
Thu, 10 Mar 2011 07:22:24 +0000
(15:22 +0800)
committer
Pekka Enberg
<penberg@kernel.org>
Fri, 11 Mar 2011 16:06:35 +0000
(18:06 +0200)
The size of struct rcu_head may be changed. When it becomes larger,
it may pollute the data after struct slab.
Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
No differences found