mbox series

[0/2] mm: protection_map[] cleanups

Message ID 20220404031840.588321-1-anshuman.khandual@arm.com (mailing list archive)
Headers show
Series mm: protection_map[] cleanups | expand

Message

Anshuman Khandual April 4, 2022, 3:18 a.m. UTC
This is a split series from an earlier work which tried to drop the array
protection_map[] on various platforms. This series applies on v5.18-rc1.

https://lore.kernel.org/all/1646045273-9343-1-git-send-email-anshuman.khandual@arm.com/

Cc: linux-mm@kvack.org
Cc: linux-kernel@vger.kernel.org
Cc: Christoph Hellwig <hch@lst.de>
Cc: Andrew Morton <akpm@linux-foundation.org>

Anshuman Khandual (2):
  mm/debug_vm_pgtable: Drop protection_map[] usage
  mm/mmap: Clarify protection_map[] indices

 mm/debug_vm_pgtable.c | 31 +++++++++++++++++++------------
 mm/mmap.c             | 18 ++++++++++++++++--
 2 files changed, 35 insertions(+), 14 deletions(-)