[PATCH v2 13/29] arch: add split IPC system calls where needed

Arnd Bergmann arnd at arndb.de
Sat Jan 19 06:30:57 AEDT 2019


On Fri, Jan 18, 2019 at 6:20 PM Gabriel Paubert <paubert at iram.es> wrote:
>
> On Fri, Jan 18, 2019 at 05:18:19PM +0100, Arnd Bergmann wrote:
> > 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.
> >
> > For the additon of a y2083 safe semtimedop() system call, I chose to only
>
> It's not critical, but there are two typos in that line:
> additon -> addition
> 2083 -> 2038

Fixed both, thanks!

     Arnd


More information about the Linuxppc-dev mailing list