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:
46da276
)
flex_array: fix the panic when calling flex_array_alloc() without __GFP_ZERO
author
Changli Gao
<xiaosuo@gmail.com>
Fri, 23 Apr 2010 17:17:45 +0000
(13:17 -0400)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 24 Apr 2010 18:31:24 +0000
(11:31 -0700)
memset() is called with the wrong address and the kernel panics.
Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Cc: Patrick McHardy <kaber@trash.net>
Acked-by: David Rientjes <rientjes@google.com>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found