mbox series

[0/2] small ptrace fixes

Message ID 20190404161604.6165-1-svens@stackframe.org (mailing list archive)
Headers show
Series small ptrace fixes | expand

Message

Sven Schnelle April 4, 2019, 4:16 p.m. UTC
Hi,

while working on kprobes i found two small issues in ptrace.h.

Sven Schnelle (2):
  parisc: regs_return_value() should return gpr28
  parisc: also set iaoq_b in instruction_pointer_set()

 arch/parisc/include/asm/ptrace.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Helge Deller April 4, 2019, 5:54 p.m. UTC | #1
On 04.04.19 18:16, Sven Schnelle wrote:
> while working on kprobes i found two small issues in ptrace.h.
>
> Sven Schnelle (2):
>   parisc: regs_return_value() should return gpr28
>   parisc: also set iaoq_b in instruction_pointer_set()
>
>  arch/parisc/include/asm/ptrace.h | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Thanks, applied to my for-next tree.

Helge