From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH] KVM: x86: Reduce retpoline performance impact in slot_handle_level_range() Date: Mon, 5 Feb 2018 09:55:26 +0100 Message-ID: <20180205085526.GG2249@hirez.programming.kicks-ass.net> References: <1517583559-424-1-git-send-email-dwmw@amazon.co.uk> <1517599033.31953.71.camel@infradead.org> <20180202212321.5186c13c@alans-desktop> <1517669207.31953.120.camel@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alan Cox , Linus Torvalds , Thomas Gleixner , KarimAllah Ahmed , sironi@amazon.de, the arch/x86 maintainers , KVM list , Paolo Bonzini , Linux Kernel Mailing List , Borislav Petkov To: David Woodhouse Return-path: Content-Disposition: inline In-Reply-To: <1517669207.31953.120.camel@infradead.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Sat, Feb 03, 2018 at 02:46:47PM +0000, David Woodhouse wrote: > Yeah. I'm keen on being able to use something like alternatives to > *change* 'usualfunction' at runtime though. I suspect it'll be a win > for stuff like dma_ops. That shouldn't be too hard to implement.