From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id D302E1A0985 for ; Tue, 13 Oct 2015 20:38:42 +1100 (AEDT) In-Reply-To: To: Sam bobroff , linuxppc-dev@ozlabs.org From: Michael Ellerman Cc: mikey@neuling.org, anton@samba.org Subject: Re: [v2,1/1] powerpc: Individual System V IPC system calls Message-Id: <20151013093842.B3EA21402D6@ozlabs.org> Date: Tue, 13 Oct 2015 20:38:42 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2015-13-10 at 01:49:28 UTC, Sam bobroff wrote: > This patch provides individual system call numbers for the following > System V IPC system calls, on PowerPC, so that they do not need to be > multiplexed: > * semop, semget, semctl, semtimedop > * msgsnd, msgrcv, msgget, msgctl > * shmat, shmdt, shmget, shmctl You tested this right? :) Tell me about it. Also we could make these available to SPU programs, but I don't think there's any point, no one's going to do a libc update for that. cheers