Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754580AbeAGTrL (ORCPT + 1 other); Sun, 7 Jan 2018 14:47:11 -0500 Received: from mail-it0-f52.google.com ([209.85.214.52]:44456 "EHLO mail-it0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754356AbeAGTrJ (ORCPT ); Sun, 7 Jan 2018 14:47:09 -0500 X-Google-Smtp-Source: ACJfBovoWwx95AsyTJT9ytPJ3P3k3OqiqfiPV0Xj2GQBFPLB2sHfhvUerLqNA8MWZRoIqWPkizfnpl4cVykNh+VeriA= MIME-Version: 1.0 In-Reply-To: <20180107063356.GA9425@1wt.eu> References: <20180106123242.77f4d860@alans-desktop> <20180106181331.mmrqwwbu2jcjj2si@ast-mbp> <20180106183859.1ad9ae37@alans-desktop> <20180106185134.dzn2en4vw2hj3p6h@ast-mbp> <20180106195551.3207f75d@alans-desktop> <20180106200912.zhzdt4qmfrojeeqe@ast-mbp> <20180106202213.23e553fb@alans-desktop> <20180106211729.cp5oet3at3hyce4o@ast-mbp> <20180106230507.3547c9a0@alans-desktop> <20180107033812.awq3vz4gdkps7tix@ast-mbp> <20180107063356.GA9425@1wt.eu> From: Linus Torvalds Date: Sun, 7 Jan 2018 11:47:07 -0800 X-Google-Sender-Auth: IgwNg_5Zaz8sY_wlrZ--Je-zTPo Message-ID: Subject: Re: [PATCH 06/18] x86, barrier: stop speculation for failed access_ok To: Willy Tarreau Cc: Alexei Starovoitov , Alan Cox , Dan Williams , Linux Kernel Mailing List , linux-arch@vger.kernel.org, Andi Kleen , Arnd Bergmann , Greg Kroah-Hartman , Peter Zijlstra , Network Development , Ingo Molnar , "H. Peter Anvin" , Thomas Gleixner Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Sat, Jan 6, 2018 at 10:33 PM, Willy Tarreau wrote: > > To be fair there's overreaction on both sides. The vast majority of > users need to get a 100% safe system and will never notice any > difference. There is no such thing as a "100% safe system". Never will be - unless you make sure you have no users. Also, people definitely *are* noticing the performance issues with the current set of patches, and they are causing real problems. Go search for reports of Amazon AWS slowdowns. So this whole "security is so important that performance doesn't matter" mindset is pure and utter garbage. And the whole "normal people won't even notice" is pure garbage too. Don't spread that bullshit when you see actual normal people complaining. Performance matters. A *LOT*. Linus