This series contains some fixes and cleanups for page fault handling in do_page_fault(). This has been boot tested on arm64 platform along with some stress test but just build tested on others.
Cc: Catalin Marinas <[email protected]> Cc: Will Deacon <[email protected]> Cc: Mark Rutland <[email protected]> Cc: James Morse <[email protected]> Cc: Andrey Konovalov <[email protected]> Anshuman Khandual (4): arm64/mm: Drop mmap_sem before calling __do_kernel_fault() arm64/mm: Drop task_struct argument from __do_page_fault() arm64/mm: Consolidate page fault information capture arm64/mm: Drop vm_fault_t argument from __do_page_fault() arch/arm64/mm/fault.c | 77 +++++++++++++++++++++++++-------------------------- 1 file changed, 38 insertions(+), 39 deletions(-) -- 2.7.4

