Re: [PATCH v5 00/16] mm: Page fault enhancements

2019-10-14 Thread Peter Xu
On Thu, Sep 26, 2019 at 05:38:48PM +0800, Peter Xu wrote: > This is v5 of the series. As Matthew suggested, I split the previous > patch "mm: Return faster for non-fatal signals in user mode faults" > into a few smaller ones: > > 1. One patch to introduce fatal_signal_pending(), and use it in

[PATCH v5 00/16] mm: Page fault enhancements

2019-09-26 Thread Peter Xu
This is v5 of the series. As Matthew suggested, I split the previous patch "mm: Return faster for non-fatal signals in user mode faults" into a few smaller ones: 1. One patch to introduce fatal_signal_pending(), and use it in archs that can directly apply 2. A few more patches to let