]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/platform/uv: Fix kdump for UV
authorKirtikar Kashyap <kirtikar.kashyap@oracle.com>
Mon, 30 Oct 2017 23:19:10 +0000 (16:19 -0700)
committerKirtikar Kashyap <kirtikar.kashyap@oracle.com>
Wed, 1 Nov 2017 20:25:55 +0000 (13:25 -0700)
commite10b5e3d5659105da2c0f0c5cb7bda5458f9bbb8
tree95e44fe78409af79cd70bc6bd8f5330bfc9e13c8
parent48a286ab0ee16897811a9633960825d8674b807d
x86/platform/uv: Fix kdump for UV

With uv_nmi.action=kdump on the boot line, "power nmi" does not kdump.
Instead it produces backtraces (the default "dump" action).

One line from upstream commit 2965faa5e03d ("kexec: split kexec_load
syscall from kexec core code") was inadvertantly applied to
arch/x86/platform/uv/uv_nmi.c, but the rest of the commit is
missing. The UEK kernel does not have any of the other
CONFIG_KEXEC_CORE related changes in it, so this breaks uv_nmi

Orabug: 27031345

Signed-off-by: Kirtikar Kashyap <kirtikar.kashyap@oracle.com>
Reviewed-by: Brian Maly <brian.maly@oracle.com>
arch/x86/platform/uv/uv_nmi.c