aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_user_copy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-16usercopy: Avoid soft lockups in test_check_nonzero_user()Michael Ellerman1-3/+19
2019-10-07lib: test_user_copy: style cleanupAleksa Sarai1-6/+9
2019-10-03usercopy: Add parentheses around assignment in test_copy_struct_from_userNathan Chancellor1-2/+2
2019-10-01lib: introduce copy_struct_from_user() helperAleksa Sarai1-6/+130
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-9/+1
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann1-2/+0
2018-03-09mn10300: Remove the architectureDavid Howells1-1/+0
2017-05-01lib: remove check for AVR32 arch in test_user_copyHans-Christian Noren Egtvedt1-1/+0
2017-02-22usercopy: ARM NOMMU has no 64-bit get_userArnd Bergmann1-1/+2
2017-02-21usercopy: Add tests for all get_user() sizesKees Cook1-13/+76
2017-02-16usercopy: Adjust tests to deal with SMAP/PANKees Cook1-8/+24
2017-02-16usercopy: add testcases to check zeroing on failureHoeun Ryu1-0/+10
2014-01-23test: check copy_to/from_user boundary validationKees Cook1-0/+110