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]

Re: marker.exp


Wenji Huang wrote:
> Hi,
> 
> Since marker stuff (multiple handler and create modpost) are merged into
> mainline, I had a quick test. But it still failed.
> 
> systemtap.base/marker.exp:
>     set path "/usr/src/kernels/$uname-$arch/Module.markers"
> 
> The absolute path is defined there and not suitable for self-built
> kernel. Somebody maybe put source in other place.
> So I suggest :
> 
>     set path "/lib/modules/$uname/build/Module.markers"
> 
> which is from kernel-devel or make modules_install.

I've fixed this path in the marker test.  I'm unsure of why I wrote it
that way in the first place - the code itself uses the /lib/modules patch.

-- 
David Smith
dsmith@redhat.com
Red Hat
http://www.redhat.com
256.217.0141 (direct)
256.837.0057 (fax)


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