Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753333AbaDNJmg (ORCPT ); Mon, 14 Apr 2014 05:42:36 -0400 Received: from smtp.citrix.com ([66.165.176.89]:3845 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751003AbaDNJmX (ORCPT ); Mon, 14 Apr 2014 05:42:23 -0400 X-IronPort-AV: E=Sophos;i="4.97,856,1389744000"; d="scan'208";a="120787140" Message-ID: <534BAD7C.6090107@citrix.com> Date: Mon, 14 Apr 2014 10:42:20 +0100 From: David Vrabel User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20121215 Iceowl/1.0b1 Icedove/3.0.11 MIME-Version: 1.0 To: David Miller CC: , , , , , Subject: Re: [Xen-devel] [PATCH] drivers: net: xen-netfront: fix array initialization bug References: <1397296540-3007-1-git-send-email-v.maffione@gmail.com> <20140412.165152.1877473530496221304.davem@davemloft.net> In-Reply-To: <20140412.165152.1877473530496221304.davem@davemloft.net> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.80.2.76] X-DLP: MIA2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/04/14 21:51, David Miller wrote: > From: Vincenzo Maffione > Date: Sat, 12 Apr 2014 11:55:40 +0200 > >> This patch fixes the initialization of an array used in the TX >> datapath that was mistakenly initialized together with the >> RX datapath arrays. An out of range array access could happen >> when RX and TX rings had different sizes. >> >> Signed-off-by: Vincenzo Maffione > > Good catch, applied, thanks. Thanks. You can queue this for net-next since the Tx and Rx rings are the same constant size. David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/