public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: "wcohen at redhat dot com" <sourceware-bugzilla@sourceware.org>
To: systemtap@sources.redhat.com
Subject: [Bug tapsets/4850] buildok/syscall.stp fails on ia64 2.6.23-rc1 kernel, missing sys_quotactl function
Date: Fri, 27 Jul 2007 15:43:00 -0000	[thread overview]
Message-ID: <20070727144352.14372.qmail@sourceware.org> (raw)
In-Reply-To: <20070726220143.4850.wcohen@redhat.com>


------- Additional Comments From wcohen at redhat dot com  2007-07-27 14:43 -------
The sys_quotactl function is defined in the 2.6.23-rc1 kernel on the ia64

$ nm vmlinux |grep quotactl
a000000100237360 t dummy_quotactl
a000000100241100 t selinux_quotactl
a0000001000aca00 W sys32_quotactl
a0000001000aca00 W sys_quotactl

Comparing to 2.6.9-55.0.2.EL vmlinux

$ nm /usr/lib/debug/lib/modules/2.6.9-55.0.2.EL/vmlinux |grep quotactl
a000000100204c20 t dummy_quotactl
a00000010020eee0 t selinux_quotactl
a0000001001a1c40 T sys_quotactl
a0000001007653a0 D vfs_quotactl_ops

Does systemtap understand weak symbols? That seems to be the difference between
the two kernels.





-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4850

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

  reply	other threads:[~2007-07-27 14:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-26 22:03 [Bug tapsets/4850] New: " wcohen at redhat dot com
2007-07-27 15:43 ` wcohen at redhat dot com [this message]
2007-07-27 15:48 ` [Bug tapsets/4850] " wcohen at redhat dot com
2007-07-27 17:59 ` hunt at redhat dot com

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=20070727144352.14372.qmail@sourceware.org \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=systemtap@sources.redhat.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 read-only IMAP folder(s) and NNTP newsgroup(s).