This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: Seen some problems with elfuitls-0.131 on x86_64
- From: Roland McGrath <roland at redhat dot com>
- To: Srinivasa Ds <srinivasa at in dot ibm dot com>
- Cc: SystemTAP <systemtap at sources dot redhat dot com>, "Frank Ch. Eigler" <fche at redhat dot com>
- Date: Mon, 17 Dec 2007 12:54:37 -0800 (PST)
- Subject: Re: Seen some problems with elfuitls-0.131 on x86_64
- References: <47667846.6040006@in.ibm.com>
This is a systemtap issue. dwfl_module_relocations is now 1 for the
kernel, not 0. That's because we have a "relocatable kernel" on some
platforms, where a boot-time offset has to be added to static addresses.
I have not investigated 5483.
Thanks,
Roland