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:   Wed, 29 Jan 2020 04:33:03 -0500
From:   Qian Cai <cai@....pw>
To:     Marco Elver <elver@...gle.com>
Cc:     Michal Hocko <mhocko@...nel.org>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Johannes Weiner <hannes@...xchg.org>,
        Linux Memory Management List <linux-mm@...ck.org>,
        LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH -next] mm/page_counter: mark intentional data races



> On Jan 29, 2020, at 4:06 AM, Marco Elver <elver@...gle.com> wrote:
> 
> Why are the line numbers for the remaining symbols missing?  Doesn't
> scripts/decode_stacktrace.sh give you all line numbers?

I used scripts/faddr2line and never used decode_stacktrace.sh before. I did not insert other line numbers because it can be easily determined by looking at the function itself through an code browser.

> 
> [ As an aside: if you want to use what syzbot uses to put line numbers
> on symbols, which is a bit faster:
> https://github.com/google/syzkaller/tree/master/tools/syz-symbolize
> https://github.com/google/syzkaller/blob/master/docs/linux/setup.md
> then 'go build tools/syz-symbolize'. ]

That is good to know.

Powered by blists - more mailing lists