]> Git Repo - linux.git/commit
kasan: move tests to mm/kasan/
authorAndrey Konovalov <[email protected]>
Mon, 5 Sep 2022 22:18:36 +0000 (00:18 +0200)
committerAndrew Morton <[email protected]>
Mon, 3 Oct 2022 21:03:02 +0000 (14:03 -0700)
commitf7e01ab828fd4bf6d25b1f143a3994241e8572bf
treec7103881feb9c8aaf9d7996d918007cdaed8e737
parent34b592ce5cc2dbd7d94812bff12ec32d3ec6f65c
kasan: move tests to mm/kasan/

Move KASAN tests to mm/kasan/ to keep the test code alongside the
implementation.

Link: https://lkml.kernel.org/r/676398f0aeecd47d2f8e3369ea0e95563f641a36.1662416260.git.andreyknvl@google.com
Signed-off-by: Andrey Konovalov <[email protected]>
Reviewed-by: Marco Elver <[email protected]>
Cc: Alexander Potapenko <[email protected]>
Cc: Andrey Konovalov <[email protected]>
Cc: Andrey Ryabinin <[email protected]>
Cc: Dmitry Vyukov <[email protected]>
Cc: Marco Elver <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
MAINTAINERS
lib/Makefile
lib/test_kasan.c [deleted file]
lib/test_kasan_module.c [deleted file]
mm/kasan/Makefile
mm/kasan/kasan_test.c [new file with mode: 0644]
mm/kasan/kasan_test_module.c [new file with mode: 0644]
This page took 0.057352 seconds and 4 git commands to generate.