From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: [PATCH] x86: Wire up 32-bit direct socket calls Date: Tue, 15 Sep 2015 13:55:28 -0700 Message-ID: <55F885C0.7080309@zytor.com> References: <49726621.LPTnfQXYGz@wuerfel> <2108882.tTxglVCXxY@wuerfel> <20150914133500.GA385@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from terminus.zytor.com ([198.137.202.10]:33021 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751625AbbIOUzz (ORCPT ); Tue, 15 Sep 2015 16:55:55 -0400 In-Reply-To: <20150914133500.GA385@gmail.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Ingo Molnar , Andy Lutomirski Cc: Arnd Bergmann , Geert Uytterhoeven , Heiko Carstens , Andy Lutomirski , X86 ML , Network Development , Tulio Magno Quites Machado Filho , "linux-kernel@vger.kernel.org" , Alexander Larsson , Cosimo Cecchi , Dan Nicholson , libc-alpha , Rajalakshmi Srinivasaraghavan , Linux-Arch On 09/14/2015 06:35 AM, Ingo Molnar wrote: >> >> I missed sys_ipc entirely. >> >> Ingo, Thomas, want to just wire those up, too? I can send a patch >> next week, but it'll be as trivial as the socket one. > > Yeah, sure - split out system calls are so much better (and slightly faster) than > omnibus demuxers. > Indeed. sys_socketcall and sys_ipc are legacy mistakes. -hpa