public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Oscar Salvador <osalvador@techadventures•net>
To: David Hildenbrand <david@redhat•com>
Cc: linux-mm@kvack•org, linux-kernel@vger•kernel.org,
	linux-doc@vger•kernel.org, linuxppc-dev@lists•ozlabs.org,
	linux-acpi@vger•kernel.org, xen-devel@lists•xenproject.org,
	devel@linuxdriverproject•org,
	Andrew Morton <akpm@linux-foundation•org>,
	Balbir Singh <bsingharora@gmail•com>,
	Benjamin Herrenschmidt <benh@kernel•crashing.org>,
	Boris Ostrovsky <boris.ostrovsky@oracle•com>,
	Dan Williams <dan.j.williams@intel•com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation•org>,
	Haiyang Zhang <haiyangz@microsoft•com>,
	Heiko Carstens <heiko.carstens@de•ibm.com>,
	John Allen <jallen@linux•vnet.ibm.com>,
	Jonathan Corbet <corbet@lwn•net>,
	Joonsoo Kim <iamjoonsoo.kim@lge•com>,
	Juergen Gross <jgross@suse•com>,
	Kate Stewart <kstewart@linuxfoundation•org>,
	"K. Y. Srinivasan" <kys@microsoft•com>,
	Len Brown <lenb@kernel•org>,
	Martin Schwidefsky <schwidefsky@de•ibm.com>,
	Mathieu Malaterre <malat@debian•org>,
	Michael Ellerman <mpe@ellerman•id.au>,
	Michael Neuling <mikey@neuling•org>,
	Michal Hocko <mhocko@suse•com>,
	Nathan Fontenot <nfont@linux•vnet.ibm.com>,
	Oscar Salvador <osalvador@suse•de>,
	Paul Mackerras <paulus@samba•org>,
	Pavel Tatashin <pasha.tatashin@oracle•com>,
	Philippe Ombredanne <pombredanne@nexb•com>,
	"Rafael J. Wysocki" <rjw@rjwysocki•net>,
	Rashmica Gupta <rashmica.g@gmail•com>,
	Stephen Hemminger <sthemmin@microsoft•com>,
	Thomas Gleixner <tglx@linutronix•de>,
	Vlastimil Babka <vbabka@suse•cz>,
	YASUAKI ISHIMATSU <yasu.isimatu@gmail•com>
Subject: Re: [PATCH RFCv2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
Date: Fri, 31 Aug 2018 22:54:57 +0200	[thread overview]
Message-ID: <20180831205457.GB3945@techadventures.net> (raw)
In-Reply-To: <20180821104418.12710-1-david@redhat.com>

On Tue, Aug 21, 2018 at 12:44:12PM +0200, David Hildenbrand wrote:
> This is the same approach as in the first RFC, but this time without
> exporting device_hotplug_lock (requested by Greg) and with some more
> details and documentation regarding locking. Tested only on x86 so far.

Hi David,

I would like to review this but I am on vacation, so I will not be able to get to it
soon.
I plan to do it once I am back.

Thanks
-- 
Oscar Salvador
SUSE L3

  parent reply	other threads:[~2018-08-31 20:55 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-21 10:44 [PATCH RFCv2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock David Hildenbrand
2018-08-21 10:44 ` [PATCH RFCv2 1/6] mm/memory_hotplug: make remove_memory() take the device_hotplug_lock David Hildenbrand
2018-08-30 19:35   ` Pasha Tatashin
2018-08-31 13:12     ` David Hildenbrand
2018-08-21 10:44 ` [PATCH RFCv2 2/6] mm/memory_hotplug: make add_memory() " David Hildenbrand
2018-08-30 19:36   ` Pasha Tatashin
2018-08-21 10:44 ` [PATCH RFCv2 3/6] mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock David Hildenbrand
2018-08-30 19:37   ` Pasha Tatashin
     [not found]   ` <70372ef5-e332-6c07-f08c-50f8808bde6d@gmail.com>
2018-09-17  7:32     ` David Hildenbrand
2018-09-25  1:26       ` Rashmica Gupta
2018-08-21 10:44 ` [PATCH RFCv2 4/6] powerpc/powernv: hold device_hotplug_lock when calling device_online() David Hildenbrand
2018-08-30 19:38   ` Pasha Tatashin
2018-08-21 10:44 ` [PATCH RFCv2 5/6] powerpc/powernv: hold device_hotplug_lock in memtrace_offline_pages() David Hildenbrand
2018-08-30 19:38   ` Pasha Tatashin
2018-08-21 10:44 ` [PATCH RFCv2 6/6] memory-hotplug.txt: Add some details about locking internals David Hildenbrand
2018-08-30 19:38   ` Pasha Tatashin
2018-08-30 12:31 ` [PATCH RFCv2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock David Hildenbrand
2018-08-30 15:54   ` Pasha Tatashin
2018-08-31 20:54 ` Oscar Salvador [this message]
2018-09-01 14:03   ` David Hildenbrand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180831205457.GB3945@techadventures.net \
    --to=osalvador@techadventures$(echo .)net \
    --cc=akpm@linux-foundation$(echo .)org \
    --cc=benh@kernel$(echo .)crashing.org \
    --cc=boris.ostrovsky@oracle$(echo .)com \
    --cc=bsingharora@gmail$(echo .)com \
    --cc=corbet@lwn$(echo .)net \
    --cc=dan.j.williams@intel$(echo .)com \
    --cc=david@redhat$(echo .)com \
    --cc=devel@linuxdriverproject$(echo .)org \
    --cc=gregkh@linuxfoundation$(echo .)org \
    --cc=haiyangz@microsoft$(echo .)com \
    --cc=heiko.carstens@de$(echo .)ibm.com \
    --cc=iamjoonsoo.kim@lge$(echo .)com \
    --cc=jallen@linux$(echo .)vnet.ibm.com \
    --cc=jgross@suse$(echo .)com \
    --cc=kstewart@linuxfoundation$(echo .)org \
    --cc=kys@microsoft$(echo .)com \
    --cc=lenb@kernel$(echo .)org \
    --cc=linux-acpi@vger$(echo .)kernel.org \
    --cc=linux-doc@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-mm@kvack$(echo .)org \
    --cc=linuxppc-dev@lists$(echo .)ozlabs.org \
    --cc=malat@debian$(echo .)org \
    --cc=mhocko@suse$(echo .)com \
    --cc=mikey@neuling$(echo .)org \
    --cc=mpe@ellerman$(echo .)id.au \
    --cc=nfont@linux$(echo .)vnet.ibm.com \
    --cc=osalvador@suse$(echo .)de \
    --cc=pasha.tatashin@oracle$(echo .)com \
    --cc=paulus@samba$(echo .)org \
    --cc=pombredanne@nexb$(echo .)com \
    --cc=rashmica.g@gmail$(echo .)com \
    --cc=rjw@rjwysocki$(echo .)net \
    --cc=schwidefsky@de$(echo .)ibm.com \
    --cc=sthemmin@microsoft$(echo .)com \
    --cc=tglx@linutronix$(echo .)de \
    --cc=vbabka@suse$(echo .)cz \
    --cc=xen-devel@lists$(echo .)xenproject.org \
    --cc=yasu.isimatu@gmail$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox