From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932550AbbDHQrf (ORCPT ); Wed, 8 Apr 2015 12:47:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39675 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754554AbbDHQr2 (ORCPT ); Wed, 8 Apr 2015 12:47:28 -0400 From: Vitaly Kuznetsov To: David Miller Cc: kys@microsoft.com, haiyangz@microsoft.com, netdev@vger.kernel.org, devel@linuxdriverproject.org, linux-kernel@vger.kernel.org, jasowang@redhat.com Subject: Re: [PATCH 0/2] hv_netvsc: linearize SKBs bigger than MAX_PAGE_BUFFER_COUNT-2 pages References: <1428508446-18423-1-git-send-email-vkuznets@redhat.com> <20150408.122810.2304841162873681785.davem@davemloft.net> Date: Wed, 08 Apr 2015 18:47:18 +0200 In-Reply-To: <20150408.122810.2304841162873681785.davem@davemloft.net> (David Miller's message of "Wed, 08 Apr 2015 12:28:10 -0400 (EDT)") Message-ID: <874moq4lex.fsf@vitty.brq.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Miller writes: > From: Vitaly Kuznetsov > Date: Wed, 8 Apr 2015 17:54:04 +0200 > >> This patch series fixes the same issue which was fixed in Xen with commit >> 97a6d1bb2b658ac85ed88205ccd1ab809899884d ("xen-netfront: Fix handling packets on >> compound pages with skb_linearize"). > > This patch series only applies on net-next, so that's where I put it. Yes, it is for net-next, thanks. > > Please be completely explicit about this in the future, rather than > forcing me to try and figure it out. Sorry, I will, for some reason I thought it was the default. > > Thanks. -- Vitaly