From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757411AbbFQTLM (ORCPT ); Wed, 17 Jun 2015 15:11:12 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58908 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755887AbbFQTLK (ORCPT ); Wed, 17 Jun 2015 15:11:10 -0400 Date: Wed, 17 Jun 2015 12:11:09 -0700 From: "gregkh@linuxfoundation.org" To: Jake Oshins Cc: Vitaly Kuznetsov , KY Srinivasan , "linux-kernel@vger.kernel.org" , "devel@linuxdriverproject.org" , "olaf@aepfle.de" , "apw@canonical.com" , Haiyang Zhang , Mike Ebersol Subject: Re: [PATCH v3 1/6] hv: Modify vmbus to search for all MMIO ranges available Message-ID: <20150617191109.GA3186@kroah.com> References: <1434561298-8153-1-git-send-email-jakeo@microsoft.com> <1434561298-8153-2-git-send-email-jakeo@microsoft.com> <87twu6b5yt.fsf@vitty.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 17, 2015 at 05:41:58PM +0000, Jake Oshins wrote: > > -----Original Message----- > > From: Vitaly Kuznetsov [mailto:vkuznets@redhat.com] > > Sent: Wednesday, June 17, 2015 10:28 AM > > To: Jake Oshins > > Cc: gregkh@linuxfoundation.org; KY Srinivasan; linux- > > kernel@vger.kernel.org; devel@linuxdriverproject.org; olaf@aepfle.de; > > apw@canonical.com; Haiyang Zhang; Mike Ebersol > > Subject: Re: [PATCH v3 1/6] hv: Modify vmbus to search for all MMIO ranges > > available > > > } > > > > > > @@ -1047,6 +1121,7 @@ static struct acpi_driver vmbus_acpi_driver = { > > > .ids = vmbus_acpi_device_ids, > > > .ops = { > > > .add = vmbus_acpi_add, > > > + .remove = vmbus_acpi_remove, > > > > This will probably need rebasing on top of current char-misc-next tree > > as we already have commit e4ecb41c: "Drivers: hv: vmbus: introduce > > vmbus_acpi_remove" there. > > > > Thanks. Please educate me since I'm new around here. What should I > do in response to this message? Wait for this tree to be pulled into > the mainline and resend after rebasing? Something more proactive? It's KY's job to do this type of thing, he should handle this for you :) greg k-h