Re: [PATCH v6 2/2] arm64: enable context tracking

2014-06-03 Thread Kevin Hilman
Will Deacon writes: > Hi guys, > > On Fri, May 30, 2014 at 08:08:38PM +0100, Kevin Hilman wrote: >> Will Deacon writes: >> > I'd like to give these some stress testing before it gets merged, so I'm >> > not sure if it'll make it for 3.16 given where we are at the moment. >> >> FWIW, this

Re: [PATCH v6 2/2] arm64: enable context tracking

2014-06-03 Thread Will Deacon
Hi guys, On Fri, May 30, 2014 at 08:08:38PM +0100, Kevin Hilman wrote: > Will Deacon writes: > > I'd like to give these some stress testing before it gets merged, so I'm > > not sure if it'll make it for 3.16 given where we are at the moment. > > FWIW, this feature is disabled by default. I

Re: [PATCH v6 2/2] arm64: enable context tracking

2014-06-03 Thread Will Deacon
Hi guys, On Fri, May 30, 2014 at 08:08:38PM +0100, Kevin Hilman wrote: Will Deacon will.dea...@arm.com writes: I'd like to give these some stress testing before it gets merged, so I'm not sure if it'll make it for 3.16 given where we are at the moment. FWIW, this feature is disabled by

Re: [PATCH v6 2/2] arm64: enable context tracking

2014-06-03 Thread Kevin Hilman
Will Deacon will.dea...@arm.com writes: Hi guys, On Fri, May 30, 2014 at 08:08:38PM +0100, Kevin Hilman wrote: Will Deacon will.dea...@arm.com writes: I'd like to give these some stress testing before it gets merged, so I'm not sure if it'll make it for 3.16 given where we are at the

Re: [PATCH v6 2/2] arm64: enable context tracking

2014-05-30 Thread Will Deacon
On Thu, May 29, 2014 at 10:45:04PM +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 and all of the "error" paths). > > These macros expand to function calls which will only work

Re: [PATCH v6 2/2] arm64: enable context tracking

2014-05-30 Thread Will Deacon
On Thu, May 29, 2014 at 10:45:04PM +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 and all of the error paths). These macros expand to function calls which will only work

[PATCH v6 2/2] arm64: enable context tracking

2014-05-29 Thread Larry Bassel
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 and all of the "error" paths). These macros expand to function calls which will only work properly if el0_sync and related code has been rearranged (in a previous

Re: [PATCH v6 2/2] arm64: enable context tracking

2014-05-29 Thread Kevin Hilman
Larry Bassel writes: > 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 and all of the "error" paths). > > These macros expand to function calls which will only work > properly if el0_sync and related code

[PATCH v6 2/2] arm64: enable context tracking

2014-05-29 Thread Larry Bassel
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 and all of the "error" paths). These macros expand to function calls which will only work properly if el0_sync and related code has been rearranged (in a previous

[PATCH v6 2/2] arm64: enable context tracking

2014-05-29 Thread Larry Bassel
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 and all of the error paths). These macros expand to function calls which will only work properly if el0_sync and related code has been rearranged (in a previous

Re: [PATCH v6 2/2] arm64: enable context tracking

2014-05-29 Thread Kevin Hilman
Larry Bassel larry.bas...@linaro.org writes: 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 and all of the error paths). These macros expand to function calls which will only work properly if el0_sync

[PATCH v6 2/2] arm64: enable context tracking

2014-05-29 Thread Larry Bassel
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 and all of the error paths). These macros expand to function calls which will only work properly if el0_sync and related code has been rearranged (in a previous