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 6D772C54EE9 for ; Tue, 20 Sep 2022 16:43:48 +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=8qKzqCWJpULzLJWDGjfq45jgZ4L8wHVDnOnCcq3NdIU=; b=N64qWfKrYQBnJ3 kCfyufvJL52xbbhiPuTqXedwZeXDyXK0Ex30SfdsdKiGjqeF6CsESEGsc56QPhpn/+jy31ip7fC3Q +HoIuyZM+cCNZU/RHffRh+iETJneMdPy5ieFsgAlzFUV/bpOm21lKuBFHwGz4nNQo7wAndFi3ze5Z 6e4C23v5wvSLaL73SS/9Og1Vf9c3t4aACreM78jgnOsXEl2UCIPSEEvalAcfb1q7FkMbrdW2G9Q5X dTMDnezMKbU19lwY4eb39dpIVeop5zreTtY+TiLHFtIzP8QYh/JkGLSEaAEXzI6duafiguedZfPgr 3sLxDlPJOGBxCtfSW8YQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oagKe-005DQY-H7; Tue, 20 Sep 2022 16:42:48 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oagKb-005DPt-Tb for linux-arm-kernel@lists.infradead.org; Tue, 20 Sep 2022 16:42:47 +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 dfw.source.kernel.org (Postfix) with ESMTPS id 566AB621D5; Tue, 20 Sep 2022 16:42:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E72C2C433C1; Tue, 20 Sep 2022 16:42:41 +0000 (UTC) Date: Tue, 20 Sep 2022 17:42:38 +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: <20220920134827.31738-1-james.clark@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220920_094246_007127_48E0F3AA X-CRM114-Status: GOOD ( 14.94 ) 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 02:48:27PM +0100, James Clark wrote: > Fix the build by updating registers to use the new autogenerated format. > > Fixes: c0357a73fa4a ("arm64/sysreg: Align field names in ID_AA64DFR0_EL1 with architecture") > Signed-off-by: James Clark In general it's better to add the build error in the commit log. I'll add one as I can reproduce it. Since it's broken by the arm64 tree, I plan to add it to the same branch (for-next/sysreg). 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. Thanks. -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel