From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com ([192.55.52.43]:46380 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933248AbeFUUsh (ORCPT ); Thu, 21 Jun 2018 16:48:37 -0400 Date: Thu, 21 Jun 2018 13:48:34 -0700 From: Andi Kleen Subject: Re: [PATCH] Makefile: Fix backtrace breakage Message-ID: <20180621204834.GU30690@tassilo.jf.intel.com> References: <8fda53b0-9d86-943b-e8b4-fd9d6553f010@i-love.sakura.ne.jp> <20180621001509.GQ19934@dastard> <201806210547.w5L5l5Mh029257@www262.sakura.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201806210547.w5L5l5Mh029257@www262.sakura.ne.jp> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Tetsuo Handa Cc: Steven Rostedt , Dave Chinner , Dave Chinner , linux-xfs@vger.kernel.org, linux-mm@kvack.org, Omar Sandoval On Thu, Jun 21, 2018 at 02:47:05PM +0900, Tetsuo Handa wrote: > From 7208bf13827fa7c7d6196ee20f7678eff0d29b36 Mon Sep 17 00:00:00 2001 > From: Tetsuo Handa > Date: Thu, 21 Jun 2018 14:15:10 +0900 > Subject: [PATCH] Makefile: Fix backtrace breakage > > Dave Chinner noticed that backtrace part is missing in a lockdep report. > > [ 68.760085] the existing dependency chain (in reverse order) is: > [ 69.258520] > [ 69.258520] -> #1 (fs_reclaim){+.+.}: > [ 69.623516] > [ 69.623516] -> #0 (sb_internal){.+.+}: > [ 70.152322] > [ 70.152322] other info that might help us debug this: Thanks. Was already fixed earlier I believe. -Andi