From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757368AbbFPUjx (ORCPT ); Tue, 16 Jun 2015 16:39:53 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36392 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753155AbbFPUjp (ORCPT ); Tue, 16 Jun 2015 16:39:45 -0400 Date: Tue, 16 Jun 2015 13:39:44 -0700 From: Greg KH To: Joseph Salisbury Cc: fengguang.wu@intel.com, haiyangz@microsoft.com, linux-kernel@vger.kernel.org, stable@vger.kernel.org, nmeier@microsoft.com, devel@linuxdriverproject.org Subject: Re: [v3.14.y][PATCH 1/1] Drivers: hv: vmbus: Add support for VMBus panic notifier handler Message-ID: <20150616203944.GA2169@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 16, 2015 at 04:31:38PM -0400, Joseph Salisbury wrote: > From: Nick Meier > > > 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 > > Conflicts: > drivers/hv/vmbus_drv.c What are these two lines doing here? Please remove and resend. Also, what about 4.0 and other kernels, should this patch go there as well? If so, just say "please add commit id XXXXXX to these kernels", that's all that is needed if no patch changes are required. thanks, greg k-h