This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tapsets/4850] buildok/syscall.stp fails on ia64 2.6.23-rc1 kernel, missing sys_quotactl function


------- 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]