Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1354879

Re: [PATCH 03/11] x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()

From Andy Lutomirski <luto@amacapital.net>
Newsgroups linux.kernel
Subject Re: [PATCH 03/11] x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()
Date 2016-03-10 07:50 +0100
Message-ID <rb2A2-36O-11@gated-at.bofh.it> (permalink)
References <qbpfr-5Ff-1@gated-at.bofh.it> <qbpfs-5Ff-27@gated-at.bofh.it> <r1rgl-2Ho-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Fri, Feb 12, 2016 at 11:04 AM, Andy Lutomirski <luto@amacapital.net> wrote:
> On Mon, Sep 21, 2015 at 11:23 PM, Ingo Molnar <mingo@kernel.org> wrote:
>> So when memory hotplug removes a piece of physical memory from pagetable
>> mappings, it also frees the underlying PGD entry.
>>
>> This complicates PGD management, so don't do this. We can keep the
>> PGD mapped and the PUD table all clear - it's only a single 4K page
>> per 512 GB of memory hotplugged.
>
> Ressurecting an ancient thread: I want this particular change to make
> it (much) easier to make vmapped stacks work correctly.  Could it be
> applied by itself?
>

It's incomplete.  pageattr.c has another instance of the same thing.
I'll see if I can make it work, but I may end up doing something a
little different.

--Andy

-- 
Andy Lutomirski
AMA Capital Management, LLC

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [PATCH 03/11] x86/mm/hotplug: Don't remove PGD entries in remove_pagetable() Andy Lutomirski <luto@amacapital.net> - 2016-03-10 07:50 +0100
  Re: [PATCH 03/11] x86/mm/hotplug: Don't remove PGD entries in  remove_pagetable() Ingo Molnar <mingo@kernel.org> - 2016-03-10 11:00 +0100
    Re: [PATCH 03/11] x86/mm/hotplug: Don't remove PGD entries in remove_pagetable() Andy Lutomirski <luto@amacapital.net> - 2016-03-11 03:00 +0100

csiph-web