Re: [PATCH 1/1] KVM: s390: vsie: fix the length of APCB bitmap

From: Janosch Frank
Date: Fri May 12 2023 - 03:18:47 EST


On 5/11/23 11:47, Pierre Morel wrote:
bit_and() uses the count of bits as the woking length.
Fix the previous implementation and effectively use
the right bitmap size.

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

Signed-off-by: Pierre Morel <pmorel@xxxxxxxxxxxxx>

Please push this to devel

Reviewed-by: Janosch Frank <frankja@xxxxxxxxxxxxx>