From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2 1/2] virtio-net: Verify page list size before fitting into skb Date: Mon, 03 Oct 2011 14:19:51 -0400 (EDT) Message-ID: <20111003.141951.1122469843900651595.davem@davemloft.net> References: <1317220855-9352-1-git-send-email-levinsasha928@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, rusty@rustcorp.com.au, mst@redhat.com, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org, kvm@vger.kernel.org To: levinsasha928@gmail.com Return-path: Received: from shards.monkeyblade.net ([198.137.202.13]:53173 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932263Ab1JCSWD (ORCPT ); Mon, 3 Oct 2011 14:22:03 -0400 In-Reply-To: <1317220855-9352-1-git-send-email-levinsasha928@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Sasha Levin Date: Wed, 28 Sep 2011 17:40:54 +0300 > This patch verifies that the length of a buffer stored in a linked list > of pages is small enough to fit into a skb. > > If the size is larger than a max size of a skb, it means that we shouldn't > go ahead building skbs anyway since we won't be able to send the buffer as > the user requested. > > Cc: Rusty Russell > Cc: "Michael S. Tsirkin" > Cc: virtualization@lists.linux-foundation.org > Cc: netdev@vger.kernel.org > Cc: kvm@vger.kernel.org > Signed-off-by: Sasha Levin Michael, tell me what's happening with these two virtio-net bug fixes. Thanks.