Re: [PATCH] scripts: add ksymbolize.py

2016-09-08 Thread Nikolay Borisov
On 08/24/2016 07:40 PM, Tejun Heo wrote: > Hello, Alexander. > > On Wed, Aug 24, 2016 at 06:37:35PM +0200, Alexander Potapenko wrote: >> Commit the script that symbolizes BUG messages and KASAN error reports >> by adding file:line information to each stack frame. >> The script is a copy of >> ht

Re: [PATCH] scripts: add ksymbolize.py

2016-09-08 Thread Alexander Potapenko
On Wed, Aug 24, 2016 at 8:19 PM, Levin, Alexander wrote: > On Wed, Aug 24, 2016 at 12:37:35PM -0400, Alexander Potapenko wrote: >> he script that symbolizes BUG messages and KASAN error reports >> by adding file:line information to each stack frame. >> The script is a copy of >> https://github.com

Re: [PATCH] scripts: add ksymbolize.py

2016-08-24 Thread Levin, Alexander
On Wed, Aug 24, 2016 at 12:37:35PM -0400, Alexander Potapenko wrote: > he script that symbolizes BUG messages and KASAN error reports > by adding file:line information to each stack frame. > The script is a copy of > https://github.com/google/sanitizers/blob/master/address-sanitizer/tools/kasan_sym

Re: [PATCH] scripts: add ksymbolize.py

2016-08-24 Thread Tejun Heo
Hello, Alexander. On Wed, Aug 24, 2016 at 06:37:35PM +0200, Alexander Potapenko wrote: > Commit the script that symbolizes BUG messages and KASAN error reports > by adding file:line information to each stack frame. > The script is a copy of > https://github.com/google/sanitizers/blob/master/addres

[PATCH] scripts: add ksymbolize.py

2016-08-24 Thread Alexander Potapenko
Commit the script that symbolizes BUG messages and KASAN error reports by adding file:line information to each stack frame. The script is a copy of https://github.com/google/sanitizers/blob/master/address-sanitizer/tools/kasan_symbolize.py , originally written by Andrey Konovalov. Cc: Andrey Ryabi