]> git.baikalelectronics.ru Git - kernel.git/commit
uprobes/x86: Rename arch_uprobe->def to ->defparam, minor comment updates
authorOleg Nesterov <oleg@redhat.com>
Sun, 1 Jun 2014 19:13:46 +0000 (21:13 +0200)
committerOleg Nesterov <oleg@redhat.com>
Thu, 5 Jun 2014 14:21:57 +0000 (16:21 +0200)
commit651006ade9c689225faa016d48186bcabfb76b8f
tree97c5d669668ff0aacfd16a6bc712e0aa26cf5419
parent145cb58a7aee9d577fe64a12fa4f29260552bd18
uprobes/x86: Rename arch_uprobe->def to ->defparam, minor comment updates

Purely cosmetic, no changes in .o,

1. As Jim pointed out arch_uprobe->def looks ambiguous, rename it to
   ->defparam.

2. Add the comment into default_post_xol_op() to explain "regs->sp +=".

3. Remove the stale part of the comment in arch_uprobe_analyze_insn().

Suggested-by: Jim Keniston <jkenisto@us.ibm.com>
Reviewed-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
arch/x86/include/asm/uprobes.h
arch/x86/kernel/uprobes.c