History log of /linux-master/kernel/module/debug_kmemleak.c
Revision Date Author Comments
# 473c84d1 22-Mar-2022 Aaron Tomlin <atomlin@redhat.com>

module: Move kmemleak support to a separate file

No functional change.

This patch migrates kmemleak code out of core module
code into kernel/module/debug_kmemleak.c

Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Aaron Tomlin <atomlin@redhat.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>