]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linux: Make PTRACE_GET_SYSCALL_INFO handle EJUSTRETURN
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Sat, 23 Oct 2021 17:56:29 +0000 (18:56 +0100)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Mon, 21 Feb 2022 13:35:30 +0000 (13:35 +0000)
commit3b7841de78a3347429426ae978affe42d3d8d6b4
treeb9f445690b6568845784b551d3d4c3e7e6fbb911
parent046274e798e64094d32e00592902b49af884ce4f
linux: Make PTRACE_GET_SYSCALL_INFO handle EJUSTRETURN

This fixes panic when trying to run strace(8) from Focal.

Reviewed By: kib
Sponsored By: EPSRC
Differential Revision: https://reviews.freebsd.org/D32355

(cherry picked from commit 2558bb8e9166395dce26afcfac91fc692621de7b)
sys/amd64/linux/linux_ptrace.c