15 fixes, based on ae83d0b416db002fe95601e7f97f64b59514d936: Masahiro Yamada <masahiroy@xxxxxxxxxx>: sh: fix build error in mm/init.c Kees Cook <keescook@xxxxxxxxxxxx>: slub: avoid redzone when choosing freepointer location Peter Xu <peterx@xxxxxxxxxx>: mm/userfaultfd: disable userfaultfd-wp on x86_32 Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>: MAINTAINERS: add an entry for kfifo Longpeng <longpeng2@xxxxxxxxxx>: mm/hugetlb: fix a addressing exception caused by huge_pte_offset Michal Hocko <mhocko@xxxxxxxx>: mm, gup: return EINTR when gup is interrupted by fatal signals Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>: checkpatch: fix a typo in the regex for $allocFunctions George Burgess IV <gbiv@xxxxxxxxxx>: tools/build: tweak unused value workaround Muchun Song <songmuchun@xxxxxxxxxxxxx>: mm/ksm: fix NULL pointer dereference when KSM zero page is enabled Hugh Dickins <hughd@xxxxxxxxxx>: mm/shmem: fix build without THP Jann Horn <jannh@xxxxxxxxxx>: vmalloc: fix remap_vmalloc_range() bounds checks Hugh Dickins <hughd@xxxxxxxxxx>: shmem: fix possible deadlocks on shmlock_user_lock Yang Shi <yang.shi@xxxxxxxxxxxxxxxxx>: mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy path Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>: coredump: fix null pointer dereference on coredump Lucas Stach <l.stach@xxxxxxxxxxxxxx>: 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(-)