From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBUh9-0006LY-DO for qemu-devel@nongnu.org; Tue, 22 Dec 2015 16:42:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBUh8-0001B1-FE for qemu-devel@nongnu.org; Tue, 22 Dec 2015 16:42:11 -0500 Received: from mail-vk0-x22f.google.com ([2607:f8b0:400c:c05::22f]:35163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBUh8-0001Ax-8U for qemu-devel@nongnu.org; Tue, 22 Dec 2015 16:42:10 -0500 Received: by mail-vk0-x22f.google.com with SMTP id a189so124828281vkh.2 for ; Tue, 22 Dec 2015 13:42:10 -0800 (PST) MIME-Version: 1.0 From: Peter Maydell Date: Tue, 22 Dec 2015 21:41:50 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 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: Qinghao Tang , Paolo Bonzini , Jiri Pirko , Scott Feldman , QEMU Developers On 22 December 2015 at 19:24, P J P wrote: > Hello Paolo, all > > Please see an updated patch below, as per suggestion in > -> https://lists.gnu.org/archive/html/qemu-devel/2015-12/msg04057.html 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.) thanks -- PMM