Message ID | 20190318104925.16600-1-sudeep.holla@arm.com |
---|---|
Headers | show |
Series | ptrace: consolidate PTRACE_SYSEMU handling and add support for arm64 | expand |
On Mon, Mar 18, 2019 at 3:49 AM Sudeep Holla <sudeep.holla@arm.com> 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