From: Christoph Hellwig <hch@xxxxxx> Sent: Wednesday, April 8, 2020 4:59 AM > > The pgprot argument to __vmalloc is always PROT_KERNEL now, so remove > it. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > arch/x86/hyperv/hv_init.c | 3 +-- > arch/x86/include/asm/kvm_host.h | 3 +-- > arch/x86/kvm/svm.c | 3 +-- > drivers/block/drbd/drbd_bitmap.c | 4 +--- > drivers/gpu/drm/etnaviv/etnaviv_dump.c | 4 ++-- > drivers/lightnvm/pblk-init.c | 5 ++--- > drivers/md/dm-bufio.c | 4 ++-- > drivers/mtd/ubi/io.c | 4 ++-- > drivers/scsi/sd_zbc.c | 3 +-- > fs/gfs2/dir.c | 9 ++++----- > fs/gfs2/quota.c | 2 +- > fs/nfs/blocklayout/extent_tree.c | 2 +- > fs/ntfs/malloc.h | 2 +- > fs/ubifs/debug.c | 2 +- > fs/ubifs/lprops.c | 2 +- > fs/ubifs/lpt_commit.c | 4 ++-- > fs/ubifs/orphan.c | 2 +- > fs/xfs/kmem.c | 2 +- > include/linux/vmalloc.h | 2 +- > kernel/bpf/core.c | 6 +++--- > kernel/groups.c | 2 +- > kernel/module.c | 3 +-- > mm/nommu.c | 15 +++++++-------- > mm/page_alloc.c | 2 +- > mm/percpu.c | 2 +- > mm/vmalloc.c | 4 ++-- > net/bridge/netfilter/ebtables.c | 6 ++---- > sound/core/memalloc.c | 2 +- > sound/core/pcm_memory.c | 2 +- > 29 files changed, 47 insertions(+), 59 deletions(-) > For Hyper-V changes, Reviewed-by: Michael Kelley <mikelley@xxxxxxxxxxxxx>