From: "Christoph Schlameuss" <schlameuss@linux.ibm.com>
To: "Christian Borntraeger" <borntraeger@linux.ibm.com>,
"Christoph Schlameuss" <schlameuss@linux.ibm.com>,
<kvm@vger.kernel.org>
Cc: "Janosch Frank" <frankja@linux.ibm.com>,
"Claudio Imbrenda" <imbrenda@linux.ibm.com>,
"David Hildenbrand" <david@kernel.org>,
"Heiko Carstens" <hca@linux.ibm.com>,
"Vasily Gorbik" <gor@linux.ibm.com>,
"Alexander Gordeev" <agordeev@linux.ibm.com>,
"Sven Schnelle" <svens@linux.ibm.com>,
<linux-s390@vger.kernel.org>,
"Hendrik Brueckner" <brueckner@linux.ibm.com>,
"Eric Farman" <farman@linux.ibm.com>
Subject: Re: [PATCH 0/6] KVM: s390: vsie: Small VSIE cleanup and improvements
Date: Mon, 10 Aug 2026 15:16:30 +0200 [thread overview]
Message-ID: <DKLAJ607XEKH.3C57LOEU379HY@linux.ibm.com> (raw)
In-Reply-To: <c16e6836-c816-402d-8457-f763aa343356@linux.ibm.com>
On Mon Aug 10, 2026 at 2:05 PM CEST, Christian Borntraeger wrote:
>
> Am 07.08.26 um 11:57 schrieb Christoph Schlameuss:
>> Some patches previously sent in series
>> "KVM: s390: vsie: Add VSIE SIGP Interpretation (vsie_sigpi) v1"
>>
>> Link: https://lore.kernel.org/r/20260709-vsie-sigpi-v1-0-ea9f12066408@linux.ibm.com
>>
>> now in its own series as proposed by Janosch in
>>
>> Link: https://lore.kernel.org/all/77387525-cf7b-4617-a492-d81b6c1cef17@linux.ibm.com/
>>
>> As well as some small additions like some of the offsets in struct
>> vsie_page do have in page offset or alignment requirements. Adding
>> assertions can actually prevent bad code changes as well as provide
>> clarity for the requirements.
>>
>> And introduction of simple SCB_ALIGNMENT_SHIFT constant.
>>
>> ---
>> Christoph Schlameuss (6):
>> KVM: s390: Remove double 64bscao feature check
>> KVM: s390: vsie: Remove duplicate assertion
>> KVM: s390: vsie: Convert shift to phys_to_pfn()
>> KVM: s390: vsie: Assert mcck_info offset in vsie_page
>> KVM: s390: vsie: Assert crycb alignment in vsie_page
>> KVM: s390: vsie: Create constant SCB_ALIGNMENT_SHIFT
>>
>> arch/s390/include/asm/kvm_host_types.h | 2 ++
>> arch/s390/kvm/kvm-s390.c | 3 +--
>> arch/s390/kvm/vsie.c | 19 +++++++++----------
>> 3 files changed, 12 insertions(+), 12 deletions(-)
>> ---
>> base-commit: f9a2394a23482bfd330911e9c8295b71724feacd
>> change-id: 20260716-vsie-cleanup-202607-8690ba7ac3ea
>>
>> Best regards,
>
> I adjusted some commit messages and applied this series. Will schedule for next.
Thanks!
(I did have the v2 ready, was just waiting if there where any more comments. But
it was only changes in the commit comments)
prev parent reply other threads:[~2026-08-10 13:16 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-07 9:57 [PATCH 0/6] KVM: s390: vsie: Small VSIE cleanup and improvements Christoph Schlameuss
2026-08-07 9:57 ` [PATCH 1/6] KVM: s390: Remove double 64bscao feature check Christoph Schlameuss
2026-08-07 9:59 ` sashiko-bot
2026-08-07 10:59 ` Claudio Imbrenda
2026-08-07 9:57 ` [PATCH 2/6] KVM: s390: vsie: Remove duplicate assertion Christoph Schlameuss
2026-08-07 9:59 ` sashiko-bot
2026-08-07 10:32 ` Christian Borntraeger
2026-08-07 11:03 ` Claudio Imbrenda
2026-08-07 9:57 ` [PATCH 3/6] KVM: s390: vsie: Convert shift to phys_to_pfn() Christoph Schlameuss
2026-08-07 10:02 ` sashiko-bot
2026-08-07 10:36 ` Christian Borntraeger
2026-08-07 10:40 ` Sven Schnelle
2026-08-07 11:06 ` Sven Schnelle
2026-08-07 11:28 ` Claudio Imbrenda
2026-08-07 11:04 ` Claudio Imbrenda
2026-08-07 9:57 ` [PATCH 4/6] KVM: s390: vsie: Assert mcck_info offset in vsie_page Christoph Schlameuss
2026-08-07 10:02 ` sashiko-bot
2026-08-07 10:37 ` Christian Borntraeger
2026-08-07 9:57 ` [PATCH 5/6] KVM: s390: vsie: Assert crycb alignment " Christoph Schlameuss
2026-08-07 10:00 ` sashiko-bot
2026-08-07 10:38 ` Christian Borntraeger
2026-08-07 11:25 ` Claudio Imbrenda
2026-08-07 9:57 ` [PATCH 6/6] KVM: s390: vsie: Create constant SCB_ALIGNMENT_SHIFT Christoph Schlameuss
2026-08-07 10:02 ` sashiko-bot
2026-08-10 12:05 ` [PATCH 0/6] KVM: s390: vsie: Small VSIE cleanup and improvements Christian Borntraeger
2026-08-10 13:16 ` Christoph Schlameuss [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=DKLAJ607XEKH.3C57LOEU379HY@linux.ibm.com \
--to=schlameuss@linux.ibm.com \
--cc=agordeev@linux.ibm.com \
--cc=borntraeger@linux.ibm.com \
--cc=brueckner@linux.ibm.com \
--cc=david@kernel.org \
--cc=farman@linux.ibm.com \
--cc=frankja@linux.ibm.com \
--cc=gor@linux.ibm.com \
--cc=hca@linux.ibm.com \
--cc=imbrenda@linux.ibm.com \
--cc=kvm@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=svens@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