On Tue, Jul 10, 2018 at 7:53 PM, Will Deacon [off-list ref] wrote:
Hi Arnd,
On Mon, Jul 09, 2018 at 03:19:44PM +0100, Will Deacon wrote:
quoted
The new rseq call arrived in 4.18-rc1, so provide it in the asm-generic
unistd.h for architectures such as arm64.
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Will Deacon <redacted>
---
include/uapi/asm-generic/unistd.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Please can you Ack this, so I can take it the arm64 tree?
I just checked again that this syscall is compatible with
compat mode on all architectures that need it, so the
addition is safe.
Acked-by: Arnd Bergmann <arnd@arndb.de>