|
Message-ID: <CAJcbSZEnUBfLHjf+bHqY0JQhQXD9urX45BXrQjx=1=A5gPpp_w@mail.gmail.com> Date: Thu, 9 Mar 2017 14:31:49 -0800 From: Thomas Garnier <thgarnie@...gle.com> To: Boris Ostrovsky <boris.ostrovsky@...cle.com> Cc: Andy Lutomirski <luto@...capital.net>, Andrew Cooper <andrew.cooper3@...rix.com>, Michal Hocko <mhocko@...e.com>, Stanislaw Gruszka <sgruszka@...hat.com>, "linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>, kvm list <kvm@...r.kernel.org>, Fenghua Yu <fenghua.yu@...el.com>, Matt Fleming <matt@...eblueprint.co.uk>, Frederic Weisbecker <fweisbec@...il.com>, X86 ML <x86@...nel.org>, Chris Wilson <chris@...is-wilson.co.uk>, "linux-mm@...ck.org" <linux-mm@...ck.org>, Paul Gortmaker <paul.gortmaker@...driver.com>, Radim Krčmář <rkrcmar@...hat.com>, "linux-efi@...r.kernel.org" <linux-efi@...r.kernel.org>, Alexander Potapenko <glider@...gle.com>, Pavel Machek <pavel@....cz>, "H . Peter Anvin" <hpa@...or.com>, "kernel-hardening@...ts.openwall.com" <kernel-hardening@...ts.openwall.com>, Jiri Olsa <jolsa@...hat.com>, zijun_hu <zijun_hu@....com>, Dave Hansen <dave.hansen@...el.com>, Andi Kleen <ak@...ux.intel.com>, "xen-devel@...ts.xenproject.org" <xen-devel@...ts.xenproject.org>, Jonathan Corbet <corbet@....net>, Michael Ellerman <mpe@...erman.id.au>, Joerg Roedel <joro@...tes.org>, Prarit Bhargava <prarit@...hat.com>, kasan-dev <kasan-dev@...glegroups.com>, Vitaly Kuznetsov <vkuznets@...hat.com>, Christian Borntraeger <borntraeger@...ibm.com>, Ingo Molnar <mingo@...hat.com>, Andrey Ryabinin <aryabinin@...tuozzo.com>, Borislav Petkov <bp@...e.de>, Len Brown <len.brown@...el.com>, Rusty Russell <rusty@...tcorp.com.au>, Kees Cook <keescook@...omium.org>, Arnd Bergmann <arnd@...db.de>, He Chen <he.chen@...ux.intel.com>, Brian Gerst <brgerst@...il.com>, Jiri Kosina <jikos@...nel.org>, lguest@...ts.ozlabs.org, Andy Lutomirski <luto@...nel.org>, Josh Poimboeuf <jpoimboe@...hat.com>, Thomas Gleixner <tglx@...utronix.de>, Andrew Morton <akpm@...ux-foundation.org>, Dmitry Vyukov <dvyukov@...gle.com>, Juergen Gross <jgross@...e.com>, Peter Zijlstra <peterz@...radead.org>, Lorenzo Stoakes <lstoakes@...il.com>, Ard Biesheuvel <ard.biesheuvel@...aro.org>, "linux-pm@...r.kernel.org" <linux-pm@...r.kernel.org>, "Rafael J . Wysocki" <rjw@...ysocki.net>, "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>, "Luis R . Rodriguez" <mcgrof@...nel.org>, Paolo Bonzini <pbonzini@...hat.com>, Joonsoo Kim <iamjoonsoo.kim@....com>, Tim Chen <tim.c.chen@...ux.intel.com> Subject: Re: [Xen-devel] [PATCH v5 2/3] x86: Remap GDT tables in the Fixmap section On Thu, Mar 9, 2017 at 2:13 PM, Boris Ostrovsky <boris.ostrovsky@...cle.com> wrote: > >>> I don't have any experience with Xen so it would be great if virtme can test it. >> >> I am pretty sure I tested this series at some point but I'll test it again. >> > > > Fails 32-bit build: > > > /home/build/linux-boris/arch/x86/kvm/vmx.c: In function ‘segment_base’: > /home/build/linux-boris/arch/x86/kvm/vmx.c:2054: error: ‘host_gdt’ > undeclared (first use in this function) > /home/build/linux-boris/arch/x86/kvm/vmx.c:2054: error: (Each undeclared > identifier is reported only once > /home/build/linux-boris/arch/x86/kvm/vmx.c:2054: error: for each > function it appears in.) > /home/build/linux-boris/arch/x86/kvm/vmx.c:2054: error: type defaults to > ‘int’ in declaration of ‘type name’ > /home/build/linux-boris/arch/x86/kvm/vmx.c:2054: error: type defaults to > ‘int’ in declaration of ‘type name’ > /home/build/linux-boris/arch/x86/kvm/vmx.c:2054: warning: initialization > from incompatible pointer type > /home/build/linux-boris/arch/x86/kvm/vmx.c:2054: warning: unused > variable ‘gdt’ > > > -boris It seems that I forgot to remove line 2054 on the rebase. My 32-bit build comes clean but I assume it is not good enough compare to the full version I build for 64-bit KVM testing. Remove just this line and it should build fine, I will fix this on the next iteration. Thanks for testing, -- Thomas
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.