From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEf1j-0004Ft-47 for qemu-devel@nongnu.org; Wed, 28 Aug 2013 08:39:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEf1d-0002E9-3Z for qemu-devel@nongnu.org; Wed, 28 Aug 2013 08:39:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEf1c-0002E3-Ld for qemu-devel@nongnu.org; Wed, 28 Aug 2013 08:39:05 -0400 Date: Wed, 28 Aug 2013 18:08:59 +0530 From: Amit Shah Message-ID: <20130828123859.GA31706@grmbl.mre> References: <1377693193.20403.75.camel@nilsson.home.kraxel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1377693193.20403.75.camel@nilsson.home.kraxel.org> Subject: Re: [Qemu-devel] [PATCH v2 0/3] char: fix segfault on chardev detach List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Paolo Bonzini , qemu list , Anthony Liguori , Hans de Goede On (Wed) 28 Aug 2013 [14:33:13], Gerd Hoffmann wrote: > On Mi, 2013-08-28 at 17:59 +0530, Amit Shah wrote: > > This series fixes a segfault when a frontend is detached from a > > chardev while the chardev had a pending callback registered. Further > > details in patch 3. > > Nice. > > Reviewed-by: Gerd Hoffmann Thanks! (Sorry, had to do a v3 to fix whitespace) Amit