diff options
author | Harald Freudenberger <freude@linux.ibm.com> | 2019-08-16 05:05:58 -0400 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2019-09-19 06:56:06 -0400 |
commit | cf2957f3907e44ca40392ac19a0c22a14e3fdc18 (patch) | |
tree | c3335b8710f9506f2ccc2968050244e87d93efd1 /arch/s390/include/uapi | |
parent | b91d9e67e50bfc79850a1760b8e59dc1dc56057f (diff) |
s390/zcrypt: CEX7S exploitation support
This patch adds CEX7 exploitation support for the AP bus code,
the zcrypt device driver zoo and the vfio device driver.
Signed-off-by: Harald Freudenberger <freude@linux.ibm.com>
Reviewed-by: Ingo Franzki <ifranzki@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/include/uapi')
-rw-r--r-- | arch/s390/include/uapi/asm/zcrypt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/include/uapi/asm/zcrypt.h b/arch/s390/include/uapi/asm/zcrypt.h index 8c5755f41dde..f9e5e1f0821d 100644 --- a/arch/s390/include/uapi/asm/zcrypt.h +++ b/arch/s390/include/uapi/asm/zcrypt.h | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * zcrypt 2.2.1 (user-visible header) | 5 | * zcrypt 2.2.1 (user-visible header) |
6 | * | 6 | * |
7 | * Copyright IBM Corp. 2001, 2018 | 7 | * Copyright IBM Corp. 2001, 2019 |
8 | * Author(s): Robert Burroughs | 8 | * Author(s): Robert Burroughs |
9 | * Eric Rossman (edrossma@us.ibm.com) | 9 | * Eric Rossman (edrossma@us.ibm.com) |
10 | * | 10 | * |
@@ -286,7 +286,7 @@ struct zcrypt_device_matrix_ext { | |||
286 | * 0x08: CEX3A | 286 | * 0x08: CEX3A |
287 | * 0x0a: CEX4 | 287 | * 0x0a: CEX4 |
288 | * 0x0b: CEX5 | 288 | * 0x0b: CEX5 |
289 | * 0x0c: CEX6 | 289 | * 0x0c: CEX6 and CEX7 |
290 | * 0x0d: device is disabled | 290 | * 0x0d: device is disabled |
291 | * | 291 | * |
292 | * ZCRYPT_QDEPTH_MASK | 292 | * ZCRYPT_QDEPTH_MASK |