Re: [PATCH 20/25] mm/sh: Use mm_fault_accounting()

2020-07-20 Thread Peter Xu
Hi, Rich, On Mon, Jul 20, 2020 at 05:25:24PM -0400, Rich Felker wrote: > What's the status on the rest of this series? Do you need any action > from my side (arch/sh) at this time? This series should have been queued by Andrew in -next. So iiuc no further action is needed. Thanks for asking,

Re: [PATCH 20/25] mm/sh: Use mm_fault_accounting()

2020-07-20 Thread Rich Felker
On Mon, Jun 15, 2020 at 06:23:06PM -0400, Peter Xu wrote: > Use the new mm_fault_accounting() helper for page fault accounting. > > Avoid doing page fault accounting multiple times if the page fault is retried. > > CC: Yoshinori Sato > CC: Rich Felker > CC: linux...@vger.kernel.org >

[PATCH 20/25] mm/sh: Use mm_fault_accounting()

2020-06-15 Thread Peter Xu
Use the new mm_fault_accounting() helper for page fault accounting. Avoid doing page fault accounting multiple times if the page fault is retried. CC: Yoshinori Sato CC: Rich Felker CC: linux...@vger.kernel.org Signed-off-by: Peter Xu --- arch/sh/mm/fault.c | 15 +++ 1 file