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:
b651463
)
xen/gntdev: don't leak memory from IOCTL_GNTDEV_MAP_GRANT_REF
author
David Vrabel
<david.vrabel@citrix.com>
Wed, 24 Oct 2012 11:39:02 +0000
(12:39 +0100)
committer
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Tue, 30 Oct 2012 13:27:32 +0000
(09:27 -0400)
map->kmap_ops allocated in gntdev_alloc_map() wasn't freed by
gntdev_put_map().
Add a gntdev_free_map() helper function to free everything allocated
by gntdev_alloc_map().
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Cc: stable@vger.kernel.org
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
No differences found