[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1581915833-21984-1-git-send-email-anshuman.khandual@arm.com>
Date: Mon, 17 Feb 2020 10:33:48 +0530
From: Anshuman Khandual <anshuman.khandual@....com>
To: linux-mm@...ck.org, linux-kernel@...r.kernel.org
Cc: Anshuman Khandual <anshuman.khandual@....com>,
linux-m68k@...ts.linux-m68k.org, linux-mips@...r.kernel.org,
linuxppc-dev@...ts.ozlabs.org, linux-sh@...r.kernel.org,
kvm-ppc@...r.kernel.org, linux-fsdevel@...r.kernel.org,
linux-arch@...r.kernel.org
Subject: [PATCH 0/5] mm/vma: Use available wrappers when possible
Apart from adding a VMA flag readable name for trace purpose, this series
does some open encoding replacements with availabe VMA specific wrappers.
This skips VM_HUGETLB check in vma_migratable() as its already being done
with another patch (https://patchwork.kernel.org/patch/11347831/) which
is yet to be merged.
This series applies on 5.6-rc2. This has been build tested on multiple
platforms, though boot and runtime testing was limited to arm64 and x86.
Cc: linux-kernel@...r.kernel.org
Cc: linux-m68k@...ts.linux-m68k.org
Cc: linux-mips@...r.kernel.org
Cc: linuxppc-dev@...ts.ozlabs.org
Cc: linux-sh@...r.kernel.org
Cc: kvm-ppc@...r.kernel.org
Cc: linux-fsdevel@...r.kernel.org
Cc: linux-arch@...r.kernel.org
Cc: linux-mm@...ck.org
Anshuman Khandual (5):
mm/vma: Add missing VMA flag readable name for VM_SYNC
mm/vma: Make vma_is_accessible() available for general use
mm/vma: Replace all remaining open encodings with is_vm_hugetlb_page()
mm/vma: Replace all remaining open encodings with vma_set_anonymous()
mm/vma: Replace all remaining open encodings with vma_is_anonymous()
arch/csky/mm/fault.c | 2 +-
arch/m68k/mm/fault.c | 2 +-
arch/mips/mm/fault.c | 2 +-
arch/powerpc/kvm/e500_mmu_host.c | 2 +-
arch/powerpc/mm/fault.c | 2 +-
arch/sh/mm/fault.c | 2 +-
arch/x86/mm/fault.c | 2 +-
drivers/misc/mic/scif/scif_mmap.c | 2 +-
fs/binfmt_elf.c | 2 +-
include/asm-generic/tlb.h | 2 +-
include/linux/mm.h | 5 +++++
include/trace/events/mmflags.h | 1 +
kernel/events/core.c | 3 ++-
kernel/sched/fair.c | 2 +-
mm/gup.c | 5 +++--
mm/memory.c | 5 -----
mm/mempolicy.c | 3 +--
17 files changed, 23 insertions(+), 21 deletions(-)
--
2.20.1
Powered by blists - more mailing lists