From: David VomLehn <dvomlehn@cisco.com>
To: Mike Frysinger <vapier.adi@gmail.com>
Cc: dvomlehn@dvomlehn-lnx2.corp.sa.net,
linux-embedded@vger.kernel.org, akpm@linux-foundation.org,
dwm2@infradead.org, mpm@selenic.com,
paul.gortmaker@windriver.com
Subject: Re: [PATCH] Pseudo-console for capture and redirection of console output
Date: Wed, 14 Apr 2010 16:30:25 -0400 [thread overview]
Message-ID: <4BC625E1.8030206@cisco.com> (raw)
In-Reply-To: <p2g8bd0f97a1004112340u547f244bpe0e4f1c9880f0c35@mail.gmail.com>
Mike Frysinger wrote:
> On Mon, Apr 12, 2010 at 02:35, David VomLehn wrote:
>
>> Provide functions for capturing console output for storage. The primary user
>> is likely to be embedded systems that don't have the storage for core dumps
>> but do have a need to log kernel panic information for later evaluation. It
>> offers two main areas of functionality:
>>
>> o It can maintain a circular log of console output so that kernel log
>> messages written before panic() was called can be retrieved to be
>> added to the failure log.
>> o A function can be registered to store output from printk() in a
>> persistent location, such as a reserved location in RAM. Then,
>> printk() can be used either directly, to print state information, or
>> indirectly, through standard functions like dump_stack() and
>> show_regs().
>>
>
> how is this any different from the already existing mtdoops driver ?
> -mike
>
It's a smaller connection piece. It could be used in mtdoops or any
other printk-capture
cheme. That being said, I'd rather consider this as an RFC. I've had a
number of interesting
and useful conversations that suggest other ways to procede.
next prev parent reply other threads:[~2010-04-14 20:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-12 6:35 [PATCH] Pseudo-console for capture and redirection of console output David VomLehn
2010-04-12 6:40 ` Mike Frysinger
2010-04-14 20:30 ` David VomLehn [this message]
2010-04-12 7:06 ` Marco Stornelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BC625E1.8030206@cisco.com \
--to=dvomlehn@cisco.com \
--cc=akpm@linux-foundation.org \
--cc=dvomlehn@dvomlehn-lnx2.corp.sa.net \
--cc=dwm2@infradead.org \
--cc=linux-embedded@vger.kernel.org \
--cc=mpm@selenic.com \
--cc=paul.gortmaker@windriver.com \
--cc=vapier.adi@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).