From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgnkA-0003Ni-JL for qemu-devel@nongnu.org; Tue, 29 Sep 2015 01:46:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zgnk7-0001ye-Bo for qemu-devel@nongnu.org; Tue, 29 Sep 2015 01:46:26 -0400 Received: from mx2.parallels.com ([199.115.105.18]:52394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zgnk7-0001yL-6O for qemu-devel@nongnu.org; Tue, 29 Sep 2015 01:46:23 -0400 References: <1443440518-4384-1-git-send-email-den@openvz.org> <20150929051323.GA21612@grmbl.mre> From: "Denis V. Lunev" Message-ID: <560A25A3.2010806@openvz.org> Date: Tue, 29 Sep 2015 08:46:11 +0300 MIME-Version: 1.0 In-Reply-To: <20150929051323.GA21612@grmbl.mre> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/1] migration: fix deadlock List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: Paolo Bonzini , Juan Quintela , qemu-devel@nongnu.org, Anna Melekhova On 09/29/2015 08:13 AM, Amit Shah wrote: > There have been multiple versions of this patch on the list, can you > please annotate that this is v3 so it supersedes the earlier v2? > > Also, please include a changelog in the description in patch 0 so we > know what happened between the various versions. > > Thanks, Changes from v2: - switched from single allocation and bitmap_alloc_rcu helper and g_free_rcu to separate allocation of bitmap and RCU object and free via call_rcu Changes from v1: - unlocking is replaced with g_free_rcu Den P.S. Sorry for inconvenience.