Re: [PATCH v4 2/4] ARM: kprobes: collects stack consumption for store instructions

2014-11-27 Thread Masami Hiramatsu
(2014/11/22 17:40), Wang Nan wrote: > This patch uses the previously introduced checker functionality on > store instructions to record their stack consumption information to > arch_probes_insn. > > Signed-off-by: Wang Nan > Signed-off-by: Jon Medhurst > Reviewed-by: Jon Medhurst >From the vie

[PATCH v4 2/4] ARM: kprobes: collects stack consumption for store instructions

2014-11-22 Thread Wang Nan
This patch uses the previously introduced checker functionality on store instructions to record their stack consumption information to arch_probes_insn. Signed-off-by: Wang Nan Signed-off-by: Jon Medhurst Reviewed-by: Jon Medhurst --- v1 -> v2: - Bugfix and code improvements following Tixy's