From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751099AbcCHSsh (ORCPT ); Tue, 8 Mar 2016 13:48:37 -0500 Received: from torg.zytor.com ([198.137.202.12]:39302 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750747AbcCHSs3 (ORCPT ); Tue, 8 Mar 2016 13:48:29 -0500 Subject: Re: [PATCH] x86/entry: Improve system call entry comments To: Andy Lutomirski References: <3cc149b4ce9a108a092d816c5158808c62c557f0.1457285880.git.luto@kernel.org> <20160307082228.GA11026@gmail.com> <85B7C74C-3B32-44D1-90FE-352097F0A627@zytor.com> <20160308103004.GB5407@gmail.com> <56DF1C98.6030506@zytor.com> Cc: Ingo Molnar , Andy Lutomirski , X86 ML , "linux-kernel@vger.kernel.org" , Borislav Petkov , Oleg Nesterov , Andrew Cooper , Brian Gerst , Linus Torvalds , Andrew Morton , Peter Zijlstra , Thomas Gleixner From: "H. Peter Anvin" Message-ID: <56DF1E4F.6050809@zytor.com> Date: Tue, 8 Mar 2016 10:47:43 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/08/16 10:45, Andy Lutomirski wrote: > > s/modern/most, perhaps? > > I'm hoping that some day Bionic goes away and gets replaced by musl. > > Of course, musl doesn't always use fast syscalls because it needs a > vdso facility that doesn't currently exist. I'll deal with that > eventually. > You don't actually need actual DSO support to support fast system calls on i386. Even klibc uses them now, and the additional code to support it is trivial. -hpa