Re: [PATCH v2 3/5] KVM: s390: selftests: Add regression tests for KMCTR, KMF, KMO and PCC crypto subfunctions
From: Christoph Schlameuss
Date: Wed Aug 21 2024 - 03:24:51 EST
On Tue Aug 20, 2024 at 8:48 AM CEST, Hariharan Mari wrote:
> Extend the existing regression test framework for s390x CPU subfunctions
> to include tests for the KMCTR (Cipher Message with Counter) KMO
> (Cipher Message with Output Feedback), KMF (Cipher Message with Cipher
> Feedback) and PCC (Perform Cryptographic Computation) crypto functions.
>
> The test procedure follows the established pattern.
>
> Suggested-by: Janosch Frank <frankja@xxxxxxxxxxxxx>
> Signed-off-by: Hariharan Mari <hari55@xxxxxxxxxxxxx>
> Reviewed-by: Janosch Frank <frankja@xxxxxxxxxxxxx>
LGTM
Reviewed-by: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
> ---
> .../kvm/s390x/cpumodel_subfuncs_test.c | 65 +++++++++++++++++++
> 1 file changed, 65 insertions(+)
[...]