summaryrefslogtreecommitdiffstats
path: root/lib/strncpy_from_user.c
Commit message (Expand)AuthorAgeFilesLines
* lib/strncpy_from_user.c: Mask out bytes after NUL terminator.Daniel Xu2020-11-191-2/+17
* lib, uaccess: add failure injection to usercopy functionsAlbert van der Linde2020-10-161-0/+3
* lib: Add might_fault() to strncpy_from_user.KP Singh2020-06-041-0/+1
* uaccess: Selectively open read or write user accessChristophe Leroy2020-05-011-2/+2
* lib: Reduce user_access_begin() boundaries in strncpy_from_user() and strnlen...Christophe Leroy2020-01-241-7/+7
* lib: untag user pointers in strn*_userAndrey Konovalov2019-09-251-1/+2
* mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versionsPeter Zijlstra2019-04-241-2/+3
* make 'user_access_begin()' do 'access_ok()'Linus Torvalds2019-01-041-4/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* lib: harden strncpy_from_userMark Rutland2016-10-111-0/+2
* unsafe_[get|put]_user: change interface to use a error target labelLinus Torvalds2016-08-081-4/+4
* x86/kasan: instrument user memory access APIAndrey Ryabinin2016-05-201-0/+2
* Use the new batched user accesses in generic user string handlingLinus Torvalds2015-12-171-3/+8
* lib/strncpy_from_user.c: replace module.h includeRasmus Villemoes2015-02-121-1/+2
* word-at-a-time: make the interfaces truly genericLinus Torvalds2012-05-261-40/+7
* lib: Sparc's strncpy_from_user is generic enough, move under lib/David S. Miller2012-05-241-0/+146