From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJjvQ-0001GJ-D8 for qemu-devel@nongnu.org; Tue, 10 May 2011 06:12:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJjvP-0002Xu-3i for qemu-devel@nongnu.org; Tue, 10 May 2011 06:12:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJjvO-0002Xq-OO for qemu-devel@nongnu.org; Tue, 10 May 2011 06:12:19 -0400 Message-ID: <4DC91022.303@redhat.com> Date: Tue, 10 May 2011 12:14:58 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <4DC80CC3.2030807@siemens.com> In-Reply-To: <4DC80CC3.2030807@siemens.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ahci: Fix crashes on duplicate BH registration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Alexander Graf , qemu-devel Am 09.05.2011 17:48, schrieb Jan Kiszka: > If ahci_dma_set_inactive is called a while there is still a pending BH > from a previous run, we will crash on the second run of > ahci_check_cmd_bh as it overwrites AHCIDevice::check_bh. Avoid this > broken and redundant duplicate registration. > > Signed-off-by: Jan Kiszka Thanks, applied to the block branch. Kevin