From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH 0/2] kvm: fix a bug and remove a redundancy in async_pf Date: Sun, 8 Sep 2013 11:33:55 +0300 Message-ID: <20130908083355.GA17294@redhat.com> References: <1378326744-24434-1-git-send-email-rkrcmar@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Paolo Bonzini To: Radim =?utf-8?B?S3LEjW3DocWZ?= Return-path: Content-Disposition: inline In-Reply-To: <1378326744-24434-1-git-send-email-rkrcmar@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Wed, Sep 04, 2013 at 10:32:22PM +0200, Radim Kr=C4=8Dm=C3=A1=C5=99 w= rote: > I did not reproduce the bug fixed in [1/2], but there are not that ma= ny > reasons why we could not unload a module, so the spot is quite obviou= s. >=20 >=20 Reviewed-by: Gleb Natapov > Radim Kr=C4=8Dm=C3=A1=C5=99 (2): > kvm: free resources after canceling async_pf > kvm: remove .done from struct kvm_async_pf >=20 > include/linux/kvm_host.h | 1 - > virt/kvm/async_pf.c | 8 ++++---- > 2 files changed, 4 insertions(+), 5 deletions(-) >=20 > --=20 > 1.8.3.1 -- Gleb.