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 779A9C4332F for ; Mon, 6 Nov 2023 15:01:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232045AbjKFPBG (ORCPT ); Mon, 6 Nov 2023 10:01:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53558 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231947AbjKFPAe (ORCPT ); Mon, 6 Nov 2023 10:00:34 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 67843184 for ; Mon, 6 Nov 2023 07:00:31 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPS id 627B6C433B6; Mon, 6 Nov 2023 15:00:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1699282829; bh=VWCKe7SjFh7Bq6TAg/SU7Px7u48cI9rpqXcfMsj++00=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=UtDBledcwcoJZyUIZWrXUPzitXxY+nodql2ACEEcF2akw2wiv7yLIcIUj2RdqcZ+v zikdWGqTGs2h+wnWlzL+tVuE4pIa1Dv7pVB/SJ12+aWmpXSSMbKovYIBUWJ6cGRSvo M11dxmDHUHjmyEW4hOAzlxaKZXqYtjRdof4Uf0Td0utwqVoTWa+KuNHdeyXmhfEY6w +B/9GWmZvNvYab6hE6twYg5LGz+zpAdrsVCm9O226fG2dxcDzqf7LKSt8ArJYooTMs fqUMqezbEvhoqhoau4EzSlEeOIg8vzabQw/pBXtHAO5qoe40+rGC2ti+lFzQt+ANMO agFBETtvRWGZQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 4232BC04DD9; Mon, 6 Nov 2023 15:00:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v1] RISC-V: capitalise CMO op macros From: patchwork-bot+linux-riscv@kernel.org Message-Id: <169928282926.16503.8131988006359901785.git-patchwork-notify@kernel.org> Date: Mon, 06 Nov 2023 15:00:29 +0000 References: <20230915-aloe-dollar-994937477776@spud> In-Reply-To: <20230915-aloe-dollar-994937477776@spud> To: Conor Dooley Cc: linux-riscv@lists.infradead.org, palmer@dabbelt.com, conor.dooley@microchip.com, ajones@ventanamicro.com, paul.walmsley@sifive.com, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to riscv/linux.git (for-next) by Palmer Dabbelt : On Fri, 15 Sep 2023 16:40:44 +0100 you wrote: > From: Conor Dooley > > The CMO op macros initially used lower case, as the original iteration > of the ALT_CMO_OP alternative stringified the first parameter to > finalise the assembly for the standard variant. > As a knock-on, the T-Head versions of these CMOs had to use mixed case > defines. Commit dd23e9535889 ("RISC-V: replace cbom instructions with > an insn-def") removed the asm construction with stringify, replacing it > an insn-def macro, rending the lower-case surplus to requirements. > As far as I can tell from a brief check, CBO_zero does not see similar > use and didn't require the mixed case define in the first place. > Replace the lower case characters now for consistency with other > insn-def macros in the standard and T-Head forms, and adjust the > callsites. > > [...] Here is the summary with links: - [v1] RISC-V: capitalise CMO op macros https://git.kernel.org/riscv/c/d3eabf2f2c81 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html