From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqMxp-0005IT-GQ for qemu-devel@nongnu.org; Thu, 26 Jan 2012 05:54:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RqMxo-0002r6-Io for qemu-devel@nongnu.org; Thu, 26 Jan 2012 05:53:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44335) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqMxo-0002qy-CC for qemu-devel@nongnu.org; Thu, 26 Jan 2012 05:53:56 -0500 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 q0QArsu9022945 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 26 Jan 2012 05:53:55 -0500 Message-ID: <4F2130BF.2050108@redhat.com> Date: Thu, 26 Jan 2012 11:53:51 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20120123171525.GM32632@akamai.com> <4F1EB7BF.8070104@redhat.com> <20120124171944.GD14494@akamai.com> <4F2105B1.7070706@redhat.com> <4F212DE2.2080202@redhat.com> In-Reply-To: <4F212DE2.2080202@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] scsi: Guard against buflen exceeding req->cmd.xfer in scsi_disk_emulate_command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel On 01/26/2012 11:41 AM, Kevin Wolf wrote: >> > Kevin, shall I take this patch in the virtio-scsi series? I'll have to >> > resubmit anyway due to the QOM changes. > I have picked it up for the block branch. If it conflicts with your > changes, you can just rebase on top of that. No, it doesn't. Thanks! Paolo