Re: [PATCH v5 04/17] riscv: Standardize extension capitalization
Paul Walmsley <[email protected]>
| Newsgroups | gmane.linux.documentation,gmane.linux.ports.riscv,gmane.linux.kernel,gmane.comp.emulators.kvm.devel,gmane.comp.emulators.kvm.risc-v,gmane.linux.drivers.devicetree |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 1 Jul 2026, Guodong Xu wrote: > From: Charlie Jenkins <[email protected]> > > The base extensions are often lowercase and were written as lowercase in > hwcap, but other references to these extensions in the kernel are > uppercase. Standardize the case to make it easier to handle macro > expansion. > > Acked-by: Anup Patel <[email protected]> > Reviewed-by: Anup Patel <[email protected]> > Signed-off-by: Charlie Jenkins <[email protected]> > [Apply KVM_ISA_EXT_ARR(), fixup all KVM use.] > Signed-off-by: Andrew Jones <[email protected]> > Signed-off-by: Guodong Xu <[email protected]> Thanks, queued for v7.3. - Paul