Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp3209401ybc; Mon, 25 Nov 2019 10:40:36 -0800 (PST) X-Google-Smtp-Source: APXvYqw1Y9KKLZznYDzVEgob1Y94qntS8fORY5IsKJJCBXFfhTyCoi2WuOCs4nmTb+UkH3fjf1IT X-Received: by 2002:a17:906:891:: with SMTP id n17mr36400371eje.230.1574707236080; Mon, 25 Nov 2019 10:40:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574707236; cv=none; d=google.com; s=arc-20160816; b=wnkr/ywnW8qk0bLKAfs76Ram9hzfGzqwUe8c8qNqo1uGMlBBxwqSR8VLrKedf/jtsj Qz7IolgQvs5dSy5aCM0is65Xm+Z+/zNQhw2hoT3O0PU7bZL+ZGoTFtQX5oy4o/9naeDx IefdzaJD6fOA6zYnjmGqJ/z2VgrnZ7PLQyCcm+vc1Hm6QFFAvamQwHNVGVCNsS2OA+iw Nyo2lQocYi3c+0DGSsv1auU27Q1BBTZZbrzZ93GJ/ad2fWe3TgenWDwGBbpTK+6J7gsD dvJBoUYAIMyLcQaDFMvjOSZd4e+Z6i74svScu9I+24Yq9t4EyDX4hIY7ZZRqeQ2cqS1O BYyA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=AvS8mvEbNx3GWX8nOcwSJEoLApEY7CGyod4QaAnk68k=; b=uzRBBnEmqRmKatWzC36vXEj6sa83wWSIY0/qH7cZMw6chipVBk4r4QIWJO2suy548I QZyzkkB5sN/SBWEVzYgA4Ov0lSOxQaDnvU/nTEKDL7fqAmLRBT23QQhQmJqrHAmOJO+s XCHvmHgtK2984/aFFHHUcQHNh1mcFG0hRtRYXkYS8dZ4IUSkOG862yC7N8lG+IF4QNHx sp+Su8ec3lkZWCpLgmY6whQnzgBUNS8PHR2Q+6k1SGDqBhXKFAmWYeskZ/8tSiEa1c8n yj5nNPWC/LxPVmc6uY8GeZZhtVE3FeuBG+i6q8O/6FtDEBxWkse9pHRUGQYhftVcdlLT /RJg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n13si5743847edr.73.2019.11.25.10.40.11; Mon, 25 Nov 2019 10:40:36 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728214AbfKYOjf (ORCPT + 99 others); Mon, 25 Nov 2019 09:39:35 -0500 Received: from mail.kernel.org ([198.145.29.99]:55138 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728206AbfKYOjf (ORCPT ); Mon, 25 Nov 2019 09:39:35 -0500 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 63BA920679; Mon, 25 Nov 2019 14:39:33 +0000 (UTC) Date: Mon, 25 Nov 2019 09:39:32 -0500 From: Steven Rostedt To: Bartlomiej Zolnierkiewicz Cc: Kusanagi Kouichi , Marek Szyprowski , linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH] arm: exynos_config: Restore debugfs support Message-ID: <20191125093932.4a111dc8@gandalf.local.home> In-Reply-To: <7f6a5924-58f9-aafb-18c5-c749ad355a02@samsung.com> References: <20191125125515.30795-1-m.szyprowski@samsung.com> <7f6a5924-58f9-aafb-18c5-c749ad355a02@samsung.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 25 Nov 2019 15:30:39 +0100 Bartlomiej Zolnierkiewicz wrote: > It seems that commit 0e4a459f56c3 ("tracing: Remove unnecessary DEBUG_FS > dependency") disabled DEBUG_FS also in some other ARM defconfigs. > > For some of them it may be a correct change but a preferred way to > introduce such changes would be to: > > - add explicit CONFIG_DEBUG_FS=y instances to all affected defconfigs > while removing DEBUG_FS selection from TRACING config item > I strongly disagree. It was wrong to assume DEBUG_FS is attached to TRACING. If someone wanted DEBUG_FS in their def config, they should have added it specifically. The addition of DEBUG_FS to defconfigs no way belongs to the patch that removed DEBUG_FS from TRACING. -- Steve > - let platform maintainers disable DEBUG_FS manually in corresponding > defconfigs later if desirable