]> git.baikalelectronics.ru Git - kernel.git/commit
module: Move kmemleak support to a separate file
authorAaron Tomlin <atomlin@redhat.com>
Tue, 22 Mar 2022 14:03:38 +0000 (14:03 +0000)
committerLuis Chamberlain <mcgrof@kernel.org>
Tue, 5 Apr 2022 15:43:04 +0000 (08:43 -0700)
commit9e0f468b0c68343c6d091bcefac4bede12e90488
tree71f68a36c00062bb387ede5017a9733dfe1c183c
parente85e31d4e6ab41fd2f16e85cbb5ca415eb7ae7d9
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>
kernel/module/Makefile
kernel/module/debug_kmemleak.c [new file with mode: 0644]
kernel/module/internal.h
kernel/module/main.c