diff options
author | Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com> | 2013-11-20 04:47:13 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-12-18 11:37:15 -0500 |
commit | 91f3e3eaba4413e76ce8e12e3ef10525a889142f (patch) | |
tree | e4cef25c9b51388a462776c6a8e642571fa2f19b /Documentation/kmsg | |
parent | 9efe4f2992025c3a4027c60bf36ae9d710ca3781 (diff) |
s390/zcrypt: add support for EP11 coprocessor cards
This feature extends the generic cryptographic device driver (zcrypt)
with a new capability to service EP11 requests for the Crypto Express4S
card in EP11 (Enterprise PKCS#11 mode) coprocessor mode.
Signed-off-by: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'Documentation/kmsg')
-rw-r--r-- | Documentation/kmsg/s390/zcrypt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/kmsg/s390/zcrypt b/Documentation/kmsg/s390/zcrypt new file mode 100644 index 000000000000..7fb2087409d6 --- /dev/null +++ b/Documentation/kmsg/s390/zcrypt | |||
@@ -0,0 +1,20 @@ | |||
1 | /*? | ||
2 | * Text: "Cryptographic device %x failed and was set offline\n" | ||
3 | * Severity: Error | ||
4 | * Parameter: | ||
5 | * @1: device index | ||
6 | * Description: | ||
7 | * A cryptographic device failed to process a cryptographic request. | ||
8 | * The cryptographic device driver could not correct the error and | ||
9 | * set the device offline. The application that issued the | ||
10 | * request received an indication that the request has failed. | ||
11 | * User action: | ||
12 | * Use the lszcrypt command to confirm that the cryptographic | ||
13 | * hardware is still configured to your LPAR or z/VM guest virtual | ||
14 | * machine. If the device is available to your Linux instance the | ||
15 | * command output contains a line that begins with 'card<device index>', | ||
16 | * where <device index> is the two-digit decimal number in the message text. | ||
17 | * After ensuring that the device is available, use the chzcrypt command to | ||
18 | * set it online again. | ||
19 | * If the error persists, contact your support organization. | ||
20 | */ | ||