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:
bc1b0df
)
xen/pvh: Fix misplaced kfree from xlated_setup_gnttab_pages
author
Dave Jones
<davej@fedoraproject.org>
Mon, 27 Jan 2014 15:56:09 +0000
(10:56 -0500)
committer
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Fri, 31 Jan 2014 14:48:58 +0000
(09:48 -0500)
Passing a freed 'pages' to free_xenballooned_pages will end badly
on kernels with slub debug enabled.
This looks out of place between the rc assign and the check, but
we do want to kfree pages regardless of which path we take.
Signed-off-by: Dave Jones <davej@fedoraproject.org>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
No differences found