27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
|
From b3681e2641999be6c1f70e66497fe384d683a07e Mon Sep 17 00:00:00 2001
|
||
|
From: Patrick Steuer <patrick.steuer@de.ibm.com>
|
||
|
Date: Tue, 24 Sep 2019 23:03:19 +0200
|
||
|
Subject: [PATCH 09528/10000] s390x assembly pack: fix msa3 stfle bit detection
|
||
|
|
||
|
Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com>
|
||
|
|
||
|
Reviewed-by: Richard Levitte <levitte@openssl.org>
|
||
|
(Merged from https://github.com/openssl/openssl/pull/10004)
|
||
|
---
|
||
|
crypto/s390xcpuid.pl | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
Index: openssl-1.1.1d/crypto/s390xcpuid.pl
|
||
|
===================================================================
|
||
|
--- openssl-1.1.1d.orig/crypto/s390xcpuid.pl 2020-01-23 13:45:11.064632028 +0100
|
||
|
+++ openssl-1.1.1d/crypto/s390xcpuid.pl 2020-01-23 13:45:11.188632764 +0100
|
||
|
@@ -107,7 +107,7 @@ OPENSSL_s390x_functions:
|
||
|
la %r1,S390X_KMAC(%r4)
|
||
|
.long 0xb91e0042 # kmac %r4,%r2
|
||
|
|
||
|
- tmhh %r3,0x0003 # check for message-security-assist-3
|
||
|
+ tmhh %r3,0x0008 # check for message-security-assist-3
|
||
|
jz .Lret
|
||
|
|
||
|
lghi %r0,S390X_QUERY # query pcc capability vector
|