public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] KVM: s390: vsie: fix the length of APCB bitmap
@ 2023-05-11  9:47 Pierre Morel
  2023-05-11  9:47 ` [PATCH 1/1] " Pierre Morel
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre Morel @ 2023-05-11  9:47 UTC (permalink / raw)
  To: david
  Cc: kvm, linux-s390, linux-kernel, borntraeger, frankja, cohuck,
	thuth, imbrenda, hca, gor, svens

bit_and() uses the count of bits as the woking length.
Fix the previous implementation and effectively use
the right bitmap size.

VSIE With AP has been after the patching succesfuly tested in
VSIE with Harald's AP test zcryptping.

Fixes: 19fd83a64718 ("KVM: s390: vsie: allow CRYCB FORMAT-1")
Fixes: 56019f9aca22 ("KVM: s390: vsie: Allow CRYCB FORMAT-2")


Pierre Morel (1):
  KVM: s390: vsie: fix the length of APCB bitmap

 arch/s390/kvm/vsie.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2023-05-12  7:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-11  9:47 [PATCH 0/1] KVM: s390: vsie: fix the length of APCB bitmap Pierre Morel
2023-05-11  9:47 ` [PATCH 1/1] " Pierre Morel
2023-05-12  7:17   ` Janosch Frank

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox