From 3e7ab4f4c8d04393baceed54b663379245fd13dc Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sat, 7 May 2022 01:21:21 +0300 Subject: [PATCH] Add the comment about arm64.nomte Thanks to @izh1979 for the idea. --- kconfig_hardened_check/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kconfig_hardened_check/__init__.py b/kconfig_hardened_check/__init__.py index 8daa934..dc65d4d 100644 --- a/kconfig_hardened_check/__init__.py +++ b/kconfig_hardened_check/__init__.py @@ -42,6 +42,7 @@ # nokaslr # arm64.nobti # arm64.nopauth +# arm64.nomte # # Hardware tag-based KASAN with arm64 Memory Tagging Extension (MTE): # kasan=on -- 2.31.1