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:
b4916cb
)
mm, percpu: Make sure percpu_alloc early parameter has an argument
author
Cyrill Gorcunov
<gorcunov@openvz.org>
Sat, 24 Nov 2012 21:17:13 +0000
(
01:17
+0400)
committer
Tejun Heo
<tj@kernel.org>
Sun, 2 Dec 2012 14:23:04 +0000
(06:23 -0800)
Otherwise we are getting a nil dereference if percpu_alloc kernel boot
argument is specified without value.
| [ 0.000000] BUG: unable to handle kernel NULL pointer dereference at (null)
| [ 0.000000] IP: [<
ffffffff81391360
>] strcmp+0x10/0x30
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found