From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de ([195.135.220.15]:40620 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932802AbeGCHVu (ORCPT ); Tue, 3 Jul 2018 03:21:50 -0400 Subject: Re: [PATCH v6 3/3] x86: paravirt: make native_save_fl extern inline References: <20180621162324.36656-1-ndesaulniers@google.com> <20180621162324.36656-4-ndesaulniers@google.com> <20180622022402.GA24194@gmail.com> <20180626071325.GA25751@gmail.com> From: Juergen Gross Message-ID: <21810770-ebf2-d21e-aeef-b106849bce2f@suse.com> Date: Tue, 3 Jul 2018 09:21:30 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Nick Desaulniers , Ingo Molnar Cc: mingo@redhat.com, Thomas Gleixner , Andrew Morton , hpa@zytor.com, linux-efi@vger.kernel.org, LKML , x86@kernel.org, virtualization@lists.linux-foundation.org, Alistair Strachan , Manoj Gupta , Greg Hackmann , sedat.dilek@gmail.com, tstellar@redhat.com, Kees Cook , Masahiro Yamada , Michal Marek , Linux Kbuild mailing list , geert@linux-m68k.org, Will Deacon , mawilcox@microsoft.com, Arnd Bergmann , David Rientjes , acme@redhat.com, Philippe Ombredanne , Andrey Ryabinin , Kate Stewart , boris.ostrovsky@oracle.com, "J. Kiszka" , rostedt@goodmis.org, kirill.shutemov@linux.intel.com, Ard Biesheuvel , akataria@vmware.com, brijesh.singh@amd.com, Cao jin , Greg KH , jarkko.sakkinen@linux.intel.com, Josh Poimboeuf , Matthias Kaehlcke , thomas.lendacky@amd.com, Thiebaud Weksteen , mjg59@google.com, joe@perches.com, andrea.parri@amarulasolutions.com On 26/06/18 18:22, Nick Desaulniers wrote: > On Tue, Jun 26, 2018 at 3:13 AM Ingo Molnar wrote: >> Ok! >> >> Acked-by: Ingo Molnar >> >> What's the planned upstreaming route for these patches/fixes? > > While the fix is mainly for paravirt, 2/3 of the patches exclusively > touch arch/x86, so I think they should go up in the x86 tree (as > opposed to paravirt's), if you would be so kind. hpa mentioned not > handling merges in https://lkml.org/lkml/2018/6/14/903, so I reached > out to you and tglx. As there is no paravirt tree the x86 one seems to be appropriate. :-) Juergen