Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759620AbcLBKtK (ORCPT ); Fri, 2 Dec 2016 05:49:10 -0500 Received: from foss.arm.com ([217.140.101.70]:35220 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759592AbcLBKtI (ORCPT ); Fri, 2 Dec 2016 05:49:08 -0500 Date: Fri, 2 Dec 2016 10:49:07 +0000 From: Will Deacon To: Maciej Bielski Cc: Scott Branden , Arnd Bergmann , Russell King , Catalin Marinas , Ard Biesheuvel , Mark Rutland , Xishi Qiu , BCM Kernel Feedback , Tang Chen , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Andrea Reale2 , Kostas Katrinis , Christian Pinto Subject: Re: [RFC PATCH 0/2] arm64: memory-hotplug: Add Memory Hotplug support Message-ID: <20161202104907.GB8266@arm.com> References: <1480637999-4320-1-git-send-email-scott.branden@broadcom.com> <18021c70-a4a0-3007-c861-82ede74f965e@virtualopensystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18021c70-a4a0-3007-c861-82ede74f965e@virtualopensystems.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 426 Lines: 12 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