Re: [V2][3.13.y-ckt][PATCH 0/1][Hyper-V] Add support for VMBus panic notifier handler

2015-06-17 Thread Kamal Mostafa
On Wed, 2015-06-17 at 14:09 -0400, Joseph Salisbury wrote:
 Hello,
 
 Please consider including upstream commits 
 96c1d0581d00f7abe033350edb021a9d947d8d81 and
 5ef5b6927f14f29cacd78fa1fb861661a5367f13 in the next v3.13.y-ckt release.  
 They were
 included mainline as of v4.1-rc1.  They have been tested and confirmed to 
 resolve
 http://bugs.launchpad.net/bugs/1463584 .
 
 
 commit 96c1d0581d00f7abe033350edb021a9d947d8d81
 Author: Nick Meier nme...@microsoft.com
 Date:   Sat Feb 28 11:39:01 2015 -0800
 
 Drivers: hv: vmbus: Add support for VMBus panic notifier handler
 
 commit 5ef5b6927f14f29cacd78fa1fb861661a5367f13
 Author: Nick Meier nme...@microsoft.com
 Date:   Wed Mar 18 12:29:24 2015 -0700
 
 Drivers: hv: vmbus: Correcting truncation error for constant 
 HV_CRASH_CTL_CRASH_NOTIFY
 
 
 Commit 96c1d05 does not apply cleanly to v3.13.y-ckt, so I performed a 
 backport, which is
 in email 1/1.


Thanks Joseph!  Queued up for 3.13-stable: your [V2] backport of
96c1d05, and the cherry-pick of 5ef5b69.

 -Kamal


___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[V2][3.13.y-ckt][PATCH 0/1][Hyper-V] Add support for VMBus panic notifier handler

2015-06-17 Thread Joseph Salisbury
Hello,

Please consider including upstream commits 
96c1d0581d00f7abe033350edb021a9d947d8d81 and
5ef5b6927f14f29cacd78fa1fb861661a5367f13 in the next v3.13.y-ckt release.  They 
were
included mainline as of v4.1-rc1.  They have been tested and confirmed to 
resolve
http://bugs.launchpad.net/bugs/1463584 .


commit 96c1d0581d00f7abe033350edb021a9d947d8d81
Author: Nick Meier nme...@microsoft.com
Date:   Sat Feb 28 11:39:01 2015 -0800

Drivers: hv: vmbus: Add support for VMBus panic notifier handler

commit 5ef5b6927f14f29cacd78fa1fb861661a5367f13
Author: Nick Meier nme...@microsoft.com
Date:   Wed Mar 18 12:29:24 2015 -0700

Drivers: hv: vmbus: Correcting truncation error for constant 
HV_CRASH_CTL_CRASH_NOTIFY


Commit 96c1d05 does not apply cleanly to v3.13.y-ckt, so I performed a 
backport, which is
in email 1/1.


Sincerely,

Joseph Salisbury


Nick Meier (1):
  Drivers: hv: vmbus: Add support for VMBus panic notifier handler

 drivers/hv/hyperv_vmbus.h | 11 +++
 drivers/hv/vmbus_drv.c| 40 
 2 files changed, 51 insertions(+)

-- 
2.1.0

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[3.13.y-ckt][PATCH 0/1][Hyper-V] Add support for VMBus panic notifier handler

2015-06-16 Thread Joseph Salisbury
Hello,

Please consider including upstream commits 
96c1d0581d00f7abe033350edb021a9d947d8d81 and
5ef5b6927f14f29cacd78fa1fb861661a5367f13 in the next v3.13.y-ckt release.  They 
were
included mainline as of v4.1-rc1.  They have been tested and confirmed to 
resolve
http://bugs.launchpad.net/bugs/1463584 .


commit 96c1d0581d00f7abe033350edb021a9d947d8d81
Author: Nick Meier nme...@microsoft.com
Date:   Sat Feb 28 11:39:01 2015 -0800

Drivers: hv: vmbus: Add support for VMBus panic notifier handler

commit 5ef5b6927f14f29cacd78fa1fb861661a5367f13
Author: Nick Meier nme...@microsoft.com
Date:   Wed Mar 18 12:29:24 2015 -0700

Drivers: hv: vmbus: Correcting truncation error for constant 
HV_CRASH_CTL_CRASH_NOTIFY


Commit 96c1d05 does not apply cleanly to v3.13.y-ckt, so I performed a 
backport, which is
in email 1/1.


Sincerely,

Joseph Salisbury







Nick Meier (2):
  Drivers: hv: vmbus: Add support for VMBus panic notifier handler
  Drivers: hv: vmbus: Correcting truncation error for constant
HV_CRASH_CTL_CRASH_NOTIFY

 drivers/hv/hyperv_vmbus.h | 11 +++
 drivers/hv/vmbus_drv.c| 35 +++
 2 files changed, 46 insertions(+)

-- 
2.1.0

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [3.13.y-ckt][PATCH 0/1][Hyper-V] Add support for VMBus panic notifier handler

2015-06-16 Thread Joseph Salisbury
On 06/16/2015 04:41 PM, Greg KH wrote:
 On Tue, Jun 16, 2015 at 04:10:46PM -0400, Joseph Salisbury wrote:
 Hello,

 Please consider including upstream commits 
 96c1d0581d00f7abe033350edb021a9d947d8d81 and
 5ef5b6927f14f29cacd78fa1fb861661a5367f13 in the next v3.13.y-ckt release.  
 They were
 included mainline as of v4.1-rc1.  They have been tested and confirmed to 
 resolve
 http://bugs.launchpad.net/bugs/1463584 .
 Multiple messages sent with the same message-id, yet different subjects
 and content.  That's a sure way to have your messages dropped into a
 spam folder...

 Please fix your way of submitting these and resend properly.

 thanks,

 greg k-h

Thanks for the feedback.  I'll fix things up and resend for all the
stable kernels.

Thanks,

Joe
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [3.13.y-ckt][PATCH 0/1][Hyper-V] Add support for VMBus panic notifier handler

2015-06-16 Thread Greg KH
On Tue, Jun 16, 2015 at 04:10:46PM -0400, Joseph Salisbury wrote:
 Hello,
 
 Please consider including upstream commits 
 96c1d0581d00f7abe033350edb021a9d947d8d81 and
 5ef5b6927f14f29cacd78fa1fb861661a5367f13 in the next v3.13.y-ckt release.  
 They were
 included mainline as of v4.1-rc1.  They have been tested and confirmed to 
 resolve
 http://bugs.launchpad.net/bugs/1463584 .

Multiple messages sent with the same message-id, yet different subjects
and content.  That's a sure way to have your messages dropped into a
spam folder...

Please fix your way of submitting these and resend properly.

thanks,

greg k-h
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel