Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1618857
| Path | csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Jerome Glisse <jglisse@redhat.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [HMM 01/16] mm/memory/hotplug: add memory type parameter to arch_add/remove_memory |
| Date | Fri, 07 Apr 2017 16:40:02 +0200 |
| Message-ID | <ttDdo-8mD-21@gated-at.bofh.it> (permalink) |
| References | <tt02l-7qU-3@gated-at.bofh.it> <tt02m-7qU-23@gated-at.bofh.it> <ttB1T-6XP-1@gated-at.bofh.it> |
| X-Original-To | Michal Hocko <mhocko@kernel.org> |
| Dmarc-Filter | OpenDMARC Filter v1.3.2 mx1.redhat.com B611D804F8 |
| Authentication-Results | ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com |
| Authentication-Results | ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jglisse@redhat.com |
| Dkim-Filter | OpenDKIM Filter v2.11.0 mx1.redhat.com B611D804F8 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=iso-8859-1 |
| Content-Disposition | inline |
| Content-Transfer-Encoding | 8bit |
| User-Agent | Mutt/1.8.0 (2017-02-23) |
| X-Scanned-By | MIMEDefang 2.79 on 10.5.11.13 |
| X-Greylist | Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Fri, 07 Apr 2017 14:33:00 +0000 (UTC) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 42 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, John Hubbard <jhubbard@nvidia.com>, Dan Williams <dan.j.williams@intel.com>, Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>, David Nellans <dnellans@nvidia.com>, Russell King <linux@armlinux.org.uk>, Benjamin Herrenschmidt <benh@kernel.crashing.org>, Paul Mackerras <paulus@samba.org>, Michael Ellerman <mpe@ellerman.id.au>, Martin Schwidefsky <schwidefsky@de.ibm.com>, Heiko Carstens <heiko.carstens@de.ibm.com>, Yoshinori Sato <ysato@users.sourceforge.jp>, Rich Felker <dalias@libc.org>, Chris Metcalf <cmetcalf@mellanox.com>, Thomas Gleixner <tglx@linutronix.de>, Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com> |
| X-Original-Date | Fri, 7 Apr 2017 10:32:49 -0400 |
| X-Original-Message-ID | <20170407143246.GA15098@redhat.com> |
| X-Original-References | <20170405204026.3940-1-jglisse@redhat.com> <20170405204026.3940-2-jglisse@redhat.com> <20170407121349.GB16392@dhcp22.suse.cz> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1618857 |
Show key headers only | View raw
On Fri, Apr 07, 2017 at 02:13:49PM +0200, Michal Hocko wrote: > On Wed 05-04-17 16:40:11, Jérôme Glisse wrote: > > When hotpluging memory we want more information on the type of memory. > > This is to extend ZONE_DEVICE to support new type of memory other than > > the persistent memory. Existing user of ZONE_DEVICE (persistent memory) > > will be left un-modified. > > My current hotplug rework [1] is touching this path as well. It is not > really clear from the chage why you are changing this and what are the > further expectations of MEMORY_DEVICE_PERSISTENT. Infact I have replaced > for_device with want__memblock [2]. I plan to repost shortly but I would > like to understand your modifications more to reduce potential conflicts > in the code. Why do you need to distinguish different types of memory > anyway. > > [1] http://lkml.kernel.org/r/20170330115454.32154-1-mhocko@kernel.org > [2] the current patchset is in git://git.kernel.org/pub/scm/linux/kernel/git/mhocko/mm.git > branch attempts/rewrite-mem_hotplug-WIP This is needed for UNADDRESSABLE memory type introduced in patch 3 and the arch specific bits are in patch 4. Basicly for UNADDRESSABLE memory i do not want the arch code to create a linear mapping for the range being hotpluged. Adding memory_type in this patch allow to distinguish between different type of ZONE_DEVICE. After your patchset, we do not need the for_device but i still need to know if it is UNADDRESSABLE. You can check my branch on top of your previous patchset (again patch 1, 3 and 4): https://cgit.freedesktop.org/~glisse/linux/commit/?h=hmm-v20 1: https://cgit.freedesktop.org/~glisse/linux/commit/?h=hmm-v20&id=a85a895615e4812d3c68869cfeef92a4924b4946 3: https://cgit.freedesktop.org/~glisse/linux/commit/?h=hmm-v20&id=539b6d12429a7166f3690944d6bf164930a59def 4: https://cgit.freedesktop.org/~glisse/linux/commit/?h=hmm-v20&id=d5338b868e801acabb96c7166c1e802d730511e3 I will check your new branch and see what want_memblock is for. Cheers, Jérôme
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[HMM 01/16] mm/memory/hotplug: add memory type parameter to arch_add/remove_memory Jérôme Glisse <jglisse@redhat.com> - 2017-04-05 22:50 +0200
Re: [HMM 01/16] mm/memory/hotplug: add memory type parameter to arch_add/remove_memory Anshuman Khandual <khandual@linux.vnet.ibm.com> - 2017-04-06 11:50 +0200
Re: [HMM 01/16] mm/memory/hotplug: add memory type parameter to arch_add/remove_memory Jerome Glisse <jglisse@redhat.com> - 2017-04-06 16:00 +0200
Re: [HMM 01/16] mm/memory/hotplug: add memory type parameter to arch_add/remove_memory Michal Hocko <mhocko@kernel.org> - 2017-04-07 14:20 +0200
Re: [HMM 01/16] mm/memory/hotplug: add memory type parameter to arch_add/remove_memory Jerome Glisse <jglisse@redhat.com> - 2017-04-07 16:40 +0200
Re: [HMM 01/16] mm/memory/hotplug: add memory type parameter to arch_add/remove_memory Michal Hocko <mhocko@kernel.org> - 2017-04-07 16:50 +0200
Re: [HMM 01/16] mm/memory/hotplug: add memory type parameter to arch_add/remove_memory Jerome Glisse <jglisse@redhat.com> - 2017-04-07 17:00 +0200
Re: [HMM 01/16] mm/memory/hotplug: add memory type parameter to arch_add/remove_memory Michal Hocko <mhocko@kernel.org> - 2017-04-07 17:20 +0200
Re: [HMM 01/16] mm/memory/hotplug: add memory type parameter to arch_add/remove_memory Jerome Glisse <jglisse@redhat.com> - 2017-04-07 18:20 +0200
Re: [HMM 01/16] mm/memory/hotplug: add memory type parameter to arch_add/remove_memory Michal Hocko <mhocko@kernel.org> - 2017-04-07 18:40 +0200
Re: [HMM 01/16] mm/memory/hotplug: add memory type parameter to arch_add/remove_memory Jerome Glisse <jglisse@redhat.com> - 2017-04-07 19:20 +0200
Re: [HMM 01/16] mm/memory/hotplug: add memory type parameter to arch_add/remove_memory Michal Hocko <mhocko@kernel.org> - 2017-04-07 20:00 +0200
Re: [HMM 01/16] mm/memory/hotplug: add memory type parameter to arch_add/remove_memory Jerome Glisse <jglisse@redhat.com> - 2017-04-07 20:30 +0200
csiph-web