Re: [PATCH] arc: add support for TIF_NOTIFY_SIGNAL

2020-10-30 Thread Jens Axboe
On 10/30/20 2:08 PM, Vineet Gupta wrote: > On 10/30/20 11:53 AM, Jens Axboe wrote: >> >> Ah thanks, I'll make that change. Hard for me to test a lot of these, so >> I really appreciate someone knowledgable taking a look at it. > > Sure, glad to help, thx to you for writing the arch patches in firs

Re: [PATCH] arc: add support for TIF_NOTIFY_SIGNAL

2020-10-30 Thread Vineet Gupta
On 10/30/20 11:53 AM, Jens Axboe wrote: > > Ah thanks, I'll make that change. Hard for me to test a lot of these, so > I really appreciate someone knowledgable taking a look at it. Sure, glad to help, thx to you for writing the arch patches in first place. It takes a bit of daring to venture in u

Re: [PATCH] arc: add support for TIF_NOTIFY_SIGNAL

2020-10-30 Thread Jens Axboe
On 10/30/20 12:47 PM, Vineet Gupta wrote: > On 10/29/20 9:09 AM, Jens Axboe wrote: >> Wire up TIF_NOTIFY_SIGNAL handling for arc. >> >> Cc:linux-arm-ker...@lists.infradead.org > > > Just to be clear, ARC and ARM seem to differ in 1 letter, they are in no > way related :-) Oops, fat fingered tha

Re: [PATCH] arc: add support for TIF_NOTIFY_SIGNAL

2020-10-30 Thread Vineet Gupta
On 10/29/20 9:09 AM, Jens Axboe wrote: > Wire up TIF_NOTIFY_SIGNAL handling for arc. > > Cc:linux-arm-ker...@lists.infradead.org Just to be clear, ARC and ARM seem to differ in 1 letter, they are in no way related :-) > Signed-off-by: Jens Axboe > --- > > 5.11 has support queued up for TIF_NOT