Re: [PATCH 1/4] tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()

2020-10-14 Thread Jens Axboe
On 10/13/20 5:35 PM, Thomas Gleixner wrote: > On Thu, Oct 08 2020 at 09:27, Jens Axboe wrote: >> All the callers currently do this, clean it up and move the clearing >> into tracehook_notify_resume() instead. >> >> Signed-off-by: Jens Axboe > > Nice cleanup! > > Reviewed-by: Thomas Gleixner Th

Re: [PATCH 1/4] tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()

2020-10-13 Thread Thomas Gleixner
On Thu, Oct 08 2020 at 09:27, Jens Axboe wrote: > All the callers currently do this, clean it up and move the clearing > into tracehook_notify_resume() instead. > > Signed-off-by: Jens Axboe Nice cleanup! Reviewed-by: Thomas Gleixner