This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7b5585136713 fork: record start_time late new 9cb2feb4d21d arch/openrisc: Fix issues with access_ok() new 1d69a3f8ae77 zram: idle writeback fixes and cleanup new ba4a45746c36 fork, memcg: fix cached_stacks case new 09c2e76ed734 slab: alien caches must not be initialized if the allocati [...] new 7bff3c069973 mm/usercopy.c: no check page span for stack objects new 63f3655f9501 mm, memcg: fix reclaim deadlock with writeback new eb214f2dda31 kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning new 96fedce27e13 kasan: make tag based mode work with CONFIG_HARDENED_USERCOPY new a3fe7cdf02e3 kasan: fix krealloc handling for tag-based mode new aff876dcf446 tools/vm/page_owner: use page_owner_sort in the use example new 1ed7293ac40c mm/memory.c: initialise mmu_notifier_range correctly new 8ab88c7169b7 mm: page_mapped: don't assume compound page is huge or THP new e7c58097793e hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/trun [...] new ddeaab32a89f hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing s [...] new 73444bc4d8f9 mm, page_alloc: do not wake kswapd with zone lock held new a88cc8da0279 Merge branch 'akpm' (patches from Andrew)
The 16 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: 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 | 1 + 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, 295 insertions(+), 214 deletions(-)