public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Vitaly Kuznetsov <vkuznets@redhat.com>
To: KY Srinivasan <kys@microsoft.com>
Cc: "devel@linuxdriverproject.org" <devel@linuxdriverproject.org>,
	"Haiyang Zhang" <haiyangz@microsoft.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"Dexuan Cui" <decui@microsoft.com>,
	"Ingo Molnar" <mingo@kernel.org>,
	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>,
	"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
	"Peter Zijlstra" <peterz@infradead.org>,
	"Thomas Gleixner" <tglx@linutronix.de>,
	"Radim Krčmář" <rkrcmar@redhat.com>
Subject: Re: [PATCH v2 0/2] Drivers: hv: vmbus: use cpu_hotplug_enable/disable for CPU offlining prevention
Date: Wed, 27 May 2015 11:14:37 +0200	[thread overview]
Message-ID: <87d21mqt4y.fsf@vitty.brq.redhat.com> (raw)
In-Reply-To: <BY2PR0301MB07113B15779F870DEAADD53DA0CC0@BY2PR0301MB0711.namprd03.prod.outlook.com> (KY Srinivasan's message of "Tue, 26 May 2015 23:29:36 +0000")

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.

Thanks,

>
> Regards, 
>
> K. Y
>> 
>>  Documentation/power/suspend-and-cpuhotplug.txt |  6 ++--
>>  drivers/hv/vmbus_drv.c                         | 38 +++-----------------------
>>  kernel/cpu.c                                   | 13 +++++----
>>  3 files changed, 15 insertions(+), 42 deletions(-)
>> 
>> --
>> 1.9.3

-- 
  Vitaly

  reply	other threads:[~2015-05-27  9:15 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 [this message]
2015-05-27 14:37     ` KY Srinivasan
2015-05-27 15:06       ` Greg KH
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=87d21mqt4y.fsf@vitty.brq.redhat.com \
    --to=vkuznets@redhat.com \
    --cc=decui@microsoft.com \
    --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 \
    /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