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:
81ee1ba
)
integrity: fix IMA inode leak
author
Hugh Dickins
<hugh.dickins@tiscali.co.uk>
Sat, 6 Jun 2009 20:18:09 +0000
(21:18 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 6 Jun 2009 21:33:41 +0000
(14:33 -0700)
CONFIG_IMA=y inode activity leaks iint_cache and radix_tree_node objects
until the system runs out of memory. Nowhere is calling ima_inode_free()
a.k.a. ima_iint_delete(). Fix that by calling it from destroy_inode().
Signed-off-by: Hugh Dickins <hugh.dickins@tiscali.co.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found