From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Fri, 2 Dec 2016 10:49:07 +0000 Subject: [RFC PATCH 0/2] arm64: memory-hotplug: Add Memory Hotplug support In-Reply-To: <18021c70-a4a0-3007-c861-82ede74f965e@virtualopensystems.com> References: <1480637999-4320-1-git-send-email-scott.branden@broadcom.com> <18021c70-a4a0-3007-c861-82ede74f965e@virtualopensystems.com> Message-ID: <20161202104907.GB8266@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Dec 02, 2016 at 10:13:43AM +0100, Maciej Bielski wrote: > Recently we have announced our effort on that: > https://lkml.org/lkml/2016/11/17/49 > > For now we have a working solution for hotplug and we are performing > code cleanup to push the patches soon. Are these intended to replace or extend Scott's patches? If the former, please work with Scott's stuff as a base rather than posting a competing series. Will