From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDPJy-0003rf-BJ for qemu-devel@nongnu.org; Sun, 27 Dec 2015 23:22:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aDPJu-0007Q9-Ai for qemu-devel@nongnu.org; Sun, 27 Dec 2015 23:22:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33968) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDPJu-0007Q5-53 for qemu-devel@nongnu.org; Sun, 27 Dec 2015 23:22:06 -0500 References: From: Jason Wang Message-ID: <5680B8E8.4050501@redhat.com> Date: Mon, 28 Dec 2015 12:22:00 +0800 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] net: rocker: fix an incorrect array bounds check List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: P J P Cc: Peter Maydell , Jiri Pirko , QEMU Developers , Qinghao Tang , Scott Feldman , Paolo Bonzini On 12/23/2015 01:14 PM, P J P wrote: > +-- On Tue, 22 Dec 2015, Peter Maydell wrote --+ > | Could you submit patches in the usual git send-email format, > | please? It's easier for maintainers to process them if they're > | not in an odd arrangement that requires manual intervention. > | (In particular, comments that aren't intended to go in the > | final git commit message go below the '---' line. You can > | look at other patches on the list to get the idea of how > | they should look.) > > Yes, surely will do. I did read about it here[*], just haven't gotten around > to trying git send-email yet. > > [*] -> http://qemu-project.org/Contribute/SubmitAPatch > > Thank you. > -- > Prasad J Pandit / Red Hat Product Security Team > 47AF CE69 3A90 54AA 9045 1053 DD13 3D32 FE5B 041F > Hi, patch looks good. Just wonder do you want to re-submit the patch with 'git send-email'? (since git am does not work for this mail without manual editing). Thanks