[PATCH 3/3] arm64: enable context tracking

Catalin Marinas catalin.marinas at arm.com
Tue Apr 29 02:43:53 PDT 2014


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 at linaro.org>
> Signed-off-by: Larry Bassel <larry.bassel at linaro.org>

You could actually merge this patch with 2/3.

-- 
Catalin



More information about the linux-arm-kernel mailing list