Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754853Ab0AODeH (ORCPT ); Thu, 14 Jan 2010 22:34:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754122Ab0AODeF (ORCPT ); Thu, 14 Jan 2010 22:34:05 -0500 Received: from gate.crashing.org ([63.228.1.57]:41330 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750984Ab0AODeD (ORCPT ); Thu, 14 Jan 2010 22:34:03 -0500 Subject: Re: sys_recvmmsg: wire up or not? From: Benjamin Herrenschmidt To: Russell King Cc: David Miller , arnd@arndb.de, geert@linux-m68k.org, acme@redhat.com, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, linux-m68k@vger.kernel.org In-Reply-To: <20100114093322.GA3484@flint.arm.linux.org.uk> References: <10f740e80912260239n17bbbd08w6c3065c12bde9c95@mail.gmail.com> <200912261212.14264.arnd@arndb.de> <1263442833.724.325.camel@pasglop> <20100113.202807.233259060.davem@davemloft.net> <1263452379.724.348.camel@pasglop> <20100114093322.GA3484@flint.arm.linux.org.uk> Content-Type: text/plain; charset="UTF-8" Date: Fri, 15 Jan 2010 14:32:49 +1100 Message-ID: <1263526369.724.399.camel@pasglop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2010-01-14 at 09:33 +0000, Russell King wrote: > On ARM, we used to use socketcall exclusively. We've since added all > the direct socket and IPC calls to our syscall table as part of the > big EABI shakeup. They certainly get used on EABI, whereas OABI has > a choice. > > They were made available in two stages - first the numbers were > reserved > and the calls were added to the call table. A few years later, we > exposed the syscall numbers in unistd.h. > > It's now been almost 4 years since this was done, and there have been > no bug reports. Agreed. It's definitely a switch we should do on powerpc. I'll look into it after LCA. Cheers, Ben. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/