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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D7D38C6FA82 for ; Tue, 20 Sep 2022 17:08:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=sx1ldEHdyWA8TyRwTXIVUCJVTgXt04CbuTBCGAAJNlQ=; b=RYpBcfGIx1zOOH LOCKDREQjXAveCsWTE205qUcnrfX5jrq3ukvRayrOqAaJeAf7zKKyoafICaYr2yEGkl4Si13ikvNY U8lYwqXUjGzVqP1ih6Y25W5foNXXv7M0rjczYQi/eJhwciyXgOKgV1v9MG/BQjRSs5uJImG8AOJZi 0+SR873KrMtDU/3C5XOiYjHvvLSQN4BHjaagx0+wWMCuqQ8FItaG3GpjSI/ztqlLds039YUEJ3v0A xmeyg4KtbzzLK6ctBkbr/CRWJ4MITTMQA5NaNaJYzJEmgKoOEePdIYKa790H6c/rELW6Uro3kasI5 zLZMGOWwY1wgrxRdwguQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oagin-005JXR-Nq; Tue, 20 Sep 2022 17:07:45 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oagik-005JWe-3b for linux-arm-kernel@lists.infradead.org; Tue, 20 Sep 2022 17:07:44 +0000 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 D0396B81606; 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-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220920_100742_303475_321FBD05 X-CRM114-Status: GOOD ( 12.72 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel