Re: [PATCH v13 6/7] arm64: mte: Report async tag faults before suspend

From: Catalin Marinas
Date: Fri Feb 12 2021 - 12:25:15 EST


On Thu, Feb 11, 2021 at 03:33:52PM +0000, Vincenzo Frascino wrote:
> void mte_suspend_exit(void)
> {
> if (!system_supports_mte())
> return;
>
> update_gcr_el1_excl(gcr_kernel_excl);
> +
> + /* Clear SYS_TFSR_EL1 after suspend exit */
> + write_sysreg_s(0, SYS_TFSR_EL1);
> +
> }

As per Lorenzo's comment, with this hunk removed:

Reviewed-by: Catalin Marinas <catalin.marinas@xxxxxxx>