summaryrefslogtreecommitdiffstats
path: root/lib/test_user_copy.c
Commit message (Expand)AuthorAgeFilesLines
* usercopy: Avoid soft lockups in test_check_nonzero_user()Michael Ellerman2019-10-161-3/+19
* lib: test_user_copy: style cleanupAleksa Sarai2019-10-071-6/+9
* usercopy: Add parentheses around assignment in test_copy_struct_from_userNathan Chancellor2019-10-031-2/+2
* lib: introduce copy_struct_from_user() helperAleksa Sarai2019-10-011-6/+130
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
* treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2018-03-261-2/+0
* mn10300: Remove the architectureDavid Howells2018-03-091-1/+0
* lib: remove check for AVR32 arch in test_user_copyHans-Christian Noren Egtvedt2017-05-011-1/+0
* usercopy: ARM NOMMU has no 64-bit get_userArnd Bergmann2017-02-221-1/+2
* usercopy: Add tests for all get_user() sizesKees Cook2017-02-211-13/+76
* usercopy: Adjust tests to deal with SMAP/PANKees Cook2017-02-161-8/+24
* usercopy: add testcases to check zeroing on failureHoeun Ryu2017-02-161-0/+10
* test: check copy_to/from_user boundary validationKees Cook2014-01-231-0/+110