Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932422AbeAKItg (ORCPT + 1 other); Thu, 11 Jan 2018 03:49:36 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:48419 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932138AbeAKItf (ORCPT ); Thu, 11 Jan 2018 03:49:35 -0500 Date: Thu, 11 Jan 2018 09:49:15 +0100 From: Peter Zijlstra To: David Woodhouse Cc: Andi Kleen , Paul Turner , LKML , Linus Torvalds , Greg Kroah-Hartman , Tim Chen , Dave Hansen , tglx@linutronix.de, Kees Cook , Rik van Riel , Andy Lutomirski , Jiri Kosina , gnomes@lxorguk.ukuu.org.uk, x86@kernel.org, bp@alien8.de, rga@amazon.de Subject: Re: [PATCH] x86/retpoline: Fill return stack buffer on vmexit Message-ID: <20180111084915.GU6176@hirez.programming.kicks-ass.net> References: <1515624682-3556-1-git-send-email-dwmw@amazon.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1515624682-3556-1-git-send-email-dwmw@amazon.co.uk> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Wed, Jan 10, 2018 at 10:51:22PM +0000, David Woodhouse wrote: > This implements the most pressing of the RSB stuffing documented > by dhansen (based our discussions) in https://goo.gl/pXbvBE Only took me 3 readings to find interrupts/traps were in fact enumerated. Could we plretty please separate them from the deep call case? Also might make sense to explicitly mention SMI, as that will be the most difficult to fix :-(