]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
authorHelge Deller <deller@gmx.de>
Wed, 1 Feb 2023 15:41:54 +0000 (16:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2023 10:28:20 +0000 (11:28 +0100)
commit9f2b0b96570f1c145cf48be289e9c0a3585642f5
tree2544ce52631cfff970ad4f1620cdeb8d13273ebb
parente3cf91b50cf3bcce9f720bdad556e021cbbfc319
parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case

commit 316f1f42b5cc1d95124c1f0387c867c1ba7b6d0e upstream.

Wire up the missing ptrace requests PTRACE_GETREGS, PTRACE_SETREGS,
PTRACE_GETFPREGS and PTRACE_SETFPREGS when running 32-bit applications
on 64-bit kernels.

Signed-off-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org # 4.7+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/parisc/kernel/ptrace.c