Re: [PATCH V2 0/4] ARM64: Fix irq generation between breakpoint and step exception

2017-07-16 Thread Pratyush Anand
On Friday 07 July 2017 05:33 PM, Pratyush Anand wrote: v1 was here http://marc.info/?l=linux-arm-kernel&m=149910958418708&w=2 v1 -> v2: - patch 1 of v1 has been modified to patch 1-3 of v2. - Introduced a new event attribute step_needed and implemented hw_breakpoint_needs_single_step() (patc

[PATCH V2 0/4] ARM64: Fix irq generation between breakpoint and step exception

2017-07-07 Thread Pratyush Anand
v1 was here http://marc.info/?l=linux-arm-kernel&m=149910958418708&w=2 v1 -> v2: - patch 1 of v1 has been modified to patch 1-3 of v2. - Introduced a new event attribute step_needed and implemented hw_breakpoint_needs_single_step() (patch 1) - Replaced usage of is_default_overflow_handler() with