Re: [PATCH v2 4/5] arm64: mte: Add asymmetric mode support

From: Vincenzo Frascino
Date: Wed Oct 06 2021 - 10:21:06 EST


On 10/6/21 2:19 PM, Andrey Konovalov wrote:
>> + if (!system_uses_mte_async_mode())
>> + static_branch_enable(&mte_async_mode);
> Using this variable and function here still looks confusing. Maybe
> naming the variable mte_async_or_asymm_mode? Or
> mte_async_fault_possible similarly to KASAN?
>
>

mte_async_or_asymm_mode works for me. I will modify the code in v3.

Thanks.

--
Regards,
Vincenzo