From mboxrd@z Thu Jan 1 00:00:00 1970 From: m.smarduch@samsung.com (Mario Smarduch) Date: Mon, 29 Sep 2014 14:03:37 -0700 Subject: [PATCH v11 6/6] arm: KVM: ARMv7 dirty page logging 2nd stage page fault In-Reply-To: <20140929133509.GH3095@cbox> References: <1411433690-8104-1-git-send-email-m.smarduch@samsung.com> <1411433690-8104-7-git-send-email-m.smarduch@samsung.com> <20140929133509.GH3095@cbox> Message-ID: <5429C929.4080507@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 09/29/2014 06:35 AM, Christoffer Dall wrote: > On Mon, Sep 22, 2014 at 05:54:50PM -0700, Mario Smarduch wrote: >> This patch adds support for handling 2nd stage page faults during migration, >> it disables faulting in huge pages, and dissolves huge pages to page tables. >> In case migration is canceled huge pages may be used again. >> >> >> Signed-off-by: Mario Smarduch > > It seems here and in a bunch of the other patches you didn't apply my > Reviewed-by tags. Did you change the patches in other ways than > addressed by the review comments? > > Thanks, > -Christoffer > Christoffer, you comments and Hiabins were applied, no other changes. Overlooked the acks/reviewed :( Thanks, - Mario From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mario Smarduch Subject: Re: [PATCH v11 6/6] arm: KVM: ARMv7 dirty page logging 2nd stage page fault Date: Mon, 29 Sep 2014 14:03:37 -0700 Message-ID: <5429C929.4080507@samsung.com> References: <1411433690-8104-1-git-send-email-m.smarduch@samsung.com> <1411433690-8104-7-git-send-email-m.smarduch@samsung.com> <20140929133509.GH3095@cbox> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvmarm@lists.cs.columbia.edu, marc.zyngier@arm.com, pbonzini@redhat.com, gleb@kernel.org, agraf@suse.de, borntraeger@de.ibm.com, cornelia.huck@de.ibm.com, xiaoguangrong@linux.vnet.ibm.com, ralf@linux-mips.org, catalin.marinas@arm.com, steve.capper@arm.com, peter.maydell@linaro.org, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org To: Christoffer Dall Return-path: Received: from mailout4.w2.samsung.com ([211.189.100.14]:14380 "EHLO usmailout4.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750970AbaI2VDk (ORCPT ); Mon, 29 Sep 2014 17:03:40 -0400 Received: from uscpsbgex3.samsung.com (u124.gpu85.samsung.co.kr [203.254.195.124]) by usmailout4.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0NCO00CK2L639J60@usmailout4.samsung.com> for kvm@vger.kernel.org; Mon, 29 Sep 2014 17:03:39 -0400 (EDT) In-reply-to: <20140929133509.GH3095@cbox> Sender: kvm-owner@vger.kernel.org List-ID: On 09/29/2014 06:35 AM, Christoffer Dall wrote: > On Mon, Sep 22, 2014 at 05:54:50PM -0700, Mario Smarduch wrote: >> This patch adds support for handling 2nd stage page faults during migration, >> it disables faulting in huge pages, and dissolves huge pages to page tables. >> In case migration is canceled huge pages may be used again. >> >> >> Signed-off-by: Mario Smarduch > > It seems here and in a bunch of the other patches you didn't apply my > Reviewed-by tags. Did you change the patches in other ways than > addressed by the review comments? > > Thanks, > -Christoffer > Christoffer, you comments and Hiabins were applied, no other changes. Overlooked the acks/reviewed :( Thanks, - Mario