From: Vasily Gorbik <gor@linux.ibm.com>
To: Heiko Carstens <hca@linux.ibm.com>
Cc: Alexander Gordeev <agordeev@linux.ibm.com>,
Sven Schnelle <svens@linux.ibm.com>,
Christian Borntraeger <borntraeger@linux.ibm.com>,
Harald Freudenberger <freude@linux.ibm.com>,
Holger Dengler <dengler@linux.ibm.com>,
Vineeth Vijayan <vneethv@linux.ibm.com>,
Peter Oberparleiter <oberpar@linux.ibm.com>,
Janosch Frank <frankja@linux.ibm.com>,
Claudio Imbrenda <imbrenda@linux.ibm.com>,
David Hildenbrand <david@kernel.org>,
Peter Zijlstra <peterz@infradead.org>,
Herbert Xu <herbert@gondor.apana.org.au>,
linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-crypto@vger.kernel.org
Subject: Re: [PATCH v4 0/4] s390: Remove or replace cond_resched() calls
Date: Mon, 3 Aug 2026 13:38:16 +0200 [thread overview]
Message-ID: <ttj6yzs@ub.hpns> (raw)
In-Reply-To: <20260731165004.2758105-1-hca@linux.ibm.com>
On Fri, Jul 31, 2026 at 06:50:00PM +0200, Heiko Carstens wrote:
> v4:
> - Replaced first patch with version from Peter Zijlstra
>
> v3:
> - Drop uv_call_sched() [Claudio Imbrenda]
>
> v2:
> - Use msleep() in crypto code (Holger Dengler)
> - Add Reviewed-by tag from Peter Oberparleiter
>
> v1:
> Since [1] it is only possible to select the PREEMPT or PREEMPT_LAZY
> preemption models for s390. This has caused some minor problems, but
> everything has been addressed.
>
> Given that for both preemption models cond_resched() is a no-op remove
> or replace it everywhere.
>
> [1] commit 7dadeaa6e851 ("sched: Further restrict the preemption modes")
>
> Heiko Carstens (3):
> KVM: s390: Remove cond_resched() calls
> s390: Remove cond_resched() calls
> s390/cio: Remove cond_resched() calls
>
> Peter Zijlstra (1):
> s390/crypto: Replace cond_resched() with msleep(1)
>
> arch/s390/crypto/paes_s390.c | 44 +++------------------------------
> arch/s390/crypto/phmac_s390.c | 25 +++----------------
> arch/s390/include/asm/pkey.h | 16 ++++++++++++
> arch/s390/include/asm/uv.h | 16 ++----------
> arch/s390/kernel/perf_cpum_cf.c | 1 -
> arch/s390/kernel/uv.c | 2 +-
> arch/s390/kvm/gaccess.c | 8 ++----
> arch/s390/kvm/gmap.c | 4 ---
> arch/s390/kvm/kvm-s390.c | 1 -
> arch/s390/kvm/pv.c | 11 ++++-----
> arch/s390/kvm/vsie.c | 1 -
> arch/s390/mm/cmm.c | 2 --
> arch/s390/mm/gmap_helpers.c | 1 -
> arch/s390/mm/pageattr.c | 5 ----
> arch/s390/mm/pgalloc.c | 1 -
> arch/s390/pci/pci.c | 4 +--
> drivers/s390/char/uvdevice.c | 6 ++---
> drivers/s390/cio/css.c | 8 ------
> 18 files changed, 37 insertions(+), 119 deletions(-)
Applied, thank you!
prev parent reply other threads:[~2026-08-03 11:38 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-31 16:50 [PATCH v4 0/4] s390: Remove or replace cond_resched() calls Heiko Carstens
2026-07-31 16:50 ` [PATCH v4 1/4] s390/crypto: Replace cond_resched() with msleep(1) Heiko Carstens
2026-07-31 17:06 ` sashiko-bot
2026-07-31 18:31 ` Holger Dengler
2026-07-31 16:50 ` [PATCH v4 2/4] KVM: s390: Remove cond_resched() calls Heiko Carstens
2026-07-31 17:05 ` sashiko-bot
2026-07-31 16:50 ` [PATCH v4 3/4] " Heiko Carstens
2026-07-31 16:53 ` sashiko-bot
2026-08-03 11:35 ` Vasily Gorbik
2026-07-31 16:50 ` [PATCH v4 4/4] s390/cio: " Heiko Carstens
2026-07-31 16:59 ` sashiko-bot
2026-08-03 11:38 ` Vasily Gorbik [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ttj6yzs@ub.hpns \
--to=gor@linux.ibm.com \
--cc=agordeev@linux.ibm.com \
--cc=borntraeger@linux.ibm.com \
--cc=david@kernel.org \
--cc=dengler@linux.ibm.com \
--cc=frankja@linux.ibm.com \
--cc=freude@linux.ibm.com \
--cc=hca@linux.ibm.com \
--cc=herbert@gondor.apana.org.au \
--cc=imbrenda@linux.ibm.com \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=oberpar@linux.ibm.com \
--cc=peterz@infradead.org \
--cc=svens@linux.ibm.com \
--cc=vneethv@linux.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).