linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next 0/2] mm: remove arch's private VM_FAULT_BADMAP/BADACCESS
@ 2024-04-07  8:12 Kefeng Wang
  2024-04-07  8:12 ` [PATCH 1/2] arm64: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESS Kefeng Wang
  2024-04-07  8:12 ` [PATCH 2/2] arm: " Kefeng Wang
  0 siblings, 2 replies; 13+ messages in thread
From: Kefeng Wang @ 2024-04-07  8:12 UTC (permalink / raw)
  To: Andrew Morton, Russell King, Catalin Marinas, Will Deacon
  Cc: linux-arm-kernel, linux-mm, Kefeng Wang

Directly set SEGV_MAPRR or SEGV_ACCERR for arm/arm64 to remove the last
two arch's private vm_fault reasons.

Based on next-20240405.

Kefeng Wang (2):
  arm64: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESS
  arm: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESS

 arch/arm/mm/fault.c   | 28 +++++++++++++---------------
 arch/arm64/mm/fault.c | 41 ++++++++++++++++++-----------------------
 2 files changed, 31 insertions(+), 38 deletions(-)

-- 
2.27.0



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-04-11 11:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-07  8:12 [PATCH -next 0/2] mm: remove arch's private VM_FAULT_BADMAP/BADACCESS Kefeng Wang
2024-04-07  8:12 ` [PATCH 1/2] arm64: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESS Kefeng Wang
2024-04-09 14:28   ` Catalin Marinas
2024-04-10  1:30     ` Kefeng Wang
2024-04-10 10:58       ` Kefeng Wang
2024-04-11  9:59         ` Catalin Marinas
2024-04-11 11:11           ` Kefeng Wang
2024-04-10 11:24   ` Aishwarya TCV
2024-04-10 11:53     ` Kefeng Wang
2024-04-10 12:39       ` Cristian Marussi
2024-04-10 12:48         ` Kefeng Wang
2024-04-10 20:18           ` Andrew Morton
2024-04-07  8:12 ` [PATCH 2/2] arm: " Kefeng Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox