]> git.baikalelectronics.ru Git - kernel.git/commit
uprobes/x86: Introduce push_ret_address()
authorOleg Nesterov <oleg@redhat.com>
Thu, 24 Apr 2014 17:21:38 +0000 (19:21 +0200)
committerOleg Nesterov <oleg@redhat.com>
Wed, 30 Apr 2014 17:10:38 +0000 (19:10 +0200)
commitb3d40664723a0f7a862ad4e0745b5ae7c0d4606c
tree05f8ea13caaf1fdd84adf154d0bd33b63cb27220
parent0c9059b7660b871118283ac7d2c655b1ec6d4815
uprobes/x86: Introduce push_ret_address()

Extract the "push return address" code from branch_emulate_op() into
the new simple helper, push_ret_address(). It will have more users.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
arch/x86/kernel/uprobes.c