Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758814Ab0FBV7y (ORCPT ); Wed, 2 Jun 2010 17:59:54 -0400 Received: from s12.ALPHA-c2.vectant.ne.jp ([222.230.51.12]:39509 "EHLO s12.ALPHA-c2.vectant.ne.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758682Ab0FBV7x (ORCPT ); Wed, 2 Jun 2010 17:59:53 -0400 Message-Id: <201006022157.AA00420@tamuki.linet.gr.jp> From: TAMUKI Shoichi Date: Thu, 03 Jun 2010 06:57:01 +0900 To: Andi Kleen Cc: Ingo Molnar , Andrew Morton , Anton Blanchard , Andy Green , TAMUKI Shoichi , linux-kernel@vger.kernel.org Subject: Re: [PATCH] panic: keep blinking in spite of long spin timer mode In-Reply-To: <20100530065522.GA14556@basil.fritz.box> References: <20100530065522.GA14556@basil.fritz.box> MIME-Version: 1.0 X-Mailer: AL-Mail32 Version 1.13 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1072 Lines: 31 Hello, Thank you for the suggestion. On Sun, 30 May 2010 08:55:22 +0200 Andi Kleen wrote: > Thanks for this explanation, makes all sense. > But should do these changes by default then, not with a parameter. Hmm, that will not be acceptable since the control of blinking speed becomes difficult with long spin timer mode. However, I agree to your opinion that it is not the best answer to prepare purposely a new parameter for such a rare situation. > Changing the frequency is ok, the only requirement is that it is > visible and different from the frequency kdb uses. So, I changed that the time calls to mdelay will be automatically switched to longer if the speed of blinking is slow enough. The kernel parameter (panic_longspin) becomes no longer necessary. I will soon post the PATCH v2. Regards, TAMUKI Shoichi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/