From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1BAACC54EE9 for ; Tue, 20 Sep 2022 17:07:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230356AbiITRHp (ORCPT ); Tue, 20 Sep 2022 13:07:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230153AbiITRHm (ORCPT ); Tue, 20 Sep 2022 13:07:42 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 262C25A882 for ; Tue, 20 Sep 2022 10:07:42 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id C8BA8B82188 for ; Tue, 20 Sep 2022 17:07:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C9365C433B5; Tue, 20 Sep 2022 17:07:37 +0000 (UTC) Date: Tue, 20 Sep 2022 18:07:34 +0100 From: Catalin Marinas To: James Clark Cc: suzuki.poulose@arm.com, coresight@lists.linaro.org, mathieu.poirier@linaro.org, mike.leach@linaro.org, leo.yan@linaro.org, Alexander Shishkin , Mark Brown , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] coresight: Use new autogenerated sysreg definitions Message-ID: References: <20220920134827.31738-1-james.clark@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 20, 2022 at 05:42:38PM +0100, Catalin Marinas wrote: > BTW, for some reason we don't have CoreSight enabled in defconfig, not > even as a module. Would you mind sending a patch for this and enable (as > modules) all the relevant drivers? We miss any test coverage here. The PMU counters are in the same camp. Enabling them breaks the kernel build. I wonder whether we should go for changing the default in Kconfig directly rather than defconfig. -- Catalin