From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Tue, 14 Sep 2010 08:42:37 +0000 Subject: Re: [PATCH] sh: Add syscall entries for non multiplexed socket calls Message-Id: <20100914084237.GO7336@linux-sh.org> List-Id: References: <1283305771-31182-1-git-send-email-carmelo.amoroso@st.com> In-Reply-To: <1283305771-31182-1-git-send-email-carmelo.amoroso@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Wed, Sep 01, 2010 at 03:49:29AM +0200, Carmelo AMOROSO wrote: > Linux kernel already has socket syscalls that can be invoked > without the multiplexing sys_socketcall wrapper. > C library wrappers are ready to use them directly. It needs just > to define the missing syscall numbers and provide the related entries > into the syscalls table, like sh64 aleady does. > > Signed-off-by: Francesco Rundo > Signed-off-by: Carmelo Amoroso I've applied this now, with the addition of recvmmsg being wired up and the ignore macro killed.