|
Message-ID: <20170317073437.GA14797@gmail.com> Date: Fri, 17 Mar 2017 08:34:37 +0100 From: Ingo Molnar <mingo@...nel.org> To: Thomas Garnier <thgarnie@...gle.com> Cc: Thomas Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...hat.com>, "H . Peter Anvin" <hpa@...or.com>, Jonathan Corbet <corbet@....net>, Andrey Ryabinin <aryabinin@...tuozzo.com>, Alexander Potapenko <glider@...gle.com>, Dmitry Vyukov <dvyukov@...gle.com>, Lorenzo Stoakes <lstoakes@...il.com>, Kees Cook <keescook@...omium.org>, Juergen Gross <jgross@...e.com>, Andy Lutomirski <luto@...nel.org>, Paul Gortmaker <paul.gortmaker@...driver.com>, Andrew Morton <akpm@...ux-foundation.org>, Michal Hocko <mhocko@...e.com>, zijun_hu <zijun_hu@....com>, Chris Wilson <chris@...is-wilson.co.uk>, Andy Lutomirski <luto@...capital.net>, "Rafael J . Wysocki" <rjw@...ysocki.net>, Len Brown <len.brown@...el.com>, Pavel Machek <pavel@....cz>, Jiri Kosina <jikos@...nel.org>, Matt Fleming <matt@...eblueprint.co.uk>, Ard Biesheuvel <ard.biesheuvel@...aro.org>, Boris Ostrovsky <boris.ostrovsky@...cle.com>, Rusty Russell <rusty@...tcorp.com.au>, Paolo Bonzini <pbonzini@...hat.com>, Borislav Petkov <bp@...e.de>, Christian Borntraeger <borntraeger@...ibm.com>, Frederic Weisbecker <fweisbec@...il.com>, "Luis R . Rodriguez" <mcgrof@...nel.org>, Stanislaw Gruszka <sgruszka@...hat.com>, Peter Zijlstra <peterz@...radead.org>, Josh Poimboeuf <jpoimboe@...hat.com>, Vitaly Kuznetsov <vkuznets@...hat.com>, Tim Chen <tim.c.chen@...ux.intel.com>, Joerg Roedel <joro@...tes.org>, Radim Krčmář <rkrcmar@...hat.com>, the arch/x86 maintainers <x86@...nel.org>, LKML <linux-kernel@...r.kernel.org>, linux-doc@...r.kernel.org, kasan-dev <kasan-dev@...glegroups.com>, Linux-MM <linux-mm@...ck.org>, Linux PM list <linux-pm@...r.kernel.org>, linux-efi@...r.kernel.org, xen-devel@...ts.xenproject.org, lguest@...ts.ozlabs.org, kvm list <kvm@...r.kernel.org>, Kernel Hardening <kernel-hardening@...ts.openwall.com> Subject: Re: [PATCH v7 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size * Thomas Garnier <thgarnie@...gle.com> wrote: > On Thu, Mar 16, 2017 at 1:10 AM, Ingo Molnar <mingo@...nel.org> wrote: > > > > Note that asm/fixmap.h is an x86-ism that isn't present in many other > > architectures, so this hunk will break the build. > > > > To make progress with these patches I've fixed it up with an ugly #ifdef > > CONFIG_X86, but it needs a real solution instead before this can be pushed > > upstream. > > I also saw an error on x86 tip on special configuration. I found this > new patch below to be a good solution to both. > > Let me know what you think. > > ===== > > This patch aligns MODULES_END to the beginning of the Fixmap section. > It optimizes the space available for both sections. The address is > pre-computed based on the number of pages required by the Fixmap > section. > > It will allow GDT remapping in the Fixmap section. The current > MODULES_END static address does not provide enough space for the kernel > to support a large number of processors. > > Signed-off-by: Thomas Garnier <thgarnie@...gle.com> > --- > Based on next-20170308 > --- > Documentation/x86/x86_64/mm.txt | 5 ++++- > arch/x86/include/asm/pgtable_64.h | 1 + > arch/x86/include/asm/pgtable_64_types.h | 3 ++- > 3 files changed, 7 insertions(+), 2 deletions(-) The patch is heavily whitespace and line wrap damaged :-( Please send a properly titled, changelogged delta patch against tip:master (or tip:x86/mm) to remove the CONFIG_X86 hack and fix the build bug. Thanks, Ingo
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.