From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.skyhub.de ([5.9.137.197]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n025o-00AbWL-7G for linux-um@lists.infradead.org; Wed, 22 Dec 2021 13:55:45 +0000 Date: Wed, 22 Dec 2021 14:55:39 +0100 From: Borislav Petkov Subject: Re: remove set_fs for UML Message-ID: References: <20211215165612.554426-1-hch@lst.de> <1202521211.191037.1640120703350.JavaMail.zimbra@nod.at> <20211222081753.GB22041@lst.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211222081753.GB22041@lst.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-um" Errors-To: linux-um-bounces+geert=linux-m68k.org@lists.infradead.org To: hch Cc: Richard Weinberger , anton ivanov , x86 , linux-um , linux-kernel On Wed, Dec 22, 2021 at 09:17:53AM +0100, hch wrote: > On Tue, Dec 21, 2021 at 10:05:03PM +0100, Richard Weinberger wrote: > > So far UML seems to work with these changes applied. :-) > > I have applied both patches to my UML tree for now, I assume x86 maintainers are fine with > > patch 1/2? > > Looks like patch 1 needs this fixup for some configurations, where > pci.h doesn't get pulled into kvm by other means. > > But we probably want an ACK from the x86 maintainers to be sure anyway.. I don't see why not so Acked-by: Borislav Petkov Should I take the first one along with this hunk below? > diff --git a/arch/x86/kvm/mmu/spte.c b/arch/x86/kvm/mmu/spte.c > index 0c76c45fdb686..fad546df0bbac 100644 > --- a/arch/x86/kvm/mmu/spte.c > +++ b/arch/x86/kvm/mmu/spte.c > @@ -16,6 +16,7 @@ > #include "spte.h" > > #include > +#include > #include > > static bool __read_mostly enable_mmio_caching = true; -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette _______________________________________________ linux-um mailing list linux-um@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-um