Re: [PATCH v2 0/6] ptrace: consolidate PTRACE_SYSEMU handling and add support for arm64

From: Andy Lutomirski
Date: Mon Mar 18 2019 - 16:04:51 EST


On Mon, Mar 18, 2019 at 3:49 AM Sudeep Holla <sudeep.holla@xxxxxxx> wrote:
>
> Hi,
>
> This patchset evolved from the discussion in the thread[0][1]. When we
> wanted to add PTRACE_SYSEMU support to ARM64, we thought instead of
> duplicating what other architectures like x86 and powerpc have done,
> let consolidate the existing support and move it to the core as there's
> nothing arch specific in it.
>

In the discussion from the first version, there was talk of some
testing. Can you put the test cases in question into v3?

--Andy