Re: [PATCH v3 01/15] uprobes: allow ignoring of probe hits

2013-11-28 Thread Oleg Nesterov
On 11/26, David Long wrote: > > From: "David A. Long" > > Allow arches to decided to ignore a probe hit. ARM will use this to > only call handlers if the conditions to execute a conditionally executed > instruction are satisfied. > > Upleveled for v3.12-rc5. > > Signed-off-by: David A. Long

Re: [PATCH v3 01/15] uprobes: allow ignoring of probe hits

2013-11-28 Thread Oleg Nesterov
On 11/26, David Long wrote: From: David A. Long dave.l...@linaro.org Allow arches to decided to ignore a probe hit. ARM will use this to only call handlers if the conditions to execute a conditionally executed instruction are satisfied. Upleveled for v3.12-rc5. Signed-off-by: David A.

[PATCH v3 01/15] uprobes: allow ignoring of probe hits

2013-11-26 Thread David Long
From: "David A. Long" Allow arches to decided to ignore a probe hit. ARM will use this to only call handlers if the conditions to execute a conditionally executed instruction are satisfied. Upleveled for v3.12-rc5. Signed-off-by: David A. Long --- include/linux/uprobes.h | 1 +

[PATCH v3 01/15] uprobes: allow ignoring of probe hits

2013-11-26 Thread David Long
From: David A. Long dave.l...@linaro.org Allow arches to decided to ignore a probe hit. ARM will use this to only call handlers if the conditions to execute a conditionally executed instruction are satisfied. Upleveled for v3.12-rc5. Signed-off-by: David A. Long dave.l...@linaro.org ---