This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allnoconfig in repository toolchain/linux-next.
from 96d4f267e40f Remove 'type' argument from access_ok() function adds 4caf4ebfe4cf Fix access_ok() fallout for sparc32 and powerpc adds 0b2c8f8b6b0c i915: fix missing user_access_end() in page fault exception case adds 594cc251fdd0 make 'user_access_begin()' do 'access_ok()' adds 4a789213c9a5 x86 uaccess: Introduce __put_user_goto adds a959dc88f9c8 Use __put_user_goto in __put_user_size() and unsafe_put_user() adds 170d13ca3a2f x86: re-introduce non-generic memcpy_{to,from}io adds 3fed6ae4b027 ia64: fix compile without swiotlb
No new revisions were added by this update.
Summary of changes: arch/ia64/Kconfig | 2 +- arch/ia64/mm/init.c | 2 + arch/powerpc/include/asm/uaccess.h | 2 +- arch/sparc/include/asm/uaccess_32.h | 3 +- arch/x86/include/asm/io.h | 8 +++ arch/x86/include/asm/string_64.h | 18 ------ arch/x86/include/asm/uaccess.h | 90 ++++++++++++++++-------------- arch/x86/lib/Makefile | 1 + arch/x86/lib/iomem.c | 42 ++++++++++++++ drivers/gpu/drm/i915/i915_gem_execbuffer.c | 16 +++++- include/linux/uaccess.h | 2 +- kernel/compat.c | 6 +- kernel/exit.c | 6 +- lib/strncpy_from_user.c | 9 +-- lib/strnlen_user.c | 9 +-- 15 files changed, 132 insertions(+), 84 deletions(-) create mode 100644 arch/x86/lib/iomem.c