]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
Drivers: hv: vmbus: Support kexec on ws2012 r2 and above
authorAlex Ng <alexng@microsoft.com>
Fri, 26 Feb 2016 23:13:22 +0000 (15:13 -0800)
committerTim Gardner <tim.gardner@canonical.com>
Wed, 6 Apr 2016 09:27:40 +0000 (10:27 +0100)
commitb01eac71fa3331a1fbd6dd9a49fea9ded46b6405
treee76dcf6dc535aef3a51d08dd20d4620737ad94f4
parent4d01007ff5349bc17e7e6c34d793e3ea2b46fa2b
Drivers: hv: vmbus: Support kexec on ws2012 r2 and above

BugLink: http://bugs.launchpad.net/bugs/1558720
WS2012 R2 and above hosts can support kexec in that thay can support
reconnecting to the host (as would be needed in the kexec path)
on any CPU. Enable this. Pre ws2012 r2 hosts don't have this ability
and consequently cannot support kexec.

Signed-off-by: Alex Ng <alexng@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from linux-next commit 7268644734f6a300353a4c4ff8bf3e013ba80f89)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
drivers/hv/connection.c