From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751928AbbGMRG2 (ORCPT ); Mon, 13 Jul 2015 13:06:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40424 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751487AbbGMRG1 (ORCPT ); Mon, 13 Jul 2015 13:06:27 -0400 From: Vitaly Kuznetsov To: Ingo Molnar , "Paul E. McKenney" , "Rafael J. Wysocki" , Peter Zijlstra , Thomas Gleixner Cc: devel@linuxdriverproject.org, "K. Y. Srinivasan" , Haiyang Zhang , linux-kernel@vger.kernel.org, Dexuan Cui , Radim =?utf-8?B?S3LEjW3DocWZ?= , Greg KH Subject: Re: [PATCH v6 0/3] Drivers: hv: vmbus: use cpu_hotplug_enable/disable for CPU offlining prevention References: <1435325254-14099-1-git-send-email-vkuznets@redhat.com> Date: Mon, 13 Jul 2015 19:06:22 +0200 In-Reply-To: <1435325254-14099-1-git-send-email-vkuznets@redhat.com> (Vitaly Kuznetsov's message of "Fri, 26 Jun 2015 15:27:31 +0200") Message-ID: <87y4ikxa0h.fsf@vitty.brq.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Vitaly Kuznetsov writes: > Changes since v5: > - Split PATCH 1 into two (PATCH 1/3 and 3/3), rewrite changelogs. [Thomas > Gleixner] Sorry for the ping but Greg won't probably take this into his tree without some feedback on patches 1 and 3 from core kernel people. Could you please take a look? Thanks, > > Changes since v4: > - In disable_nonboot_cpus() do cpu_hotplug_disabled++ unconditionally as > its users are doing enable_nonboot_cpus() on their failure paths. > > Changes since v3: > - add WARN_ON when decreasing cpu_hotplug_disabled [Peter Zijlstra] > > Changes since v2: > - Rebase on top of current Greg's char-misc-next tree [K. Y. Srinivasan] > > 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 (3): > cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disable > Drivers: hv: vmbus: use cpu_hotplug_enable/disable > cpu-hotplug: convert cpu_hotplug_disabled to a counter > > Documentation/power/suspend-and-cpuhotplug.txt | 6 ++-- > drivers/hv/vmbus_drv.c | 38 +++----------------------- > kernel/cpu.c | 24 ++++++++++------ > 3 files changed, 22 insertions(+), 46 deletions(-) -- Vitaly