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:
b6e6872
)
kmemleak: Inform kmemleak about pid_hash
author
Catalin Marinas
<catalin.marinas@arm.com>
Mon, 29 Jun 2009 16:13:55 +0000
(17:13 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Mon, 29 Jun 2009 16:14:14 +0000
(17:14 +0100)
Kmemleak does not track alloc_bootmem calls but the pid_hash allocated
in pidhash_init() would need to be scanned as it contains pointers to
struct pid objects.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
No differences found