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:
85ae87c
)
x86: fix duplicate free in setup_pcpu_remap() failure path
author
Tejun Heo
<tj@kernel.org>
Mon, 22 Jun 2009 02:56:24 +0000
(11:56 +0900)
committer
Tejun Heo
<tj@kernel.org>
Mon, 22 Jun 2009 02:56:24 +0000
(11:56 +0900)
In the failure path, setup_pcpu_remap() tries to free the area which
has already been freed to make holes in the large page. Fix it.
[ Impact: fix duplicate free in failure path ]
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/setup_percpu.c
patch
|
blob
|
history
diff --cc
arch/x86/kernel/setup_percpu.c
Simple merge