This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5943a9bbbb98 Merge tag 'pci-v4.19-fixes-3' of ssh://gitolite.kernel.org [...] new 017b1660df89 mm: migration: fix migration of huge PMD shared pages new dff11abe280b hugetlb: take PMD sharing into account when flushing tlb/caches new 69eb7765b9c6 ocfs2: fix crash in ocfs2_duplicate_clusters_by_page() new e125fe405abe mm, thp: fix mlocking THP page with migration enabled new 51896864579d mm/gup_benchmark: fix unsigned comparison to zero in __gup [...] new 59cf0a9339ca ipc/shm.c: use ERR_CAST() for shm_lock() error return new e6112fc30070 mm/migrate.c: split only transparent huge pages when alloc [...] new 20916d4636a9 mm/hugetlb: add mmap() encodings for 32MB and 512MB page sizes new f8a00cef1720 proc: restrict kernel stack dumps to root new 28e2c4bb99aa mm/vmstat.c: fix outdated vmstat_text new 58bc4c34d249 mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properly new b8e57efa2c98 mm/vmscan.c: fix int overflow in callers of do_shrink_slab() new cbe355f57c80 ocfs2: fix locking for res->tracking and dlm->tracking_list new d41aa5252394 mm: madvise(MADV_DODUMP): allow hugetlbfs pages new 091a1eaa0e30 Merge branch 'akpm'
The 15 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: fs/ocfs2/dlm/dlmmaster.c | 4 +- fs/ocfs2/refcounttree.c | 16 ++++-- fs/proc/base.c | 14 +++++ include/linux/hugetlb.h | 14 +++++ include/linux/mm.h | 6 +++ include/uapi/asm-generic/hugetlb_encode.h | 2 + include/uapi/linux/memfd.h | 2 + include/uapi/linux/mman.h | 2 + include/uapi/linux/shm.h | 2 + ipc/shm.c | 2 +- mm/gup_benchmark.c | 3 +- mm/huge_memory.c | 2 +- mm/hugetlb.c | 90 +++++++++++++++++++++++++++---- mm/madvise.c | 2 +- mm/migrate.c | 5 +- mm/rmap.c | 42 +++++++++++++-- mm/vmscan.c | 7 ++- mm/vmstat.c | 4 +- 18 files changed, 189 insertions(+), 30 deletions(-)