Re: [PATCH v3 0/4] uaccess: Add unsafe accessors for arm64

2019-01-30 Thread Julien Thierry
Hi, Gentle ping for patches 3 and 4. Thanks, Julien On 15/01/2019 13:58, Julien Thierry wrote: > Hi, > > First version of this series[1] was briefly in linux-next but had to be > reverted due to a bug where schedule would end up being called while > user_access was active[2]. > > After

Re: [PATCH v3 0/4] uaccess: Add unsafe accessors for arm64

2019-01-25 Thread Catalin Marinas
Hi Julien, On Tue, Jan 15, 2019 at 01:58:25PM +, Julien Thierry wrote: > Julien Thierry (4): > arm64: uaccess: Cleanup get/put_user() > arm64: uaccess: Implement unsafe accessors > uaccess: Check no rescheduling function is called in unsafe region > arm64: uaccess: Implement