This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 730bf31b8fc8 Merge tag 'tag-chrome-platform-for-v5.15' of git://git.ker [...] new c68ed7945701 mm/vmstat: protect per cpu variables with preempt disable on RT new 2b9b624f5aef mm: migrate: introduce a local variable to get the number [...] new 68a9843f14b6 mm: migrate: fix the incorrect function name in comments new 213ecb315751 mm: migrate: change to use bool type for 'page_was_mapped' new 4b692e861619 kexec: move locking into do_kexec_load new 5d700a0fd71d kexec: avoid compat_alloc_user_space new 5b1b561ba73c mm: simplify compat_sys_move_pages new e130242dc351 mm: simplify compat numa syscalls new 59ab844eed9c compat: remove some compat entry points new a7a08b275a8b arch: remove compat_alloc_user_space new 4b42fb213678 mm/hmm: bypass devmap pte when all pfn requested flags are [...] new 13db8c50477d mm/hugetlb: initialize hugetlb_usage in mm_init new 32d4f4b782bb mm,vmscan: fix divide by zero in get_scan_count new 053cfda10230 mm/page_alloc.c: avoid accessing uninitialized pcp page mi [...] new 10994316089c mmap_lock: change trace and locking order new 79d3705040c3 mm/kmemleak: allow __GFP_NOLOCKDEP passed to kmemleak's gfp new 276aeee1c5fc mm/mempolicy: fix a race between offset_il_node and mpol_r [...] new ddb13122aa7e nds32/setup: remove unused memblock_region variable in set [...] new a3fa7a101dcf Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew)
The 19 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/arm64/include/asm/compat.h | 5 - arch/arm64/include/asm/uaccess.h | 11 -- arch/arm64/include/asm/unistd32.h | 10 +- arch/arm64/lib/Makefile | 2 +- arch/arm64/lib/copy_in_user.S | 77 ----------- arch/mips/cavium-octeon/octeon-memcpy.S | 2 - arch/mips/include/asm/compat.h | 8 -- arch/mips/include/asm/uaccess.h | 26 ---- arch/mips/kernel/syscalls/syscall_n32.tbl | 10 +- arch/mips/kernel/syscalls/syscall_o32.tbl | 10 +- arch/mips/lib/memcpy.S | 11 -- arch/nds32/kernel/setup.c | 1 - arch/parisc/include/asm/compat.h | 6 - arch/parisc/include/asm/uaccess.h | 2 - arch/parisc/kernel/syscalls/syscall.tbl | 8 +- arch/parisc/lib/memcpy.c | 9 -- arch/powerpc/include/asm/compat.h | 16 --- arch/powerpc/kernel/syscalls/syscall.tbl | 10 +- arch/s390/include/asm/compat.h | 10 -- arch/s390/include/asm/uaccess.h | 3 - arch/s390/kernel/syscalls/syscall.tbl | 10 +- arch/s390/lib/uaccess.c | 63 --------- arch/sparc/include/asm/compat.h | 19 --- arch/sparc/kernel/process_64.c | 2 +- arch/sparc/kernel/signal32.c | 12 +- arch/sparc/kernel/signal_64.c | 8 +- arch/sparc/kernel/syscalls/syscall.tbl | 10 +- arch/x86/entry/syscalls/syscall_32.tbl | 4 +- arch/x86/entry/syscalls/syscall_64.tbl | 2 +- arch/x86/include/asm/compat.h | 13 -- arch/x86/include/asm/uaccess_64.h | 7 - include/linux/compat.h | 39 ++---- include/linux/hugetlb.h | 9 ++ include/linux/mmap_lock.h | 8 +- include/linux/uaccess.h | 10 -- include/uapi/asm-generic/unistd.h | 10 +- kernel/compat.c | 21 --- kernel/fork.c | 1 + kernel/kexec.c | 103 ++++++-------- kernel/sys_ni.c | 5 - mm/hmm.c | 5 +- mm/kmemleak.c | 3 +- mm/mempolicy.c | 214 +++++++++--------------------- mm/migrate.c | 61 +++++---- mm/page_alloc.c | 4 +- mm/vmscan.c | 2 +- mm/vmstat.c | 48 +++++++ 47 files changed, 267 insertions(+), 663 deletions(-) delete mode 100644 arch/arm64/lib/copy_in_user.S