From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753858AbbFDAcX (ORCPT ); Wed, 3 Jun 2015 20:32:23 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44981 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753154AbbFDAcR (ORCPT ); Wed, 3 Jun 2015 20:32:17 -0400 Date: Thu, 4 Jun 2015 09:32:11 +0900 From: Greg KH To: "K. Y. Srinivasan" Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, olaf@aepfle.de, apw@canonical.com, vkuznets@redhat.com, jasowang@redhat.com Subject: Re: [PATCH 02/10] Commit e513229b4c38 ("Drivers: hv: vmbus: prevent cpu offlining on newer hypervisors") was altering smp_ops.cpu_disable to prevent CPU offlining. We can bo better by using cpu_hotplug_enable/disable functions instead of such hard-coding. Message-ID: <20150604003211.GA10188@kroah.com> References: <1433359897-31817-1-git-send-email-kys@microsoft.com> <1433359922-31932-1-git-send-email-kys@microsoft.com> <1433359922-31932-2-git-send-email-kys@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1433359922-31932-2-git-send-email-kys@microsoft.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 03, 2015 at 12:31:54PM -0700, K. Y. Srinivasan wrote: > From: Vitaly Kuznetsov > > Reported-by: Radim Kr.má > Signed-off-by: Vitaly Kuznetsov > Signed-off-by: K. Y. Srinivasan Your subject is insane, please fix.