Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758012Ab1FFUvt (ORCPT ); Mon, 6 Jun 2011 16:51:49 -0400 Received: from mail-px0-f179.google.com ([209.85.212.179]:58407 "EHLO mail-px0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753217Ab1FFUvs (ORCPT ); Mon, 6 Jun 2011 16:51:48 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=nvSgQpH0Cw1F2MwrN8OTyUHdbUHHkmbcsRAJwS0xVjXdT/q/fSznJT+3SBeGO8kPoi GBFlMN+qVJuypeww7iO/dFCPbKIgJRpv2uFFxnW5CV78Bhs93FoSVesEfHiHBsMqZKBW D7uf+W9FVQGT5/li9XRW6gW3yOzJXbeOBxoNs= MIME-Version: 1.0 In-Reply-To: References: <4DECAE68.16683.1203EBBB@pageexec.freemail.hu> <4DED206E.20356.13C155EA@pageexec.freemail.hu> From: Andrew Lutomirski Date: Mon, 6 Jun 2011 16:51:24 -0400 X-Google-Sender-Auth: JBtV3-rYJf6jc70U-33BgpHrNms Message-ID: Subject: Re: [PATCH v5 9/9] x86-64: Add CONFIG_UNSAFE_VSYSCALLS to feature-removal-schedule To: Linus Torvalds Cc: pageexec@freemail.hu, Andi Kleen , Ingo Molnar , x86@kernel.org, Thomas Gleixner , linux-kernel@vger.kernel.org, Jesper Juhl , Borislav Petkov , Andrew Morton , Arjan van de Ven , Jan Beulich , richard -rw- weinberger , Mikael Pettersson , Brian Gerst , Louis Rilling , Valdis.Kletnieks@vt.edu Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1432 Lines: 38 On Mon, Jun 6, 2011 at 4:40 PM, Linus Torvalds wrote: > We *definitely* don't want to name it in a way that makes some random > person just turn it off because it's scary, since the random person > *shouldn't* turn it off today. Comprende? Yes, and fixed in the cleaned up version. > > And the annoying part about the whole patch series is how the whole > re-sending has gone on forever. If I have the patch-resending protocol wrong, please enlighten me. I'm not sure how to make future work less annoying. > Just pick some approach, do it, and > don't even bother making it a config option for now. If we can replace > the vsyscall page with a page fault or int3 or whatever, and it's only > used for the 'time()' system call, just do it. Really? I won't personally complain about the 200+ ns hit, but I'm sure someone will cc: me on a regression report if there's no option. > > The series is now extended with the cleanup patches so the end result > looks reasonable, but why have the whole "first implement it, then > clean it up" and sending it as a whole series. That's annoying. Just > send the cleaned-up end result to begin with. --Andy -- 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/