Linux Documentation
 help / color / mirror / Atom feed
From: Guodong Xu <docular.xu@gmail.com>
To: Anup Patel <anup@brainfault.org>, Paul Walmsley <pjw@kernel.org>
Cc: Guodong Xu <docular.xu@gmail.com>,
	Jonathan Corbet <corbet@lwn.net>,
	Palmer Dabbelt <palmer@dabbelt.com>,
	Conor Dooley <conor.dooley@microchip.com>,
	Albert Ou <aou@eecs.berkeley.edu>,
	Alexandre Ghiti <alex@ghiti.fr>, Shuah Khan <shuah@kernel.org>,
	Atish Patra <atish.patra@linux.dev>,
	Shuah Khan <skhan@linuxfoundation.org>,
	Deepak Gupta <debug@rivosinc.com>, Zong Li <zong.li@sifive.com>,
	Christian Brauner <brauner@kernel.org>,
	Andrew Jones <andrew.jones@oss.qualcomm.com>,
	Charlie Jenkins <charlie@rivosinc.com>,
	Samuel Holland <samuel.holland@sifive.com>,
	Charlie Jenkins <thecharlesjenkins@gmail.com>,
	linux-doc@vger.kernel.org, linux-riscv@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org,
	kvm@vger.kernel.org, kvm-riscv@lists.infradead.org
Subject: Re: [PATCH v2 03/10] riscv: Standardize extension capitalization
Date: Mon,  1 Jun 2026 22:11:50 -0400	[thread overview]
Message-ID: <20260602021638.158707-1-docular.xu@gmail.com> (raw)
In-Reply-To: <CAAhSdy0pHPAMRRR-Mri735zLu3ymr=ePQ7gA6zZ11BkHEXj+AA@mail.gmail.com>

Hi Anup,

> Acked-by: Anup Patel <anup@brainfault.org>
> Reviewed-by: Anup Patel <anup@brainfault.org>

Thanks for the review.

> @Paul, This patch is independent of other changes
> in this series. If you are okay then I can take this single
> patch through KVM RISC-V tree.

There is a dependency ordering I should point out. Patch 08
("riscv: cpufeature: Introduce ISA bases bitmap and rva23u64 detection")
uses the upper-case RISCV_ISA_EXT_I/M/A... macros introduced in this patch,
so it won't build without patch 03. I mean, if patch 03 goes into a
different tree on its own.

But of course, I can rebase them onto your tree if patch 03 lands earlier
than the other patches.

Either way should be fine with me, your call.

Thanks,
Guodong Xu
docular.xu@gmail.com

  reply	other threads:[~2026-06-01 14:18 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-12  1:34 [PATCH v2 00/10] riscv: hwprobe: Expose RVA23U64 base behavior Guodong Xu
2026-05-12  1:34 ` [PATCH v2 01/10] riscv: hwprobe.rst: Document EXT_ZICFISS Guodong Xu
2026-05-27 15:42   ` Andrew Jones
2026-05-12  1:34 ` [PATCH v2 02/10] riscv: hwprobe.rst: Replace tabs with spaces Guodong Xu
2026-05-27 15:45   ` Andrew Jones
2026-05-12  1:34 ` [PATCH v2 03/10] riscv: Standardize extension capitalization Guodong Xu
2026-06-01  8:28   ` Anup Patel
2026-06-02  2:11     ` Guodong Xu [this message]
2026-05-12  1:34 ` [PATCH v2 04/10] riscv: Add Zicclsm to cpufeature and hwprobe Guodong Xu
2026-05-27 15:53   ` Andrew Jones
2026-05-12  1:34 ` [PATCH v2 05/10] riscv: Add Ziccamoa, Ziccif, Ziccrse, and Za64rs " Guodong Xu
2026-05-12  1:34 ` [PATCH v2 06/10] riscv: Add B to hwcap " Guodong Xu
2026-05-12  1:34 ` [PATCH v2 07/10] riscv: Add a getter for user PMLEN support Guodong Xu
2026-05-12  1:34 ` [PATCH v2 08/10] riscv: cpufeature: Introduce ISA bases bitmap and rva23u64 detection Guodong Xu
2026-05-27 16:35   ` Andrew Jones
2026-05-30  0:42     ` Guodong Xu
2026-06-04 15:29       ` Andrew Jones
2026-06-04 16:22         ` Conor Dooley
2026-05-27 17:04   ` Andrew Jones
2026-05-12  1:34 ` [PATCH v2 09/10] riscv: cpu: Output isa bases lines in cpuinfo Guodong Xu
2026-05-12  1:34 ` [PATCH v2 10/10] riscv: hwprobe: Introduce rva23u64 base behavior Guodong Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260602021638.158707-1-docular.xu@gmail.com \
    --to=docular.xu@gmail.com \
    --cc=alex@ghiti.fr \
    --cc=andrew.jones@oss.qualcomm.com \
    --cc=anup@brainfault.org \
    --cc=aou@eecs.berkeley.edu \
    --cc=atish.patra@linux.dev \
    --cc=brauner@kernel.org \
    --cc=charlie@rivosinc.com \
    --cc=conor.dooley@microchip.com \
    --cc=corbet@lwn.net \
    --cc=debug@rivosinc.com \
    --cc=kvm-riscv@lists.infradead.org \
    --cc=kvm@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=palmer@dabbelt.com \
    --cc=pjw@kernel.org \
    --cc=samuel.holland@sifive.com \
    --cc=shuah@kernel.org \
    --cc=skhan@linuxfoundation.org \
    --cc=thecharlesjenkins@gmail.com \
    --cc=zong.li@sifive.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox