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 runtime/10605] Unknown symbol in module error (Unknown symbol si_swapinfo)


------- Additional Comments From dsmith at redhat dot com  2009-09-04 14:09 -------
It looks like si_swapinfo() is only exported for s390.  If you are on s390, then
you've found a systemtap bug.

If you aren't using a vendor-supplied kernel, you could add the following line
(most likely to mm/swapfile.c) and recompile:

EXPORT_SYMBOL_GPL(si_swapinfo);

-- 


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

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