-
- Downloads
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 user access changes from Ingo Molnar: "This tree contains two copy_[from/to]_user() build time checking changes/enhancements from Jan Beulich. The desired outcome is to get better compiler warnings with CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y, to keep people from introducing bugs such as overflows and information leaks" * 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86: Unify copy_to_user() and add size checking to it x86: Unify copy_from_user() size checking
Showing
- arch/x86/include/asm/uaccess.h 98 additions, 0 deletionsarch/x86/include/asm/uaccess.h
- arch/x86/include/asm/uaccess_32.h 0 additions, 29 deletionsarch/x86/include/asm/uaccess_32.h
- arch/x86/include/asm/uaccess_64.h 0 additions, 28 deletionsarch/x86/include/asm/uaccess_64.h
- arch/x86/lib/usercopy_32.c 3 additions, 5 deletionsarch/x86/lib/usercopy_32.c
Loading
Please register or sign in to comment