Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934112AbcCIUJP (ORCPT ); Wed, 9 Mar 2016 15:09:15 -0500 Received: from emh03.mail.saunalahti.fi ([62.142.5.109]:44270 "EHLO emh03.mail.saunalahti.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933338AbcCIUI5 (ORCPT ); Wed, 9 Mar 2016 15:08:57 -0500 From: Aaro Koskinen To: Ralf Baechle , "James E.J. Bottomley" , Helge Deller , linux-mips@linux-mips.org, linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Aaro Koskinen Subject: [PATCH 0/2] MIPS/PA-RISC: panic immediately when panic_on_oops Date: Wed, 9 Mar 2016 22:08:41 +0200 Message-Id: <1457554123-18491-1-git-send-email-aaro.koskinen@iki.fi> X-Mailer: git-send-email 2.4.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 606 Lines: 21 Hi, MIPS and PA-RISC want to sleep 5 seconds before panicking when panic_on_oops is set, with no apparent reason. We should remove this feature, since some users may want their systems to fail as quickly as possible. Users who want to delay reboot after panic can use PANIC_TIMEOUT. Also, this change will unify the behaviour with other architectures. Aaro Koskinen (2): MIPS: panic immediately when panic_on_oops PA-RISC: panic immediately when panic_on_oops arch/mips/kernel/traps.c | 5 +---- arch/parisc/kernel/traps.c | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) -- 2.4.0