From: Peter Xu <[email protected]> Date: Tue, 30 Jun 2020 16:45:56 -0400
> Use the general page fault accounting by passing regs into handle_mm_fault(). > It naturally solve the issue of multiple page fault accounting when page fault > retry happened. > > CC: David S. Miller <[email protected]> > CC: [email protected] > Signed-off-by: Peter Xu <[email protected]> Acked-by: David S. Miller <[email protected]>

