LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@xenotime.net>
To: Jan Engelhardt <jengelh@linux01.gwdg.de>
Cc: lkml <linux-kernel@vger.kernel.org>,
jwboyer@linux.vnet.ibm.com, grant.likely@secretlab.ca,
akpm <akpm@linux-foundation.org>,
jketreno@linux.intel.com
Subject: Re: [PATCH] lib/hexdump
Date: Thu, 3 May 2007 09:26:47 -0700 [thread overview]
Message-ID: <20070503092647.985708bb.rdunlap@xenotime.net> (raw)
In-Reply-To: <Pine.LNX.4.61.0705030859480.18504@yvahk01.tjqt.qr>
On Thu, 3 May 2007 09:01:31 +0200 (MEST) Jan Engelhardt wrote:
>
> On May 2 2007 15:35, Randy Dunlap wrote:
> >
> >Add hex_dumper() to lib/hexdump.c and linux/kernel.h.
>
> Right - we've got the second user already, namely the PANIC/OOPS
> code print. (The last line, aka "bytes at EIP" under Windows.)
>
> Jan 6 14:40:14 deekin kernel: Call Trace:
> Jan 6 14:40:14 deekin kernel: [<c02060b3>] is_complete+0x2c3/0x310
> Jan 6 14:40:14 deekin kernel: [<c02037c0>] run+0x30/0x40
> Jan 6 14:40:14 deekin kernel: [<c0125b6d>] worker_thread+0x1bd/0x2b0
> Jan 6 14:40:14 deekin kernel: [<c0203790>] run+0x0/0x40
> Jan 6 14:40:14 deekin kernel: [<c0113b10>] default_wake_function+0x0/0x20
> Jan 6 14:40:14 deekin kernel: [<c0108fd6>] ret_from_fork+0x6/0x20
> Jan 6 14:40:14 deekin kernel: [<c0113b10>] default_wake_function+0x0/0x20
> Jan 6 14:40:14 deekin kernel: [<c01259b0>] worker_thread+0x0/0x2b0
> Jan 6 14:40:14 deekin kernel: [<c0107175>] kernel_thread_helper+0x5/0x10
> Jan 6 14:40:14 deekin kernel: Code: 89 02 8b 41 04 8b 40 3c 8b 53 04 89 42 3c
> 8b 41 04
plus intel wireless drivers, 2 MTD/flash drivers, and search
kernel tree for hexdump (function name that I wanted to use, but
it's already used), hex_dump, dump_hex, dump_mem, etc.
Andrew says that he knew of 9 hex dumpers in-tree. :)
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
(sorry about email address change; other address not working for some reason)
prev parent reply other threads:[~2007-05-03 16:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-02 22:35 Randy Dunlap
2007-05-02 22:45 ` Andrew Morton
2007-05-02 22:56 ` Randy Dunlap
2007-05-02 23:06 ` Andrew Morton
2007-05-02 23:15 ` Randy Dunlap
2007-05-04 0:49 ` [PATCH v2] lib/hexdump Randy Dunlap
2007-05-04 9:39 ` Pekka Enberg
2007-05-04 18:22 ` [PATCH v2] lib/hexdump update on feedback Randy Dunlap
2007-05-04 13:41 ` [PATCH v2] lib/hexdump Hugh Dickins
2007-05-03 7:01 ` [PATCH] lib/hexdump Jan Engelhardt
2007-05-03 16:26 ` Randy Dunlap [this message]
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=20070503092647.985708bb.rdunlap@xenotime.net \
--to=rdunlap@xenotime.net \
--cc=akpm@linux-foundation.org \
--cc=grant.likely@secretlab.ca \
--cc=jengelh@linux01.gwdg.de \
--cc=jketreno@linux.intel.com \
--cc=jwboyer@linux.vnet.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--subject='Re: [PATCH] lib/hexdump' \
/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
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).