Re: [PATCH] s390: add support for TIF_NOTIFY_SIGNAL

2020-11-03 Thread Jens Axboe
On 11/3/20 8:03 AM, Sven Schnelle wrote: > Hi Jens, > > Jens Axboe writes: > >> On 11/3/20 4:00 AM, Sven Schnelle wrote: >>> Hi Jens, >>> >>> Heiko Carstens writes: >>> On Thu, Oct 29, 2020 at 10:21:11AM -0600, Jens Axboe wrote: > Wire up TIF_NOTIFY_SIGNAL handling for s390. >

Re: [PATCH] s390: add support for TIF_NOTIFY_SIGNAL

2020-11-03 Thread Sven Schnelle
Hi Jens, Jens Axboe writes: > On 11/3/20 4:00 AM, Sven Schnelle wrote: >> Hi Jens, >> >> Heiko Carstens writes: >> >>> On Thu, Oct 29, 2020 at 10:21:11AM -0600, Jens Axboe wrote: Wire up TIF_NOTIFY_SIGNAL handling for s390. Cc: linux-s...@vger.kernel.org Signed-off-by:

Re: [PATCH] s390: add support for TIF_NOTIFY_SIGNAL

2020-11-03 Thread Jens Axboe
On 11/3/20 4:00 AM, Sven Schnelle wrote: > Hi Jens, > > Heiko Carstens writes: > >> On Thu, Oct 29, 2020 at 10:21:11AM -0600, Jens Axboe wrote: >>> Wire up TIF_NOTIFY_SIGNAL handling for s390. >>> >>> Cc: linux-s...@vger.kernel.org >>> Signed-off-by: Jens Axboe >>> --- >>> >>> 5.11 has support

Re: [PATCH] s390: add support for TIF_NOTIFY_SIGNAL

2020-11-03 Thread Sven Schnelle
Hi Jens, Heiko Carstens writes: > On Thu, Oct 29, 2020 at 10:21:11AM -0600, Jens Axboe wrote: >> Wire up TIF_NOTIFY_SIGNAL handling for s390. >> >> Cc: linux-s...@vger.kernel.org >> Signed-off-by: Jens Axboe >> --- >> >> 5.11 has support queued up for TIF_NOTIFY_SIGNAL, see this posting >>

Re: [PATCH] s390: add support for TIF_NOTIFY_SIGNAL

2020-11-03 Thread Sven Schnelle
Jens Axboe writes: > On 11/2/20 9:59 AM, Qian Cai wrote: >> On Sun, 2020-11-01 at 17:31 +, Heiko Carstens wrote: >>> On Thu, Oct 29, 2020 at 10:21:11AM -0600, Jens Axboe wrote: Wire up TIF_NOTIFY_SIGNAL handling for s390. Cc: linux-s...@vger.kernel.org Signed-off-by: Jens

Re: [PATCH] s390: add support for TIF_NOTIFY_SIGNAL

2020-11-02 Thread Qian Cai
On Mon, 2020-11-02 at 12:50 -0700, Jens Axboe wrote: > Ah, but that's because later patches assume that TIF_NOTIFY_SIGNAL is > always there once all archs have been converted. If you just want to back > out that patch, you'll need to just revert this one: > > commit

Re: [PATCH] s390: add support for TIF_NOTIFY_SIGNAL

2020-11-02 Thread Jens Axboe
On 11/2/20 11:58 AM, Qian Cai wrote: > On Mon, 2020-11-02 at 10:07 -0700, Jens Axboe wrote: >> On 11/2/20 9:59 AM, Qian Cai wrote: >>> On Sun, 2020-11-01 at 17:31 +, Heiko Carstens wrote: On Thu, Oct 29, 2020 at 10:21:11AM -0600, Jens Axboe wrote: > Wire up TIF_NOTIFY_SIGNAL handling

Re: [PATCH] s390: add support for TIF_NOTIFY_SIGNAL

2020-11-02 Thread Qian Cai
On Mon, 2020-11-02 at 10:07 -0700, Jens Axboe wrote: > On 11/2/20 9:59 AM, Qian Cai wrote: > > On Sun, 2020-11-01 at 17:31 +, Heiko Carstens wrote: > > > On Thu, Oct 29, 2020 at 10:21:11AM -0600, Jens Axboe wrote: > > > > Wire up TIF_NOTIFY_SIGNAL handling for s390. > > > > > > > > Cc:

Re: [PATCH] s390: add support for TIF_NOTIFY_SIGNAL

2020-11-02 Thread Jens Axboe
On 11/2/20 9:59 AM, Qian Cai wrote: > On Sun, 2020-11-01 at 17:31 +, Heiko Carstens wrote: >> On Thu, Oct 29, 2020 at 10:21:11AM -0600, Jens Axboe wrote: >>> Wire up TIF_NOTIFY_SIGNAL handling for s390. >>> >>> Cc: linux-s...@vger.kernel.org >>> Signed-off-by: Jens Axboe > > Even though I

Re: [PATCH] s390: add support for TIF_NOTIFY_SIGNAL

2020-11-02 Thread Heiko Carstens
On Mon, Nov 02, 2020 at 11:59:41AM -0500, Qian Cai wrote: > On Sun, 2020-11-01 at 17:31 +, Heiko Carstens wrote: > > On Thu, Oct 29, 2020 at 10:21:11AM -0600, Jens Axboe wrote: > > > Wire up TIF_NOTIFY_SIGNAL handling for s390. > > > > > > Cc: linux-s...@vger.kernel.org > > > Signed-off-by:

Re: [PATCH] s390: add support for TIF_NOTIFY_SIGNAL

2020-11-02 Thread Qian Cai
On Sun, 2020-11-01 at 17:31 +, Heiko Carstens wrote: > On Thu, Oct 29, 2020 at 10:21:11AM -0600, Jens Axboe wrote: > > Wire up TIF_NOTIFY_SIGNAL handling for s390. > > > > Cc: linux-s...@vger.kernel.org > > Signed-off-by: Jens Axboe Even though I did confirm that today's linux-next contains