lib: add test module for CONFIG_DEBUG_VIRTUAL
authorFlorian Fainelli <[email protected]>
Fri, 8 Sep 2017 23:15:31 +0000 (16:15 -0700)
committerLinus Torvalds <[email protected]>
Sat, 9 Sep 2017 01:26:49 +0000 (18:26 -0700)
commite4dace3615526fd66c86dd535ee4bc9e8c706e37
tree48e3720ba8cebfba4d4c3ed753025a1854b9a758
parent9888a588ea96ba2804f955bbc2667346719da887
lib: add test module for CONFIG_DEBUG_VIRTUAL

Add a test module that allows testing that CONFIG_DEBUG_VIRTUAL works
correctly, at least that it can catch invalid calls to virt_to_phys()
against the non-linear kernel virtual address map.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Florian Fainelli <[email protected]>
Cc: "Luis R. Rodriguez" <[email protected]>
Cc: Kees Cook <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/Kconfig.debug
lib/Makefile
lib/test_debug_virtual.c [new file with mode: 0644]