From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757284AbcHXQqa (ORCPT ); Wed, 24 Aug 2016 12:46:30 -0400 Received: from mail-yw0-f176.google.com ([209.85.161.176]:35703 "EHLO mail-yw0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755667AbcHXQqJ (ORCPT ); Wed, 24 Aug 2016 12:46:09 -0400 Date: Wed, 24 Aug 2016 12:40:42 -0400 From: Tejun Heo To: Alexander Potapenko Cc: dvyukov@google.com, kcc@google.com, aryabinin@virtuozzo.com, adech.fo@gmail.com, akpm@linux-foundation.org, alexander.levin@verizon.com, kasan-dev@googlegroups.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] scripts: add ksymbolize.py Message-ID: <20160824164042.GA2950@htj.duckdns.org> References: <1472056655-30791-1-git-send-email-glider@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1472056655-30791-1-git-send-email-glider@google.com> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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/address-sanitizer/tools/kasan_symbolize.py > , originally written by Andrey Konovalov. I really like the idea of having the script in the tree but can you please be more detailed in the patch description (and possibly in the help message of the tool)? e.g. describe what it can do and show some examples. It's difficult to tell what the script is about from this posting. Thanks. -- tejun