From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 0/2] kvm: fix a bug and remove a redundancy in async_pf Date: Thu, 05 Sep 2013 17:52:50 +0200 Message-ID: <5228A8D2.9030506@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, Gleb Natapov To: =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= Return-path: 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 Il 04/09/2013 22:32, Radim Kr=C4=8Dm=C3=A1=C5=99 ha scritto: > 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 > 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 Reviewed-by: Paolo Bonzini