]> git.baikalelectronics.ru Git - kernel.git/commit
kmemleak: Add modules support
authorCatalin Marinas <catalin.marinas@arm.com>
Thu, 11 Jun 2009 12:23:20 +0000 (13:23 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 11 Jun 2009 16:03:31 +0000 (17:03 +0100)
commit40f71ec1e64de662d29728ae54d37eac80a15626
tree186c4b99261215b40e1e112e59259bb7f409cbaa
parentd8c46a889937d8de744cfcb4460e09aa1c86ad2f
kmemleak: Add modules support

This patch handles the kmemleak operations needed for modules loading so
that memory allocations from inside a module are properly tracked.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
kernel/module.c