From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933409AbcIQBZx (ORCPT ); Fri, 16 Sep 2016 21:25:53 -0400 Received: from merlin.infradead.org ([205.233.59.134]:56288 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752117AbcIQBZp (ORCPT ); Fri, 16 Sep 2016 21:25:45 -0400 Date: Sat, 17 Sep 2016 03:25:37 +0200 From: Peter Zijlstra To: Josh Poimboeuf Cc: Linus Torvalds , Stephane Eranian , Vince Weaver , LKML , Alexander Shishkin , Ingo Molnar , Kees Cook Subject: Re: [PATCH v2] scripts: add script for translating stack dump function offsets Message-ID: <20160917012537.GL5016@twins.programming.kicks-ass.net> References: <20160915072425.GN5008@twins.programming.kicks-ass.net> <20160915121014.ox5ytlplt7wz5cpk@treble> <20160916144807.6yrdznupo3bpe5b2@treble> <20160916191738.v3kq3c44zmdsvlgb@treble> <20160916212656.bnmxrl3cglsbjmpm@treble> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160916212656.bnmxrl3cglsbjmpm@treble> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 16, 2016 at 04:26:56PM -0500, Josh Poimboeuf wrote: > Ok, how about this. If this looks ok, would you be willing to apply it? Looks good, and yes without --inline addr2line would be tons less useful ;-) Thanks for cooking this up.