Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull uaccess unification updates from Al Viro: "This is the uaccess unification pile. It's _not_ the end of uaccess work, but the next batch of that will go into the next cycle. This one mostly takes copy_from_user() and friends out of arch/* and gets the zero-padding behaviour in sync for all architectures. Dealing with the nocache/writethrough mess is for the next cycle; fortunately, that's x86-only. Same for cleanups in iov_iter.c (I am sold on access_ok() in there, BTW; just not in this pile), same for reducing __copy_... callsites, strn*... stuff, etc. - there will be a pile about as large as this one in the next merge window. This one sat in -next for weeks. -3KLoC" * 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: (96 commits) HAVE_ARCH_HARDENED_USERCOPY is unconditional now CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now m32r: switch to RAW_COPY_USER hexagon: switch to RAW_COPY_USER microblaze: switch to RAW_COPY_USER get rid of padding, switch to RAW_COPY_USER ia64: get rid of copy_in_user() ia64: sanitize __access_ok() ia64: get rid of 'segment' argument of __do_{get,put}_user() ia64: get rid of 'segment' argument of __{get,put}_user_check() ia64: add extable.h powerpc: get rid of zeroing, switch to RAW_COPY_USER esas2r: don't open-code memdup_user() alpha: fix stack smashing in old_adjtimex(2) don't open-code kernel_setsockopt() mips: switch to RAW_COPY_USER mips: get rid of tail-zeroing in primitives mips: make copy_from_user() zero tail explicitly mips: clean and reorder the forest of macros... mips: consolidate __invoke_... wrappers ...
Showing
- arch/alpha/include/asm/extable.h 55 additions, 0 deletionsarch/alpha/include/asm/extable.h
- arch/alpha/include/asm/futex.h 4 additions, 12 deletionsarch/alpha/include/asm/futex.h
- arch/alpha/include/asm/uaccess.h 73 additions, 232 deletionsarch/alpha/include/asm/uaccess.h
- arch/alpha/kernel/traps.c 42 additions, 110 deletionsarch/alpha/kernel/traps.c
- arch/alpha/lib/clear_user.S 26 additions, 40 deletionsarch/alpha/lib/clear_user.S
- arch/alpha/lib/copy_user.S 34 additions, 48 deletionsarch/alpha/lib/copy_user.S
- arch/alpha/lib/csum_partial_copy.c 2 additions, 8 deletionsarch/alpha/lib/csum_partial_copy.c
- arch/alpha/lib/ev6-clear_user.S 35 additions, 49 deletionsarch/alpha/lib/ev6-clear_user.S
- arch/alpha/lib/ev6-copy_user.S 45 additions, 59 deletionsarch/alpha/lib/ev6-copy_user.S
- arch/arc/include/asm/Kbuild 1 addition, 0 deletionsarch/arc/include/asm/Kbuild
- arch/arc/include/asm/uaccess.h 7 additions, 18 deletionsarch/arc/include/asm/uaccess.h
- arch/arc/mm/extable.c 0 additions, 14 deletionsarch/arc/mm/extable.c
- arch/arm/Kconfig 0 additions, 1 deletionarch/arm/Kconfig
- arch/arm/include/asm/Kbuild 1 addition, 0 deletionsarch/arm/include/asm/Kbuild
- arch/arm/include/asm/uaccess.h 16 additions, 71 deletionsarch/arm/include/asm/uaccess.h
- arch/arm/lib/uaccess_with_memcpy.c 2 additions, 2 deletionsarch/arm/lib/uaccess_with_memcpy.c
- arch/arm64/Kconfig 0 additions, 1 deletionarch/arm64/Kconfig
- arch/arm64/include/asm/extable.h 25 additions, 0 deletionsarch/arm64/include/asm/extable.h
- arch/arm64/include/asm/uaccess.h 6 additions, 77 deletionsarch/arm64/include/asm/uaccess.h
- arch/arm64/kernel/arm64ksyms.c 1 addition, 1 deletionarch/arm64/kernel/arm64ksyms.c
Please register or sign in to comment