From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pd0-f172.google.com ([209.85.192.172]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZCNXR-0005iO-NZ for kexec@lists.infradead.org; Tue, 07 Jul 2015 07:43:34 +0000 Received: by pdbep18 with SMTP id ep18so121045711pdb.1 for ; Tue, 07 Jul 2015 00:43:13 -0700 (PDT) Message-ID: <559B8308.4000200@linaro.org> Date: Tue, 07 Jul 2015 16:43:04 +0900 From: AKASHI Takahiro 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> In-Reply-To: <1436201874.22232.3.camel@infradead.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Geoff Levand , Marc Zyngier 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/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. -Takahiro AKASHI > -Geoff > _______________________________________________ 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: takahiro.akashi@linaro.org (AKASHI Takahiro) Date: Tue, 07 Jul 2015 16:43:04 +0900 Subject: [PATCH v5 1/2] arm64: kvm: allows kvm cpu hotplug In-Reply-To: <1436201874.22232.3.camel@infradead.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> Message-ID: <559B8308.4000200@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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. -Takahiro AKASHI > -Geoff > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755966AbbGGHnT (ORCPT ); Tue, 7 Jul 2015 03:43:19 -0400 Received: from mail-pd0-f181.google.com ([209.85.192.181]:35517 "EHLO mail-pd0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754218AbbGGHnN (ORCPT ); Tue, 7 Jul 2015 03:43:13 -0400 Message-ID: <559B8308.4000200@linaro.org> Date: Tue, 07 Jul 2015 16:43:04 +0900 From: AKASHI Takahiro User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Geoff Levand , Marc Zyngier 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> In-Reply-To: <1436201874.22232.3.camel@infradead.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. -Takahiro AKASHI > -Geoff >