[GIT PULL] s390 updates for 5.19

From: Alexander Gordeev
Date: Tue Jul 26 2022 - 09:43:15 EST


Hello Linus,

please pull s390 changes for 5.19.

Thank you,
Alexander

The following changes since commit 2f23256c0ea20627c91ea2d468cda945f68c3395:

s390/ap: fix error handling in __verify_queue_reservations() (2022-07-06 17:43:29 -0400)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-5.19-7

for you to fetch changes up to 918e75f77af7d2e049bb70469ec0a2c12782d96a:

s390/archrandom: prevent CPACF trng invocations in interrupt context (2022-07-13 15:17:21 +0200)

----------------------------------------------------------------
s390 updates for 5.19

- Prevent relatively slow PRNO TRNG random number operation
from being called from interrupt context. That could for
example cause some network loads to timeout.
----------------------------------------------------------------

Harald Freudenberger (1):
s390/archrandom: prevent CPACF trng invocations in interrupt context

arch/s390/include/asm/archrandom.h | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)