All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] s390: fix endless loop in do_signal
@ 2023-02-15 12:04 Sumanth Korikkar
  2023-02-15 12:04 ` [PATCH 1/1] s390/signal: " Sumanth Korikkar
  2023-02-15 13:23 ` [PATCH 0/1] s390: " Greg KH
  0 siblings, 2 replies; 6+ messages in thread
From: Sumanth Korikkar @ 2023-02-15 12:04 UTC (permalink / raw)
  To: stable, gregkh, debian-s390, debian-kernel
  Cc: svens, hca, gor, sumanthk, Ulrich.Weigand, dipak.zope1

Hi,

This patch fixes the issue for s390  stable kernel starting  5.10.162.
The issue was specifically seen after stable version 5.10.162:
Following commits can trigger it:
1. stable commit id - 788d0824269b ("io_uring: import 5.15-stable
io_uring") can trigger this problem.
2. upstream commit id - 75309018a24d ("s390: add support for
TIF_NOTIFY_SIGNAL")

Problem:
qemu and user processes could stall when TIF_NOTIFY_SIGNAL is set from
io_uring work.

Affected users:
The issue was first raised by the debian team, where the s390
bullseye build systems are affected.

Upstream commit Id:
* The attached patch has no upstream commit. However, the stable kernel
5.10.162+ uses upstream commit id - 75309018a24d ("s390: add support for
TIF_NOTIFY_SIGNAL"), which would need this fix
* Starting from v5.12, there are s390 generic entry commits 
56e62a737028 ("s390: convert to generic entry")  and its relevant fixes,
which are recommended and should address these problems.

Kernel version to be applied:
stable kernel 5.10.162+

Thanks.
Sumanth

Sumanth Korikkar (1):
  s390/signal: fix endless loop in do_signal

 arch/s390/kernel/signal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.37.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-02-15 13:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-15 12:04 [PATCH 0/1] s390: fix endless loop in do_signal Sumanth Korikkar
2023-02-15 12:04 ` [PATCH 1/1] s390/signal: " Sumanth Korikkar
2023-02-15 13:22   ` Greg KH
2023-02-15 13:23 ` [PATCH 0/1] s390: " Greg KH
2023-02-15 13:35   ` Heiko Carstens
2023-02-15 13:49     ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.