[Bug tapsets/4850] buildok/syscall.stp fails on ia64 2.6.23-rc1 kernel, missing sys_quotactl function
wcohen at redhat dot com
sourceware-bugzilla@sourceware.org
Fri Jul 27 15:43:00 GMT 2007
------- 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.
More information about the Systemtap
mailing list