From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkzuO-0001XZ-Dt for qemu-devel@nongnu.org; Tue, 18 Dec 2012 11:20:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TkzuM-0004FC-2w for qemu-devel@nongnu.org; Tue, 18 Dec 2012 11:20:44 -0500 Received: from isrv.corpit.ru ([86.62.121.231]:33775) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkzuL-0004Ei-Rs for qemu-devel@nongnu.org; Tue, 18 Dec 2012 11:20:42 -0500 Message-ID: <50D097D6.1020008@msgid.tls.msk.ru> Date: Tue, 18 Dec 2012 20:20:38 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <20121205121317.GC6887@stefanha-thinkpad.redhat.com> <20121205183130.GA26052@inetric.com> <20121218134420.GC6697@stefanha-thinkpad.redhat.com> In-Reply-To: <20121218134420.GC6697@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] e1000: Discard oversized packets based on SBP|LPE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Michael Contreras , qemu-devel@nongnu.org, Anthony Liguori , Andreas Faerber On 18.12.2012 17:44, Stefan Hajnoczi wrote: > On Wed, Dec 05, 2012 at 01:31:30PM -0500, Michael Contreras wrote: >> Discard packets longer than 16384 when !SBP to match the hardware behavior. >> >> Signed-off-by: Michael Contreras >> --- >> hw/e1000.c | 7 +++++-- >> 1 file changed, 5 insertions(+), 2 deletions(-) It looks like another very good candidate for -stable (up to quite some releases of qemu ago), together with the previous similar patch. Isn't it quite a bit security-sensitive too? Thanks, /mjt