Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752739AbeADTAS (ORCPT + 1 other); Thu, 4 Jan 2018 14:00:18 -0500 Received: from mail-io0-f181.google.com ([209.85.223.181]:40833 "EHLO mail-io0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752496AbeADTAQ (ORCPT ); Thu, 4 Jan 2018 14:00:16 -0500 X-Google-Smtp-Source: ACJfBovRtzokjPXn0Pw55BbRiTf1GTo1EGGugeoA/Nue+ZzaKbLoEdImgYUnS7WoG1x1g26R4xmYCjwWIqRXQSkwOfI= MIME-Version: 1.0 In-Reply-To: References: From: Linus Torvalds Date: Thu, 4 Jan 2018 11:00:14 -0800 X-Google-Sender-Auth: iXIA-O4p_Hga_WungprzYG-Etxk Message-ID: Subject: Re: [PATCH 0/7] IBRS patch series To: Tim Chen Cc: Thomas Gleixner , Andy Lutomirski , Greg KH , Dave Hansen , Andrea Arcangeli , Andi Kleen , Arjan Van De Ven , Linux Kernel Mailing List 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 Thu, Jan 4, 2018 at 9:56 AM, Tim Chen wrote: > > Speculation on Skylake and later requires these patches ("dynamic IBRS") > be used instead of retpoline[1]. Can somebody explain this part? I was assuming that retpoline would work around this issue on all uarchs. This seems to say "retpoline does nothing on Skylake+" Linus