From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756440AbcK2NG7 (ORCPT ); Tue, 29 Nov 2016 08:06:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56236 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933366AbcK2NGt (ORCPT ); Tue, 29 Nov 2016 08:06:49 -0500 Date: Tue, 29 Nov 2016 07:06:46 -0600 From: Josh Poimboeuf To: tip-bot for Josh Poimboeuf Cc: linux-tip-commits@vger.kernel.org, peterz@infradead.org, mingo@kernel.org, koct9i@gmail.com, torvalds@linux-foundation.org, alexander.levin@verizon.com, linux-kernel@vger.kernel.org, kirill@shutemov.name, hpa@zytor.com, tglx@linutronix.de Subject: Re: [tip:x86/urgent] tools/decode_stacktrace.sh: Fix address line detection on x86 Message-ID: <20161129130646.j2jyop27snukkdzy@treble> References: <20161128230635.4n2ofgawltgexgcg@treble> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.0.1 (2016-04-01) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Tue, 29 Nov 2016 13:06:49 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi tip-bot, On Mon, Nov 28, 2016 at 11:13:15PM -0800, tip-bot for Josh Poimboeuf wrote: > Commit-ID: 8e8d8725d46d93ceffd3e708d905bc101a1905b5 > Gitweb: http://git.kernel.org/tip/8e8d8725d46d93ceffd3e708d905bc101a1905b5 > Author: Josh Poimboeuf > AuthorDate: Mon, 28 Nov 2016 17:06:35 -0600 > Committer: Ingo Molnar > CommitDate: Tue, 29 Nov 2016 08:10:05 +0100 > > tools/decode_stacktrace.sh: Fix address line detection on x86 It's actually in the scripts subdir, so: s/tools/scripts/ Also, while it should be harmless for this to be in 'urgent', I think it isn't necessary because it fixes a commit which is currently only in tip. -- Josh