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 DA58A1A067C for ; Thu, 15 Oct 2015 22:10:52 +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: <20151015111052.C0C3D1402BC@ozlabs.org> Date: Thu, 15 Oct 2015 22:10:52 +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 > > Signed-off-by: Sam Bobroff Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/a34236155afb1cc41945e583 cheers