From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Zyngier Subject: Re: [PATCH v6 6/9] KVM: arm/arm64: vgic-its: New helper functions to free the caches Date: Mon, 30 Oct 2017 03:20:21 +0000 Message-ID: <86a809724q.fsf@arm.com> References: <1509031391-4407-1-git-send-email-eric.auger@redhat.com> <1509031391-4407-7-git-send-email-eric.auger@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, cdall@linaro.org, andre.przywara@arm.com, linux-kernel@vger.kernel.org, kvmarm@lists.cs.columbia.edu, wu.wubin@huawei.com, eric.auger.pro@gmail.com To: Eric Auger Return-path: In-Reply-To: <1509031391-4407-7-git-send-email-eric.auger@redhat.com> (Eric Auger's message of "Thu, 26 Oct 2017 17:23:08 +0200") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu List-Id: kvm.vger.kernel.org On Thu, Oct 26 2017 at 6:23:08 pm BST, Eric Auger wrote: > From: wanghaibin > > We create two new functions that free the device and > collection lists. They are currently called by vgic_its_destroy() > and other callers will be added in subsequent patches. > > We also remove the check on its->device_list.next. > Lists are initialized in vgic_create_its() and the device > is added to the device list only if this latter succeeds. > > vgic_its_destroy is the device destroy ops. This latter is called > by kvm_destroy_devices() which loops on all created devices. So > at this point the list is initialized. > > Signed-off-by: wanghaibin > Signed-off-by: Eric Auger Acked-by: Marc Zyngier M. -- Jazz is not dead. It just smells funny.