mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Olaf Dietsche <olaf.dietsche#list.linux-kernel@t-online.de>
To: linux-kernel@vger.kernel.org
Subject: 2.5.44: How to decode call trace
Date: Wed, 23 Oct 2002 01:33:04 +0200	[thread overview]
Message-ID: <87elai82xb.fsf@goat.bogus.local> (raw)

I have the following call tree:

Oct 22 22:35:36 goat kernel: rm            D 00000246     0   615    387                     (NOTLB)
Oct 22 22:35:36 goat kernel: Call Trace:
Oct 22 22:35:36 goat kernel:  [<c0105ebf>] __down+0x67/0xb8
Oct 22 22:35:36 goat kernel:  [<c0112a5c>] default_wake_function+0x0/0x34
Oct 22 22:35:36 goat kernel:  [<c0106034>] __down_failed+0x8/0xc
Oct 22 22:35:36 goat kernel:  [<c0143601>] .text.lock.namei+0x5/0x174
Oct 22 22:35:36 goat kernel:  [<c0140768>] do_lookup+0x9c/0x1bc
Oct 22 22:35:36 goat kernel:  [<c0140dde>] link_path_walk+0x556/0x868
Oct 22 22:35:36 goat kernel:  [<c015bedc>] ext2_commit_chunk+0x38/0x6c
Oct 22 22:35:36 goat kernel:  [<e08696a9>] name.810+0xd/0x10 [fscaps]
Oct 22 22:35:36 goat kernel:  [<c015bf09>] ext2_commit_chunk+0x65/0x6c
Oct 22 22:35:36 goat kernel:  [<e086969c>] name.810+0x0/0x10 [fscaps]
Oct 22 22:35:36 goat kernel:  [<c0141117>] path_walk+0x27/0x28
Oct 22 22:35:36 goat kernel:  [<e086909f>] __fscap_lookup+0x3f/0x40 [fscaps]
Oct 22 22:35:36 goat kernel:  [<e0869266>] fscap_drop_op+0x1a/0x5c [fscaps]
Oct 22 22:35:36 goat kernel:  [<c01424de>] vfs_unlink+0x14e/0x178
Oct 22 22:35:36 goat kernel:  [<c01425b2>] sys_unlink+0xaa/0x120
Oct 22 22:35:36 goat kernel:  [<c0106d93>] syscall_call+0x7/0xb

and this is the code:
static int __fscap_lookup(struct vfsmount *mnt, struct nameidata *nd)
{
	static char name[] = ".capabilities";
	nd->mnt = mntget(mnt);
	nd->dentry = dget(mnt->mnt_sb->s_root);
	nd->flags = 0;
	return path_walk(name, nd);
}

What does .text.lock.namei and name.810 mean?
Is there a way to get the line number out of these hex values?

TIA
Regards, Olaf.

             reply	other threads:[~2002-10-22 23:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-22 23:33 Olaf Dietsche [this message]
     [not found] <87elai82xb.fsf@goat.bogus.local.suse.lists.linux.kernel>
2002-10-23  3:50 ` Andi Kleen
2002-10-23  9:37   ` bert hubert
2002-10-23 12:30     ` Olaf Dietsche
2002-10-23 10:33   ` Olaf Dietsche
2002-10-23 11:48     ` [ACPI] " Matthew Wilcox
2002-10-23 12:26       ` Olaf Dietsche

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=87elai82xb.fsf@goat.bogus.local \
    --to=olaf.dietsche#list.linux-kernel@t-online.de \
    --cc=linux-kernel@vger.kernel.org \
    /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

Powered by JetHome