From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: incoming Date: Mon, 20 Apr 2020 18:13:10 -0700 Message-ID: <20200420181310.c18b3c0aa4dc5b3e5ec1be10@linux-foundation.org> Reply-To: linux-kernel@vger.kernel.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mail.kernel.org ([198.145.29.99]:34696 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726079AbgDUBNL (ORCPT ); Mon, 20 Apr 2020 21:13:11 -0400 Sender: mm-commits-owner@vger.kernel.org List-Id: mm-commits@vger.kernel.org To: Linus Torvalds Cc: mm-commits@vger.kernel.org, linux-mm@kvack.org 15 fixes, based on ae83d0b416db002fe95601e7f97f64b59514d936: Masahiro Yamada : sh: fix build error in mm/init.c Kees Cook : slub: avoid redzone when choosing freepointer location Peter Xu : mm/userfaultfd: disable userfaultfd-wp on x86_32 Bartosz Golaszewski : MAINTAINERS: add an entry for kfifo Longpeng : mm/hugetlb: fix a addressing exception caused by huge_pte_offset Michal Hocko : mm, gup: return EINTR when gup is interrupted by fatal signals Christophe JAILLET : checkpatch: fix a typo in the regex for $allocFunctions George Burgess IV : tools/build: tweak unused value workaround Muchun Song : mm/ksm: fix NULL pointer dereference when KSM zero page is enabled Hugh Dickins : mm/shmem: fix build without THP Jann Horn : vmalloc: fix remap_vmalloc_range() bounds checks Hugh Dickins : shmem: fix possible deadlocks on shmlock_user_lock Yang Shi : mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy path Sudip Mukherjee : coredump: fix null pointer dereference on coredump Lucas Stach : tools/vm: fix cross-compile build MAINTAINERS | 7 +++++++ arch/sh/mm/init.c | 2 +- arch/x86/Kconfig | 2 +- fs/coredump.c | 2 ++ fs/proc/vmcore.c | 5 +++-- include/linux/vmalloc.h | 2 +- mm/gup.c | 2 +- mm/hugetlb.c | 14 ++++++++------ mm/ksm.c | 12 ++++++++++-- mm/shmem.c | 13 ++++++++----- mm/slub.c | 12 ++++++++++-- mm/vmalloc.c | 16 +++++++++++++--- samples/vfio-mdev/mdpy.c | 2 +- scripts/checkpatch.pl | 2 +- tools/build/feature/test-sync-compare-and-swap.c | 2 +- tools/vm/Makefile | 2 ++ 16 files changed, 70 insertions(+), 27 deletions(-)