diff mbox series

[FIXUP,1/2] squash! arm64: Basic Branch Target Identification support

Message ID 1570806389-16014-2-git-send-email-Dave.Martin@arm.com
State New
Headers show
Series Fixups to patch 5 | expand

Commit Message

Dave Martin Oct. 11, 2019, 3:06 p.m. UTC
Signed-off-by: Dave Martin <Dave.Martin@arm.com>


---

Changes since v2:

 * Fix Kconfig typo that claimed that Pointer authentication is part of
   ARMv8.2.  It's v8.3.
---
 arch/arm64/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.1.4
diff mbox series

Patch

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 563dec5..6e26b72 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -1425,7 +1425,7 @@  config ARM64_BTI
 
 	  This is intended to provide complementary protection to other control
 	  flow integrity protection mechanisms, such as the Pointer
-	  authentication mechanism provided as part of the ARMv8.2 Extensions.
+	  authentication mechanism provided as part of the ARMv8.3 Extensions.
 
 	  To make use of BTI on CPUs that support it, say Y.