Re: [PATCH V3 2/6] arm64: kgdb_step_brk_fn: ignore other's exception

2016-11-02 Thread Pratyush Anand
On Wednesday 02 November 2016 03:30 PM, Sandeepa Prabhu wrote: On Wed, Nov 2, 2016 at 2:40 PM, Pratyush Anand mailto:pan...@redhat.com>> wrote: ARM64 step exception does not have any syndrome information. So, it is responsibility of exception handler to take care that they handle it

[PATCH V3 2/6] arm64: kgdb_step_brk_fn: ignore other's exception

2016-11-02 Thread Pratyush Anand
ARM64 step exception does not have any syndrome information. So, it is responsibility of exception handler to take care that they handle it only if exception was raised for them. Since kgdb_step_brk_fn() always returns 0, therefore we might have problem when we will have other step handler registe