lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 15 Feb 2018 11:27:11 -0300
From:   Arnaldo Carvalho de Melo <acme@...nel.org>
To:     Jiri Olsa <jolsa@...nel.org>
Cc:     lkml <linux-kernel@...r.kernel.org>,
        Ingo Molnar <mingo@...nel.org>,
        Namhyung Kim <namhyung@...nel.org>,
        David Ahern <dsahern@...il.com>,
        Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
        Peter Zijlstra <a.p.zijlstra@...llo.nl>,
        "Naveen N. Rao" <naveen.n.rao@...ux.vnet.ibm.com>
Subject: Re: [PATCH 9/9] perf tests: Use arch__compare_symbol_names to
 compare symbols

Em Thu, Feb 15, 2018 at 01:26:35PM +0100, Jiri Olsa escreveu:
> The symbol search called by machine__find_kernel_symbol_by_name
> is using internally arch__compare_symbol_names function to compare
> 2 symbol names, because different archs have different ways of
> comparing symbols. Mostly for skipping '.' prefixes and similar.
> 
> In test 1 when we try to find matching symbols in kallsyms and
> vmlinux, by address and by symbol name. When either is found
> we compare the pair symbol names  by simple strcmp, which is not
> good enough for reasons explained in previous paragraph.
> 
> On powerpc this can cause lockup, because even thought we found
> the pair, the compared names are different and don't match
> simple strcmp. Following code path is executed, that leads
> to lockup:

Added a:

    Fixes: 031b84c407c3 ("perf probe ppc: Enable matching against dot symbols automatically")

And CCed Naveen, the author of that patch, so that gets notified of this
fix.

Thanks,

- Arnaldo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ