From: Thomas Huth Date: Wed, 6 Nov 2013 14:46:33 +0000 (+0100) Subject: KVM: s390: Always store status during SIGP STOP_AND_STORE_STATUS X-Git-Tag: v3.14-rc1~127^2~36^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e879892c725217a4af1012f31ae56be762473216;p=pandora-kernel.git KVM: s390: Always store status during SIGP STOP_AND_STORE_STATUS The SIGP order STOP_AND_STORE_STATUS is defined to stop a CPU and store its status. However, we only stored the status if the CPU was still running, so make sure that the status is now also stored if the CPU was already stopped. This fixes the problem that the CPU information was not stored correctly in kdump files, rendering them unreadable. Signed-off-by: Thomas Huth Acked-by: Christian Borntraeger Cc: stable@vger.kernel.org Signed-off-by: Cornelia Huck --- Reading git-diff-tree failed