* Re: [PATCH 05/13] vmbus: remove per channel state [not found] ` <1486340443-515-5-git-send-email-kys@exchange.microsoft.com> @ 2017-02-10 14:46 ` Greg KH 2017-02-10 16:39 ` Stephen Hemminger 0 siblings, 1 reply; 4+ messages in thread From: Greg KH @ 2017-02-10 14:46 UTC (permalink / raw) To: kys Cc: linux-kernel, devel, olaf, apw, vkuznets, jasowang, leann.ogasawara, Stephen Hemminger, Stephen Hemminger On Sun, Feb 05, 2017 at 05:20:35PM -0700, kys@exchange.microsoft.com wrote: > From: Stephen Hemminger <stephen@networkplumber.org> > > The netvsc no longer needs per channel state hook to track receive buffer. > > Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> > Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> > --- > 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH 05/13] vmbus: remove per channel state 2017-02-10 14:46 ` [PATCH 05/13] vmbus: remove per channel state Greg KH @ 2017-02-10 16:39 ` Stephen Hemminger 2017-02-10 17:06 ` Greg KH 2017-02-12 5:55 ` KY Srinivasan 0 siblings, 2 replies; 4+ messages in thread From: Stephen Hemminger @ 2017-02-10 16:39 UTC (permalink / raw) To: Greg KH, KY Srinivasan 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 -----Original Message----- From: Greg KH [mailto:gregkh@linuxfoundation.org] Sent: Friday, February 10, 2017 6:47 AM To: KY Srinivasan <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@networkplumber.org>; Stephen Hemminger <sthemmin@microsoft.com> Subject: Re: [PATCH 05/13] vmbus: remove per channel state On Sun, Feb 05, 2017 at 05:20:35PM -0700, kys@exchange.microsoft.com wrote: > From: Stephen Hemminger <stephen@networkplumber.org> > > The netvsc no longer needs per channel state hook to track receive buffer. > > Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> > Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> > --- > 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 In the set I submitted was the patch to remove usage of per channel state in netvsc. KY dropped it, because it already is in net-next. So this patch can wait until net-next is merged. The current split tree process is a pain and causes slow development cycles ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 05/13] vmbus: remove per channel state 2017-02-10 16:39 ` Stephen Hemminger @ 2017-02-10 17:06 ` Greg KH 2017-02-12 5:55 ` KY Srinivasan 1 sibling, 0 replies; 4+ messages in thread From: Greg KH @ 2017-02-10 17:06 UTC (permalink / raw) To: Stephen Hemminger Cc: KY Srinivasan, 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 On Fri, Feb 10, 2017 at 04:39:02PM +0000, Stephen Hemminger wrote: > In the set I submitted was the patch to remove usage of per channel state in netvsc. Ah. > KY dropped it, because it already is in net-next. So this patch can wait until net-next is merged. > The current split tree process is a pain and causes slow development cycles Ick, I offered up a way to do this, but it doesn't look like KY or anyone else took me up on it :( sorry, greg k-h ^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH 05/13] vmbus: remove per channel state 2017-02-10 16:39 ` Stephen Hemminger 2017-02-10 17:06 ` Greg KH @ 2017-02-12 5:55 ` KY Srinivasan 1 sibling, 0 replies; 4+ messages in thread From: KY Srinivasan @ 2017-02-12 5:55 UTC (permalink / raw) To: Stephen Hemminger, Greg KH 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 > -----Original Message----- > From: Stephen Hemminger > Sent: Friday, February 10, 2017 8:39 AM > To: Greg KH <gregkh@linuxfoundation.org>; KY Srinivasan > <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@networkplumber.org> > Subject: RE: [PATCH 05/13] vmbus: remove per channel state > > -----Original Message----- > From: Greg KH [mailto:gregkh@linuxfoundation.org] > Sent: Friday, February 10, 2017 6:47 AM > To: KY Srinivasan <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@networkplumber.org>; Stephen Hemminger > <sthemmin@microsoft.com> > Subject: Re: [PATCH 05/13] vmbus: remove per channel state > > On Sun, Feb 05, 2017 at 05:20:35PM -0700, kys@exchange.microsoft.com > wrote: > > From: Stephen Hemminger <stephen@networkplumber.org> > > > > The netvsc no longer needs per channel state hook to track receive buffer. > > > > Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> > > Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> > > --- > > 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 > > In the set I submitted was the patch to remove usage of per channel state in > netvsc. > KY dropped it, because it already is in net-next. So this patch can wait until > net-next is merged. > The current split tree process is a pain and causes slow development cycles Greg, Sorry for the confusion; I will be resending the rest of the patches. Thanks, K. Y ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-02-12 5:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1486340387-419-1-git-send-email-kys@exchange.microsoft.com>
[not found] ` <1486340443-515-5-git-send-email-kys@exchange.microsoft.com>
2017-02-10 14:46 ` [PATCH 05/13] vmbus: remove per channel state Greg KH
2017-02-10 16:39 ` Stephen Hemminger
2017-02-10 17:06 ` Greg KH
2017-02-12 5:55 ` KY Srinivasan
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox