]> 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>
Wed, 22 Feb 2023 11:50:28 +0000 (12:50 +0100)
commit1395c034eac5200237903b4a55c47b6e290ea938
tree385888c3ad85bc527d1332921608dee33aafea57
parent5b0f6e7d451b53a1e47f0e680a1482a9605adcc1
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