From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751173AbdFDDme (ORCPT ); Sat, 3 Jun 2017 23:42:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:55840 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750847AbdFDDma (ORCPT ); Sat, 3 Jun 2017 23:42:30 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7DC1623A2C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shawnguo@kernel.org Date: Sun, 4 Jun 2017 11:42:11 +0800 From: Shawn Guo To: Leonard Crestez Cc: Dong Aisheng , Stephen Rothwell , Matt Fleming , linux-kernel@vger.kernel.org, Octavian Purdila , Fabio Estevam , "Paul E . McKenney" , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: imx_v6_v7_defconfig: Explicitly restore CONFIG_DEBUG_FS Message-ID: <20170604034210.GB4094@dragon> References: <49b2579b9ad2e5ce0a7c4b163dffb5a885ac7dae.1495797565.git.leonard.crestez@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49b2579b9ad2e5ce0a7c4b163dffb5a885ac7dae.1495797565.git.leonard.crestez@nxp.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 26, 2017 at 02:26:06PM +0300, Leonard Crestez wrote: > This option was removed by "make savedefconfig" in > commit c5054a98bce4 ("ARM: imx_v6_v7_defconfig: Select SMSC_PHY") > > This happened because CONFIG_DEBUG_FS was implicitly selected by > CONFIG_TREE_RCU_TRACE which defaulted to true because CONFIG_RCU_TRACE > was enabled by default by commit 961518259b3b ("rcu: Enable RCU > tracepoints by default to aid in debugging") > > Recently however CONFIG_RCU_TRACE was completely removed by > commit 6e74c237c410 ("rcu: Remove debugfs tracing") > > The result is that imx_v6_v7_defconfig no longer includes DEBUG_FS on > linux-next since next-20170517. This is bad, DEBUG_FS is extremely > useful for kernel introspection and testing. > > Signed-off-by: Leonard Crestez Applied, thanks.