public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: KY Srinivasan <kys@microsoft.com>
Cc: "Vitaly Kuznetsov" <vkuznets@redhat.com>,
	"Radim Krčmář" <rkrcmar@redhat.com>,
	"Peter Zijlstra" <peterz@infradead.org>,
	"Haiyang Zhang" <haiyangz@microsoft.com>,
	"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"devel@linuxdriverproject.org" <devel@linuxdriverproject.org>,
	"Thomas Gleixner" <tglx@linutronix.de>,
	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>,
	"Ingo Molnar" <mingo@kernel.org>
Subject: Re: [PATCH v2 0/2] Drivers: hv: vmbus: use cpu_hotplug_enable/disable for CPU offlining prevention
Date: Wed, 27 May 2015 08:06:14 -0700	[thread overview]
Message-ID: <20150527150614.GB1090@kroah.com> (raw)
In-Reply-To: <BY2PR0301MB07118608556BE39E8398DBCCA0CB0@BY2PR0301MB0711.namprd03.prod.outlook.com>

On Wed, May 27, 2015 at 02:37:14PM +0000, KY Srinivasan wrote:
> 
> 
> > -----Original Message-----
> > From: Vitaly Kuznetsov [mailto:vkuznets@redhat.com]
> > Sent: Wednesday, May 27, 2015 2:15 AM
> > To: KY Srinivasan
> > Cc: devel@linuxdriverproject.org; Haiyang Zhang; linux-
> > kernel@vger.kernel.org; Dexuan Cui; Ingo Molnar; Paul E. McKenney; Rafael
> > J. Wysocki; Peter Zijlstra; Thomas Gleixner; Radim Krčmář
> > Subject: Re: [PATCH v2 0/2] Drivers: hv: vmbus: use
> > cpu_hotplug_enable/disable for CPU offlining prevention
> > 
> > KY Srinivasan <kys@microsoft.com> writes:
> > 
> > >> -----Original Message-----
> > >> From: Vitaly Kuznetsov [mailto:vkuznets@redhat.com]
> > >> Sent: Thursday, May 21, 2015 9:22 AM
> > >> To: devel@linuxdriverproject.org
> > >> Cc: KY Srinivasan; Haiyang Zhang; linux-kernel@vger.kernel.org; Dexuan
> > Cui;
> > >> Ingo Molnar; Paul E. McKenney; Rafael J. Wysocki; Peter Zijlstra; Thomas
> > >> Gleixner; Radim Krčmář
> > >> Subject: [PATCH v2 0/2] Drivers: hv: vmbus: use
> > cpu_hotplug_enable/disable
> > >> for CPU offlining prevention
> > >>
> > >> Changes since v1:
> > >> - Make cpu_hotplug_disabled a counter [Radim Krčmář]
> > >>
> > >> Export cpu_hotplug_enable/cpu_hotplug_disable functions from cpu.c
> > and
> > >> use
> > >> them instead of altering smp_ops.cpu_disable in Hyper-V vmbus module.
> > >>
> > >> Vitaly Kuznetsov (2):
> > >>   cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disable
> > >>   Drivers: hv: vmbus: use cpu_hotplug_enable/disable
> > >
> > > Vitaly,
> > >
> > > Since there is a cross tree dependency here, could you resubmit the vmbus
> > patch
> > > after the CPU hotplug patch has been committed.
> > 
> > I'm afraid it won't be committed without the second patch as without a
> > single user of cpu_hotplug_enable/cpu_hotplug_disable (among modules)
> > this patch doesn't make much sense. I would rather expect both of them
> > to go through Greg's tree but with proper sign-offs/reviewed-bys. And
> > of course this decision is up to tree maintainers, I'll resubmit the
> > vmbus patch in case CPU hotplug patch gets committed separately.
> 
> I had asked if Greg could take both the patches and I have not heard from him yet and I
> assumed that he would not.

Don't you love it when people ask you to do things, yet never even cc:
you on an email and still expect you to magically notice and respond to
them?

{sigh}

You got lucky here, I happened to notice this email, but I have no email
from you to me where you asked me to do anything.

As I told you before, you need to repackage up patches you want to have
applied and send them to me, that's the job of a subsystem maintainer,
you can't just "expect" someone else to magically notice them and apply
them for you.

greg k-h

  reply	other threads:[~2015-05-27 15:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-21 16:21 [PATCH v2 0/2] Drivers: hv: vmbus: use cpu_hotplug_enable/disable for CPU offlining prevention Vitaly Kuznetsov
2015-05-21 16:21 ` [PATCH v2 1/2] cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disable Vitaly Kuznetsov
2015-05-21 16:21 ` [PATCH v2 2/2] Drivers: hv: vmbus: use cpu_hotplug_enable/disable Vitaly Kuznetsov
2015-05-29 16:41   ` KY Srinivasan
2015-05-26 23:29 ` [PATCH v2 0/2] Drivers: hv: vmbus: use cpu_hotplug_enable/disable for CPU offlining prevention KY Srinivasan
2015-05-27  9:14   ` Vitaly Kuznetsov
2015-05-27 14:37     ` KY Srinivasan
2015-05-27 15:06       ` Greg KH [this message]
2015-05-27 16:26         ` KY Srinivasan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150527150614.GB1090@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=devel@linuxdriverproject.org \
    --cc=haiyangz@microsoft.com \
    --cc=kys@microsoft.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=paulmck@linux.vnet.ibm.com \
    --cc=peterz@infradead.org \
    --cc=rafael.j.wysocki@intel.com \
    --cc=rkrcmar@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=vkuznets@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox