From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Message-ID: <559B83BC.5080309@arm.com> Date: Tue, 07 Jul 2015 08:46:04 +0100 From: Marc Zyngier MIME-Version: 1.0 Subject: Re: [PATCH v5 1/2] arm64: kvm: allows kvm cpu hotplug References: <1432877920-12527-1-git-send-email-takahiro.akashi@linaro.org> <1432877920-12527-2-git-send-email-takahiro.akashi@linaro.org> <557729A0.1030700@arm.com> <559A964D.30500@arm.com> <1436201874.22232.3.camel@infradead.org> <559B8308.4000200@linaro.org> In-Reply-To: <559B8308.4000200@linaro.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: AKASHI Takahiro , Geoff Levand Cc: Mark Rutland , "linaro-kernel@lists.linaro.org" , "linux-arm-kernel@lists.infradead.org" , Catalin Marinas , Will Deacon , "linux-kernel@vger.kernel.org" , "broonie@kernel.org" , "david.griego@linaro.org" , "kexec@lists.infradead.org" , "christoffer.dall@linaro.org" , "freddy77@gmail.com" On 07/07/15 08:43, AKASHI Takahiro wrote: > On 07/07/2015 01:57 AM, Geoff Levand wrote: >> Hi Marc, >> >> On Mon, 2015-07-06 at 15:53 +0100, Marc Zyngier wrote: >>> So this has now been a whole month since I reviewed this, and I haven't >>> seen any repost of this series. Any hope to see this within a reasonable >>> time frame? Or is it considered dead already? >> >> I was hoping to do some work on updating the base kexec patches >> last week, but all my time was taken up but other things. I'll >> try to start on it this week. > > I also have some update, and so will submit my patchset > after Geoff. Pratyush's patch should also be synced. Please coordinate between all of you and post a consistent series. It was painful enough to review the KVM stuff independently of the rest of the series, so I'd really really want to see a single series that addresses the issue end to end. Thanks, M. -- Jazz is not dead. It just smells funny... _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec From mboxrd@z Thu Jan 1 00:00:00 1970 From: marc.zyngier@arm.com (Marc Zyngier) Date: Tue, 07 Jul 2015 08:46:04 +0100 Subject: [PATCH v5 1/2] arm64: kvm: allows kvm cpu hotplug In-Reply-To: <559B8308.4000200@linaro.org> References: <1432877920-12527-1-git-send-email-takahiro.akashi@linaro.org> <1432877920-12527-2-git-send-email-takahiro.akashi@linaro.org> <557729A0.1030700@arm.com> <559A964D.30500@arm.com> <1436201874.22232.3.camel@infradead.org> <559B8308.4000200@linaro.org> Message-ID: <559B83BC.5080309@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 07/07/15 08:43, AKASHI Takahiro wrote: > On 07/07/2015 01:57 AM, Geoff Levand wrote: >> Hi Marc, >> >> On Mon, 2015-07-06 at 15:53 +0100, Marc Zyngier wrote: >>> So this has now been a whole month since I reviewed this, and I haven't >>> seen any repost of this series. Any hope to see this within a reasonable >>> time frame? Or is it considered dead already? >> >> I was hoping to do some work on updating the base kexec patches >> last week, but all my time was taken up but other things. I'll >> try to start on it this week. > > I also have some update, and so will submit my patchset > after Geoff. Pratyush's patch should also be synced. Please coordinate between all of you and post a consistent series. It was painful enough to review the KVM stuff independently of the rest of the series, so I'd really really want to see a single series that addresses the issue end to end. Thanks, M. -- Jazz is not dead. It just smells funny... From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756324AbbGGHqM (ORCPT ); Tue, 7 Jul 2015 03:46:12 -0400 Received: from foss.arm.com ([217.140.101.70]:34322 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751265AbbGGHqJ (ORCPT ); Tue, 7 Jul 2015 03:46:09 -0400 Message-ID: <559B83BC.5080309@arm.com> Date: Tue, 07 Jul 2015 08:46:04 +0100 From: Marc Zyngier Organization: ARM Ltd User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: AKASHI Takahiro , Geoff Levand CC: Catalin Marinas , Will Deacon , Mark Rutland , "christoffer.dall@linaro.org" , "broonie@kernel.org" , "david.griego@linaro.org" , "freddy77@gmail.com" , "kexec@lists.infradead.org" , "linux-arm-kernel@lists.infradead.org" , "linaro-kernel@lists.linaro.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v5 1/2] arm64: kvm: allows kvm cpu hotplug References: <1432877920-12527-1-git-send-email-takahiro.akashi@linaro.org> <1432877920-12527-2-git-send-email-takahiro.akashi@linaro.org> <557729A0.1030700@arm.com> <559A964D.30500@arm.com> <1436201874.22232.3.camel@infradead.org> <559B8308.4000200@linaro.org> In-Reply-To: <559B8308.4000200@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/07/15 08:43, AKASHI Takahiro wrote: > On 07/07/2015 01:57 AM, Geoff Levand wrote: >> Hi Marc, >> >> On Mon, 2015-07-06 at 15:53 +0100, Marc Zyngier wrote: >>> So this has now been a whole month since I reviewed this, and I haven't >>> seen any repost of this series. Any hope to see this within a reasonable >>> time frame? Or is it considered dead already? >> >> I was hoping to do some work on updating the base kexec patches >> last week, but all my time was taken up but other things. I'll >> try to start on it this week. > > I also have some update, and so will submit my patchset > after Geoff. Pratyush's patch should also be synced. Please coordinate between all of you and post a consistent series. It was painful enough to review the KVM stuff independently of the rest of the series, so I'd really really want to see a single series that addresses the issue end to end. Thanks, M. -- Jazz is not dead. It just smells funny...