We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a7eef commit 26ca442Copy full SHA for 26ca442
arch/arm64/include/asm/mte.h
@@ -182,15 +182,15 @@ void mte_check_tfsr_el1(void);
182
183
static inline void mte_check_tfsr_entry(void)
184
{
185
- if (!system_supports_mte())
+ if (!kasan_hw_tags_enabled())
186
return;
187
188
mte_check_tfsr_el1();
189
}
190
191
static inline void mte_check_tfsr_exit(void)
192
193
194
195
196
/*
0 commit comments