From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754080AbbF3PUf (ORCPT ); Tue, 30 Jun 2015 11:20:35 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:44148 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752380AbbF3PU1 convert rfc822-to-8bit (ORCPT ); Tue, 30 Jun 2015 11:20:27 -0400 Message-ID: <1435677614.3929.9.camel@fourier> Subject: Re: [v3.16.y-ckt][v3.18.y][v3.19.y-ckt][v4.0.y][PATCH 1/1]Drivers: hv: vmbus: Add support for VMBus panic notifier handler From: Kamal Mostafa To: Joseph Salisbury , Greg KH , Sasha Levin Cc: Luis Henriques , fengguang.wu@intel.com, haiyangz@microsoft.com, linux-kernel@vger.kernel.org, stable@vger.kernel.org, nmeier@microsoft.com, devel@linuxdriverproject.org Date: Tue, 30 Jun 2015 08:20:14 -0700 In-Reply-To: <20150627004736.GA29233@kroah.com> References: <9b0a0ca030da9741fb0ad6f41147a99ac7a21fdd.1434395983.git.joseph.salisbury@canonical.com> <20150627004736.GA29233@kroah.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2015-06-26 at 17:47 -0700, Greg KH wrote: > On Tue, Jun 16, 2015 at 04:22:12PM -0400, Joseph Salisbury wrote: > > From: Nick Meier > > > > BugLink: http://bugs.launchpad.net/bugs/1463584 > > > > Hyper-V allows a guest to notify the Hyper-V host that a panic > > condition occured. This notification can include up to five 64 > > bit values. These 64 bit values are written into crash MSRs. > > Once the data has been written into the crash MSRs, the host is > > then notified by writing into a Crash Control MSR. On the Hyper-V > > host, the panic notification data is captured in the Windows Event > > log as a 18590 event. > > > > Crash MSRs are defined in appendix H of the Hypervisor Top Level > > Functional Specification. At the time of this patch, v4.0 is the > > current functional spec. The URL for the v4.0 document is: > > > > http://download.microsoft.com/download/A/B/4/AB43A34E-BDD0-4FA6-BDEF-79EEF16E880B/Hypervisor Top Level Functional Specification v4.0.docx > > > > Signed-off-by: Nick Meier > > Signed-off-by: K. Y. Srinivasan > > Signed-off-by: Greg Kroah-Hartman > > (Backported from commit 96c1d0581d00f7abe033350edb021a9d947d8d81) > > Signed-off-by: Joseph Salisbury > > --- > > drivers/hv/hyperv_vmbus.h | 11 +++++++++++ > > drivers/hv/vmbus_drv.c | 35 +++++++++++++++++++++++++++++++++++ > > 2 files changed, 46 insertions(+) > > This is a new feature, why should it be added to -stable releases? > > Sorry, not going to take it, upgrade to 4.1 if you want this feature. > > greg k-h Greg is right: this isn't suitable for stable, so Luís and I will also drop/revert these from the -ckt stable kernels (3.13, 3.16, and 3.19): Drivers: hv: vmbus: Add support for VMBus panic notifier handler Drivers: hv: vmbus: Correcting truncation error for constant HV_CRASH_CTL_CRASH_NOTIFY Sasha, it looks like you've already dropped them from 3.18 but heads-up just in case. Thanks Greg! -Kamal