This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b6839ef26e54 Merge tag 'char-misc-4.20-rc5' of git://git.kernel.org/pub [...] new 38c7b224ce22 unifdef: use memcpy instead of strncpy new e6bc06faf64a cachefiles: Fix an assertion failure when trying to update [...] new 3f2b7b903510 fscache: Fix race in fscache_op_complete() due to split at [...] new 9a24ce5b66f9 cachefiles: Fix page leak in cachefiles_read_backing_file [...] new c5a94f434c82 fscache: fix race between enablement and dropping of object new b7e768b7e352 cachefiles: Explicitly cast enumerated type in put_object new 34e06fe4d05b cachefiles: avoid deprecated get_seconds() new 31ffa5638335 fscache, cachefiles: remove redundant variable 'cache' new fd3b3e0ec59d Merge tag 'fscache-fixes-20181130' of git://git.kernel.org [...] new ef1a84093489 stackleak: Disable function tracing and kprobes for stackl [...] new 1f817429b2dd Merge tag 'gcc-plugins-v4.20-rc5' of git://git.kernel.org/ [...] new ce8c80c536da arm64: Add workaround for Cortex-A76 erratum 1286807 new 874bfc6e5422 arm64: ftrace: Fix to enable syscall events on arm64 new ea2412dc21cc ACPI/IORT: Fix iort_get_platform_device_domain() uninitial [...] new 868dda00b98c Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new c50cbd85cd70 mips: fix mips_get_syscall_arg o32 check new 7d35baa4e9ec MIPS: ralink: Fix mt7620 nd_sd pinmux new 6584297b78b6 MAINTAINERS: Update linux-mips mailing list address new 6c7954b7eb76 Merge tag 'mips_fixes_4.20_4' of git://git.kernel.org/pub/ [...] new 12457e6391e0 MAINTAINERS: name change for Luis new 08be37b79892 mm/gup: finish consolidating error handling new e21e57445a64 ocfs2: fix deadlock caused by ocfs2_defrag_extent() new 6ff38bd40230 mm: cleancache: fix corruption on missed inode invalidation new c1cb20d43728 mm: use swp_offset as key in shmem_replace_page() new 8f416836c0d5 mm/page_alloc.c: fix calculation of pgdat->nr_zones new 94570a413f01 proc: update MAINTAINERS with proc.txt new ce96a407adef hfs: do not free node before using new c7d7d620dcbd hfsplus: do not free node before using new 5618cf031fec lib/test_kmod.c: fix rmmod double free new 9e368259ad98 userfaultfd: use ENOENT instead of EFAULT if the atomic co [...] new 5b51072e97d5 userfaultfd: shmem: allocate anonymous memory for MAP_PRIV [...] new 29ec90660d68 userfaultfd: shmem/hugetlbfs: only allow to register VM_MA [...] new e2a50c1f6414 userfaultfd: shmem: add i_size checks new dcf7fe9d8976 userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_ [...] new 8de456cf87ba debugobjects: avoid recursive calls with kmemleak new dbd4af54745f proc: fixup map_files test on arm new e0c274472d5d psi: make disabling/enabling easier for vendor kernels new 903e8ff86753 kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as [...] new 7c0950d455d6 initramfs: clean old path before creating a hardlink new 906f9cdfc2a0 mm/huge_memory: rename freeze_page() to unmap_page() new 173d9d9fd3dd mm/huge_memory: splitting set mapping+index before unfreeze new 006d3ff27e88 mm/huge_memory: fix lockdep complaint on 32-bit i_size_read() new 701270fa193a mm/khugepaged: collapse_shmem() stop if punched or truncated new aaa52e340073 mm/khugepaged: fix crashes due to misaccounted holes new 2af8ff291848 mm/khugepaged: collapse_shmem() remember to clear holes new 042a30824871 mm/khugepaged: minor reorderings in collapse_shmem() new 87c460a0bded mm/khugepaged: collapse_shmem() without freezing new_page new 06a5e1268a5f mm/khugepaged: collapse_shmem() do not crash on Compound new 95feeabb7714 mm/khugepaged: fix the xas_create_range() error path new 164f7e586739 ocfs2: fix potential use after free new d8f190ee836a Merge branch 'akpm' (patches from Andrew)
The 51 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/admin-guide/kernel-parameters.txt | 4 + Documentation/arm64/silicon-errata.txt | 1 + MAINTAINERS | 59 ++++----- arch/arm64/Kconfig | 25 ++++ arch/arm64/include/asm/ftrace.h | 13 ++ arch/arm64/include/asm/tlbflush.h | 4 +- arch/arm64/kernel/cpu_errata.c | 20 ++- arch/mips/include/asm/syscall.h | 2 +- arch/mips/ralink/mt7620.c | 2 +- drivers/acpi/arm64/iort.c | 2 +- fs/cachefiles/namei.c | 8 +- fs/cachefiles/rdwr.c | 9 +- fs/cachefiles/xattr.c | 3 +- fs/fscache/object.c | 3 + fs/hfs/btree.c | 3 +- fs/hfsplus/btree.c | 3 +- fs/ocfs2/export.c | 2 +- fs/ocfs2/move_extents.c | 47 +++---- fs/userfaultfd.c | 15 +++ include/linux/fscache-cache.h | 3 +- include/linux/psi.h | 3 +- init/Kconfig | 9 ++ init/initramfs.c | 22 ++-- kernel/kcov.c | 4 +- kernel/sched/psi.c | 30 +++-- kernel/sched/stats.h | 8 +- kernel/stackleak.c | 4 +- lib/debugobjects.c | 5 +- lib/test_kmod.c | 1 - mm/gup.c | 3 +- mm/huge_memory.c | 43 ++++--- mm/hugetlb.c | 2 +- mm/khugepaged.c | 140 ++++++++++++--------- mm/page_alloc.c | 4 +- mm/rmap.c | 13 +- mm/shmem.c | 43 ++++++- mm/truncate.c | 8 +- mm/userfaultfd.c | 62 ++++++--- scripts/unifdef.c | 4 +- .../selftests/proc/proc-self-map-files-002.c | 9 +- 40 files changed, 425 insertions(+), 220 deletions(-)