]> Git Repo - linux.git/commit
mm,kmemleak-test.c: move kmemleak-test.c to samples dir
authorHui Su <[email protected]>
Tue, 13 Oct 2020 23:48:53 +0000 (16:48 -0700)
committerLinus Torvalds <[email protected]>
Wed, 14 Oct 2020 01:38:27 +0000 (18:38 -0700)
commit1abbef4f51724fb11f09adf0e75275f7cb422a8a
treef2594144713204c20dab7cfbc867489d9b85b7c5
parentc4b28963fd79457315783b3b0f21c01eb88cfdc1
mm,kmemleak-test.c: move kmemleak-test.c to samples dir

kmemleak-test.c is just a kmemleak test module, which also can not be used
as a built-in kernel module.  Thus, i think it may should not be in mm
dir, and move the kmemleak-test.c to samples/kmemleak/kmemleak-test.c.
Fix the spelling of built-in by the way.

Signed-off-by: Hui Su <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Mauro Carvalho Chehab <[email protected]>
Cc: David S. Miller <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Cc: Josh Poimboeuf <[email protected]>
Cc: Steven Rostedt (VMware) <[email protected]>
Cc: Miguel Ojeda <[email protected]>
Cc: Divya Indi <[email protected]>
Cc: Tomas Winkler <[email protected]>
Cc: David Howells <[email protected]>
Link: https://lkml.kernel.org/r/20200925183729.GA172837@rlk
Signed-off-by: Linus Torvalds <[email protected]>
Documentation/dev-tools/kmemleak.rst
MAINTAINERS
mm/Makefile
mm/kmemleak-test.c [deleted file]
samples/Makefile
samples/kmemleak/Makefile [new file with mode: 0644]
samples/kmemleak/kmemleak-test.c [new file with mode: 0644]
This page took 0.058239 seconds and 4 git commands to generate.