lib: add test module for CONFIG_DEBUG_VIRTUAL
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 8 Sep 2017 23:15:31 +0000 (16:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
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/20170808164035.26725-1-f.fainelli@gmail.com
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Cc: "Luis R. Rodriguez" <mcgrof@kernel.org>
Cc: Kees Cook <keescook@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/Kconfig.debug
lib/Makefile
lib/test_debug_virtual.c [new file with mode: 0644]