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:26:44 +0000 (11:26 +0100)
commita5c275add96b468adc9454a3eaed3f4a72820c6f
treeffa3c8e100a4f64d15008e344490915f46ad1d63
parenta964decd1307efb23e3825601b5a07be2aa77bae
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