From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752411AbdBJOru (ORCPT ); Fri, 10 Feb 2017 09:47:50 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:34916 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752179AbdBJOrs (ORCPT ); Fri, 10 Feb 2017 09:47:48 -0500 Date: Fri, 10 Feb 2017 15:46:47 +0100 From: Greg KH To: kys@microsoft.com Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, olaf@aepfle.de, apw@canonical.com, vkuznets@redhat.com, jasowang@redhat.com, leann.ogasawara@canonical.com, Stephen Hemminger , Stephen Hemminger Subject: Re: [PATCH 05/13] vmbus: remove per channel state Message-ID: <20170210144647.GA18276@kroah.com> References: <1486340387-419-1-git-send-email-kys@exchange.microsoft.com> <1486340443-515-5-git-send-email-kys@exchange.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1486340443-515-5-git-send-email-kys@exchange.microsoft.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 05, 2017 at 05:20:35PM -0700, kys@exchange.microsoft.com wrote: > From: Stephen Hemminger > > The netvsc no longer needs per channel state hook to track receive buffer. > > Signed-off-by: Stephen Hemminger > Signed-off-by: K. Y. Srinivasan > --- > include/linux/hyperv.h | 14 -------------- > 1 files changed, 0 insertions(+), 14 deletions(-) This patch breaks the build badly, I don't know how it passed anyone's build tests :( The functions are still used in two different files. I've applied the first 4 patches here, but really, I shouldn't have had to bisect down to the offending patch. ugh. greg k-h