Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1164486
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V2 01/10] cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disable |
| Date | 2015-06-13 02:10 +0200 |
| Message-ID | <pAHbj-4H5-15@gated-at.bofh.it> (permalink) |
| References | <pxLuN-5HX-5@gated-at.bofh.it> <pxLuN-5HX-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Jun 04, 2015 at 04:26:07PM -0700, K. Y. Srinivasan wrote: > From: Vitaly Kuznetsov <vkuznets@redhat.com> > > Loaded Hyper-V module will use these functions to disable CPU > hotplug under certain circumstances. Convert cpu_hotplug_disabled > to a counter (protected by cpu_add_remove_lock) to support e.g. > disable -> disable -> enable call sequences. > > Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> > Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> > --- > Documentation/power/suspend-and-cpuhotplug.txt | 6 +++--- > kernel/cpu.c | 13 ++++++++----- > 2 files changed, 11 insertions(+), 8 deletions(-) This changes the logic a bit, so I need an ack from the maintainers of the CPU hotplug code before I can accept this... thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH V2 01/10] cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disable Greg KH <gregkh@linuxfoundation.org> - 2015-06-13 02:10 +0200
csiph-web