Re: [RFC patch 04/15] arm64/entry: Use generic syscall entry function

2019-09-20 Thread Catalin Marinas
On Thu, Sep 19, 2019 at 05:03:18PM +0200, Thomas Gleixner wrote: > #ifdef CONFIG_ARM64_ERRATUM_1463225 > @@ -97,19 +97,16 @@ static void el0_svc_common(struct pt_reg > > regs->orig_x0 = regs->regs[0]; > regs->syscallno = scno; > + /* Set default error number */ > +

[RFC patch 04/15] arm64/entry: Use generic syscall entry function

2019-09-19 Thread Thomas Gleixner
Replace the syscall entry work handling with the generic version, Provide the necessary helper inlines to handle the real architecture specific parts, e.g. audit and seccomp invocations. Signed-off-by: Thomas Gleixner --- arch/arm64/Kconfig|1