Re: [PATCH 3/3] arm64: enable context tracking

From: Catalin Marinas
Date: Tue Apr 29 2014 - 05:44:32 EST


On Sun, Apr 27, 2014 at 08:44:14PM +0100, Larry Bassel wrote:
> Make calls to ct_user_enter when the kernel is exited
> and ct_user_exit when the kernel is entered (in el0_da,
> el0_ia, el0_svc, el0_irq).
>
> These macros expand to function calls which will only work
> properly if el0_sync and related code has been rearranged
> (in a previous patch of this series).
>
> The calls to ct_user_exit are made after hw debugging has been
> enabled (enable_dbg).
>
> The call to ct_user_enter is made at the end of the kernel_exit
> macro.
>
> Signed-off-by: Kevin Hilman <khilman@xxxxxxxxxx>
> Signed-off-by: Larry Bassel <larry.bassel@xxxxxxxxxx>

You could actually merge this patch with 2/3.

--
Catalin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/