Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938541AbcKONw5 (ORCPT ); Tue, 15 Nov 2016 08:52:57 -0500 Received: from mail-it0-f66.google.com ([209.85.214.66]:33746 "EHLO mail-it0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932774AbcKONwy (ORCPT ); Tue, 15 Nov 2016 08:52:54 -0500 From: Vince Weaver X-Google-Original-From: Vince Weaver Date: Tue, 15 Nov 2016 08:52:47 -0500 (EST) X-X-Sender: vince@macbook-air To: Dmitry Vyukov cc: Vince Weaver , LKML , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Dave Jones , Stephane Eranian Subject: Re: perf: fuzzer KASAN slab-out-of-bounds in snb_uncore_imc_event_del In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 385 Lines: 11 On Tue, 15 Nov 2016, Dmitry Vyukov wrote: > If you pipe the report through > https://github.com/google/sanitizers/blob/master/address-sanitizer/tools/kasan_symbolize.py > it will give you line numbers and inlined frames. is there any documentation for that program? If I run the dump through it, it removes the timestamps and as far as I can see doesn't do anything else. Vince