From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5ajA-0005Wo-Vx for qemu-devel@nongnu.org; Mon, 19 Sep 2011 06:05:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R5aj9-0001Iw-V2 for qemu-devel@nongnu.org; Mon, 19 Sep 2011 06:05:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5aj9-0001Is-Ml for qemu-devel@nongnu.org; Mon, 19 Sep 2011 06:05:27 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p8JA5Qm1030368 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 19 Sep 2011 06:05:27 -0400 Message-ID: <4E771499.4090700@redhat.com> Date: Mon, 19 Sep 2011 12:08:25 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1316184004-8260-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1316184004-8260-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/5] block: preparatory patches for scatter/gather support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Am 16.09.2011 16:39, schrieb Paolo Bonzini: > These patches are preparatory work for supporting scatter/gather in > the SCSI subsystem. Since there would be no HBA actually using it, > I am just posting the cleanups, and the fix for CVE-2011-3346 (buffer > overflow in the handling of READ CAPACITY 16) that comes for free > with the last patch. > > v1->v2: made to_dev a bool; fixes in patch 3 > > Paolo Bonzini (5): > dma-helpers: rename is_write to to_dev > dma-helpers: allow including from target-independent code > dma-helpers: rewrite completion/cancellation > scsi-disk: commonize iovec creation between reads and writes > scsi-disk: lazily allocate bounce buffer Thanks, applied all to the block branch. Kevin