Re: [PATCH v2 02/14] powerpc: Remove direct call to personality syscall handler

2022-08-01 Thread Andrew Donnellan
On Mon, 2022-07-25 at 16:25 +1000, Rohan McLure wrote: > Syscall handlers should not be invoked internally by their symbol > names, > as these symbols defined by the architecture-defined SYSCALL_DEFINE > macro. Fortunately, in the case of ppc64_personality, its call to > sys_personality can be

[PATCH v2 02/14] powerpc: Remove direct call to personality syscall handler

2022-07-25 Thread Rohan McLure
Syscall handlers should not be invoked internally by their symbol names, as these symbols defined by the architecture-defined SYSCALL_DEFINE macro. Fortunately, in the case of ppc64_personality, its call to sys_personality can be replaced with an invocation to the equivalent ksys_personality