[PATCH 14/15] arch: add split IPC system calls where needed

Michael Ellerman mpe at ellerman.id.au
Mon Jan 14 20:58:52 AEDT 2019


Michael Ellerman <mpe at ellerman.id.au> writes:
> Hi Arnd,
>
> Arnd Bergmann <arnd at arndb.de> writes:
>> The IPC system call handling is highly inconsistent across architectures,
>> some use sys_ipc, some use separate calls, and some use both.  We also
>> have some architectures that require passing IPC_64 in the flags, and
>> others that set it implicitly.
...
>
> We already have a gap at 366-377 from when we tried to add the split IPC
> calls a few years back.
>
> I guess I don't mind leaving that gap and using the common numbers as
> you've done here.
>
> But it would be good to add a comment pointing out that we have room
> at 366 for more arch specific syscalls as well.
>
> cheers

Guess I sent that one twice. 🤦

cheers


More information about the Linuxppc-dev mailing list