Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754767AbeAGWWS (ORCPT + 1 other); Sun, 7 Jan 2018 17:22:18 -0500 Received: from mail-it0-f65.google.com ([209.85.214.65]:35628 "EHLO mail-it0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754703AbeAGWWQ (ORCPT ); Sun, 7 Jan 2018 17:22:16 -0500 X-Google-Smtp-Source: ACJfBotbIsBNWFb5+aMoFpGZ9sP5vxtI0T0i+tsIYdEpauYUQ9RVDfABet0zElx6d4LZl5GMN5c+ZZ2UNJtav8zdBT4= MIME-Version: 1.0 In-Reply-To: <1515363085-4219-1-git-send-email-dwmw@amazon.co.uk> References: <1515363085-4219-1-git-send-email-dwmw@amazon.co.uk> From: Linus Torvalds Date: Sun, 7 Jan 2018 14:22:15 -0800 X-Google-Sender-Auth: -MMhDJaqlWGXHI7-CAZMKN36-XA Message-ID: Subject: Re: [PATCH v6 00/10] Retpoline: Avoid speculative indirect calls in kernel To: David Woodhouse Cc: Andi Kleen , Paul Turner , LKML , Greg Kroah-Hartman , Tim Chen , Dave Hansen , Thomas Gleixner , Kees Cook , Rik van Riel , Peter Zijlstra , Andy Lutomirski , Jiri Kosina , One Thousand Gnomes 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 Sun, Jan 7, 2018 at 2:11 PM, David Woodhouse wrote: > This is a mitigation for the 'variant 2' attack described in > https://googleprojectzero.blogspot.com/2018/01/reading-privileged-memory-with-side.html Ok, I don't love the patches, but I see nothing horribly wrong here either, and I assume the performance impact of this is pretty minimal. Thomas? I'm obviously doing rc7 today without these, but I assume the x86 maintainers are resigned to this all. And yes, we'll have at least an rc8 this release.. Linus