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 4B382C46467 for ; Wed, 11 Jan 2023 18:28:01 +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=25lcQKIrH4z569LytzED9WvpCjL9PlBb6scaWm9SziY=; b=1pJT84LjB0rOUj 7vexS0nwX/sy+FBgm9OBuzegCZ5GjhDBAdQcAIHgH6C+1iYq8XyKvGmOjtrLYMgczM1triykBA48k ilY+LUClusOuCxVQZnZ3gh7yd0iw07A1m56OLRNA/qbHo8Oa0r0k/lmwDUeremZ2ru/4eNNZLSfff FUDUFlQAutOPmDTQHaSfvdSDmmrMoWfQr5r9DgxZYfbc7zxY9E1OaPNv4HS7/cXdzjE1i3biXx3yW b7UOHG/7m7mOH0gjTwyyPkcr1q09RLrTgpmmvBzBiKauLv71BZ4JD2m+3RY8+AAwQyId2Kdy81zql lKW9BH47wk17SwJ9v+RQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pFfoa-00CcLz-MS; Wed, 11 Jan 2023 18:27:08 +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 1pFfoX-00CcLG-7g for linux-arm-kernel@lists.infradead.org; Wed, 11 Jan 2023 18:27:06 +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 35B1FB81C4D; Wed, 11 Jan 2023 18:27:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B783EC433EF; Wed, 11 Jan 2023 18:27:00 +0000 (UTC) Date: Wed, 11 Jan 2023 18:26:57 +0000 From: Catalin Marinas To: Mark Brown Cc: Will Deacon , Suzuki K Poulose , James Morse , Mark Rutland , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 0/7] arm64/cpufeature: Make use of sysreg helpers for hwcaps Message-ID: References: <20221207-arm64-sysreg-helpers-v3-0-0d71a7b174a8@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221207-arm64-sysreg-helpers-v3-0-0d71a7b174a8@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230111_102705_458689_53269ACF X-CRM114-Status: GOOD ( 14.81 ) 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, Dec 27, 2022 at 12:55:54PM +0000, Mark Brown wrote: > Now that all the ID registers we use have been converted to automatic > register generation we can start to make use of the regular definitions > we have for the registers and their bitfields to make the hwcap tables > easier to write and review. This series does that, updating the macros > used to generate the hwcaps to provide what should be clearer and less > error prone specifications for the hwcaps. We move from specifying like > this: > > HWCAP_CAP(SYS_ID_AA64PFR1_EL1, ID_AA64PFR1_EL1_BT_SHIFT, 4, FTR_UNSIGNED, ID_AA64PFR1_EL1_BT_IMP, CAP_HWCAP, KERNEL_HWCAP_BTI), > > to this: > > HWCAP_CAP(ID_AA64PFR1_EL1, BT, IMP, CAP_HWCAP, KERNEL_HWCAP_BTI), I'm fine with this series but apart from the first two patches (fixes), there's a high risk of complicated conflicts with other patchsets (that may or may not be merged through the arm64 tree). Could we instead merge this series in the second part of the 6.3 merging window? -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel