Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755977Ab3HHGDq (ORCPT ); Thu, 8 Aug 2013 02:03:46 -0400 Received: from mail-la0-f66.google.com ([209.85.215.66]:40602 "EHLO mail-la0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754895Ab3HHGDp (ORCPT ); Thu, 8 Aug 2013 02:03:45 -0400 MIME-Version: 1.0 Date: Thu, 8 Aug 2013 11:33:43 +0530 Message-ID: Subject: Linux apanic mechanism and difference from newer ram_console/persistent_ram mechanism From: Vijay To: linux-kernel@vger.kernel.org Cc: john.stultz@linaro.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1358 Lines: 36 Hello, I am new to the Kernel-Mailing list. I am not subscribed at the moment and would really appreciate it, if I can be CC'd in the reply/responses for my question. I am studying the different logging mechanisms on Linux in case of a Kernel panic (OOPS). So far from my search on the web, I have been able to derive the following information, please correct me if wrong: - apanic was an old mechanism of getting the job done. - ram_console/persistent_ram is a new mechanism. Could someone enlighten me about the following in this regard ? - What was the old apanic mechanism, at a high-level how did this work ? - Why was the apanic mechanism deprecated, in favor of the ram_console/persistent_ram mechanism ? - What advantages does the new ram_console/persistent_ram mechinsm bring to the table. - In what way is the ram_console/persistent_ram functionally different from the old apanic approach ? I am just looking for pointers and high level answers, in some sense a direction which I can take to research the mechanisms further. I would appreciate any relevant information in this regard. Thanks -- 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/