Re: [PATCH] aarch64: filter $x from kallsyms

2014-10-15 Thread Rusty Russell
Catalin Marinas writes: > On Thu, Sep 18, 2014 at 05:18:57AM +0100, Rusty Russell wrote: >> Kyle McMartin writes: >> > Similar to ARM, AArch64 is generating $x and $d syms... which isn't >> > terribly helpful when looking at %pF output and the like. Filter those >> > out in kallsyms, modpost and

Re: [PATCH] aarch64: filter $x from kallsyms

2014-10-15 Thread Rusty Russell
Catalin Marinas catalin.mari...@arm.com writes: On Thu, Sep 18, 2014 at 05:18:57AM +0100, Rusty Russell wrote: Kyle McMartin k...@redhat.com writes: Similar to ARM, AArch64 is generating $x and $d syms... which isn't terribly helpful when looking at %pF output and the like. Filter those

Re: [PATCH] aarch64: filter $x from kallsyms

2014-09-25 Thread Catalin Marinas
On Thu, Sep 18, 2014 at 05:18:57AM +0100, Rusty Russell wrote: > Kyle McMartin writes: > > Similar to ARM, AArch64 is generating $x and $d syms... which isn't > > terribly helpful when looking at %pF output and the like. Filter those > > out in kallsyms, modpost and when looking at module

Re: [PATCH] aarch64: filter $x from kallsyms

2014-09-25 Thread Catalin Marinas
On Thu, Sep 18, 2014 at 05:18:57AM +0100, Rusty Russell wrote: Kyle McMartin k...@redhat.com writes: Similar to ARM, AArch64 is generating $x and $d syms... which isn't terribly helpful when looking at %pF output and the like. Filter those out in kallsyms, modpost and when looking at module

Re: [PATCH] aarch64: filter $x from kallsyms

2014-09-23 Thread Rusty Russell
Kyle McMartin writes: > Similar to ARM, AArch64 is generating $x and $d syms... which isn't > terribly helpful when looking at %pF output and the like. Filter those > out in kallsyms, modpost and when looking at module symbols. > > Seems simplest since none of these check EM_ARM anyway, to just

Re: [PATCH] aarch64: filter $x from kallsyms

2014-09-23 Thread Rusty Russell
Kyle McMartin k...@redhat.com writes: Similar to ARM, AArch64 is generating $x and $d syms... which isn't terribly helpful when looking at %pF output and the like. Filter those out in kallsyms, modpost and when looking at module symbols. Seems simplest since none of these check EM_ARM anyway,

[PATCH] aarch64: filter $x from kallsyms

2014-09-16 Thread Kyle McMartin
Similar to ARM, AArch64 is generating $x and $d syms... which isn't terribly helpful when looking at %pF output and the like. Filter those out in kallsyms, modpost and when looking at module symbols. Seems simplest since none of these check EM_ARM anyway, to just add it to the strchr used, rather

[PATCH] aarch64: filter $x from kallsyms

2014-09-16 Thread Kyle McMartin
Similar to ARM, AArch64 is generating $x and $d syms... which isn't terribly helpful when looking at %pF output and the like. Filter those out in kallsyms, modpost and when looking at module symbols. Seems simplest since none of these check EM_ARM anyway, to just add it to the strchr used, rather