From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752452AbdLFNAG (ORCPT ); Wed, 6 Dec 2017 08:00:06 -0500 Received: from ozlabs.org ([103.22.144.67]:40379 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751904AbdLFNAD (ORCPT ); Wed, 6 Dec 2017 08:00:03 -0500 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: ab9dbf771ff9b6b7e814e759213ed01d7f0de320 In-Reply-To: <20171204052725.28195-1-david@gibson.dropbear.id.au> To: David Gibson , npiggin@gmail.com From: Michael Ellerman Cc: mahesh@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, David Gibson Subject: Re: Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier" Message-Id: <3ysJcK4XMCz9sRW@ozlabs.org> Date: Thu, 7 Dec 2017 00:00:00 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2017-12-04 at 05:27:25 UTC, David Gibson wrote: > This reverts commit a3b2cb30f252b21a6f962e0dd107c8b897ca65e4. > > The earlier patch tried to fix problems with panic on powerpc in > certain circumstances, where some output from the generic panic code > was being dropped. > > Unfortunately, it breaks things worse in other circumstances. In > particular when running a PAPR guest, it will now attempt to reboot > instead of informing the hypervisor (KVM or PowerVM) that the guest > has crashed. The crash notification is important to some > virtualization management layers. > > Since the circumstances in which the original patch helped are > somewhat obscure, revert it for now until we figure out how to do it > properly. > > Signed-off-by: David Gibson Applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/ab9dbf771ff9b6b7e814e759213ed0 cheers