]> www.infradead.org Git - nvme.git/commit
s390/zcrypt: add debug possibility for CCA and EP11 messages
authorHarald Freudenberger <freude@linux.ibm.com>
Fri, 9 Feb 2024 15:20:21 +0000 (16:20 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Fri, 16 Feb 2024 13:30:13 +0000 (14:30 +0100)
commitb69b65f51148531ff3dd942a038614f77d9d60e3
treeac4646c6edcd23e09856be49213984d8667dff3f
parent6a2892d09df545c6ea828bc8ad08112961b88f6d
s390/zcrypt: add debug possibility for CCA and EP11 messages

This patch introduces dynamic debug hexdump invocation
possibilities to be able to:
- dump an CCA or EP11 CPRB request as early as possible
  when received via ioctl from userspace but after the
  ap message has been collected together.
- dump an CCA or EP11 CPRB reply short before it is
  transferred via ioctl into userspace.

Signed-off-by: Harald Freudenberger <freude@linux.ibm.com>
Reviewed-by: Holger Dengler <dengler@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
drivers/s390/crypto/zcrypt_api.c