Home
last modified time | relevance | path

Searched refs:test_text (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/misc/lkdtm/
H A Dusercopy.c26 static const unsigned char test_text[] = "This is a test.\n"; variable
64 good_stack[i] = test_text[i % sizeof(test_text)]; in do_usercopy_stack()
324 test_text); in lkdtm_USERCOPY_KERNEL()
325 if (copy_to_user((void __user *)user_addr, test_text, in lkdtm_USERCOPY_KERNEL()
326 unconst + sizeof(test_text))) { in lkdtm_USERCOPY_KERNEL()