From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752110AbbIOUz7 (ORCPT ); Tue, 15 Sep 2015 16:55:59 -0400 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 Subject: Re: [PATCH] x86: Wire up 32-bit direct socket calls To: Ingo Molnar , Andy Lutomirski References: <49726621.LPTnfQXYGz@wuerfel> <2108882.tTxglVCXxY@wuerfel> <20150914133500.GA385@gmail.com> 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 From: "H. Peter Anvin" Message-ID: <55F885C0.7080309@zytor.com> Date: Tue, 15 Sep 2015 13:55:28 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20150914133500.GA385@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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