From: Will Deacon <hidden> Date: 2017-08-01 14:31:26
On Tue, Aug 01, 2017 at 02:54:12PM +0100, Dave Martin wrote:
Changes since v1:
* Change the argument of in_syscall() from int sycallno to a struct
pt_regs *, since that's more natural for the current callsites.
* Add missing #include of <asm/ptrace.h>.
* Minor commit message clarifications.
Please add my ack to these two now:
Acked-by: Will Deacon <redacted>
Will