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 3bd6e94bec12 arch: restore generic-y += shmparam.h for some architectures adds 7b5585136713 fork: record start_time late adds 9cb2feb4d21d arch/openrisc: Fix issues with access_ok() adds 1d69a3f8ae77 zram: idle writeback fixes and cleanup adds ba4a45746c36 fork, memcg: fix cached_stacks case adds 09c2e76ed734 slab: alien caches must not be initialized if the allocati [...] adds 7bff3c069973 mm/usercopy.c: no check page span for stack objects adds 63f3655f9501 mm, memcg: fix reclaim deadlock with writeback adds eb214f2dda31 kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning adds 96fedce27e13 kasan: make tag based mode work with CONFIG_HARDENED_USERCOPY adds a3fe7cdf02e3 kasan: fix krealloc handling for tag-based mode adds aff876dcf446 tools/vm/page_owner: use page_owner_sort in the use example adds 1ed7293ac40c mm/memory.c: initialise mmu_notifier_range correctly adds 8ab88c7169b7 mm: page_mapped: don't assume compound page is huge or THP adds e7c58097793e hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/trun [...] adds ddeaab32a89f hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing s [...] adds 73444bc4d8f9 mm, page_alloc: do not wake kswapd with zone lock held adds a88cc8da0279 Merge branch 'akpm' (patches from Andrew)
No new revisions were added by this update.
Summary of changes: Documentation/ABI/testing/sysfs-block-zram | 11 +++- Documentation/blockdev/zram.txt | 74 +++++++++++++++--------- arch/arm64/include/asm/cache.h | 6 ++ arch/openrisc/include/asm/uaccess.h | 8 ++- drivers/block/zram/zram_drv.c | 90 ++++++++++++++++++++++-------- drivers/block/zram/zram_drv.h | 5 +- fs/hugetlbfs/inode.c | 61 ++++++++++---------- include/linux/mmzone.h | 6 ++ kernel/fork.c | 14 ++++- mm/hugetlb.c | 81 ++++++++------------------- mm/kasan/common.c | 65 +++++++++++++-------- mm/memory-failure.c | 16 +----- mm/memory.c | 26 ++++++++- mm/migrate.c | 13 +---- mm/page_alloc.c | 8 ++- mm/rmap.c | 4 -- mm/slab.c | 6 +- mm/slub.c | 2 + mm/usercopy.c | 9 +-- mm/userfaultfd.c | 11 +--- mm/util.c | 2 +- tools/vm/page_owner_sort.c | 4 +- 22 files changed, 306 insertions(+), 216 deletions(-)