On Tue, May 25, 2010 at 12:24:46AM +0530, Ritesh Raj Sarraf wrote:
> On Monday 24 May 2010 23:44:03 Ritesh Raj Sarraf wrote:
> > I think this is an elfutils bug.
>
> Hello Kurt,
>
> --- elfutils-0.146.orig/libdwfl/linux-kernel-modules.c
> +++ elfutils-0.146/libdwfl/linux-kernel-modules.c
> @@ -128,7 +128,8 @@ find_kernel_elf (Dwfl *dwfl, const char
> {
> if ((release[0] == '/'
> ? asprintf (fname, "%s/vmlinux", release)
> - : asprintf (fname, "/boot/vmlinux-%s", release)) < 0)
> + : asprintf (fname, "/usr/lib/debug/vmlinux-%s", release)) < 0)
> return -1;
>
> This change fixes the problem. Should it be okay ?
That's clearly something I can never send upstream like that.
Kurt
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]