Hi Mark,
> On Mon, Nov 03, 2025 at 04:32:18PM +0000, Yeoreum Yun wrote:
> > Add test coverage for FEAT_LSUI.
>
> Ah, sorry - I see the set_id_regs change I asked for in my previous
> reply is here actually! Usually the selftests patches go at the end of
> the series after all the functional changes so it didn't look like there
> were any for the series.
No worrie :)
> > static const struct reg_ftr_bits ftr_id_aa64isar3_el1[] = {
> > REG_FTR_BITS(FTR_LOWER_SAFE, ID_AA64ISAR3_EL1, FPRCVT, 0),
> > + REG_FTR_BITS(FTR_LOWER_SAFE, ID_AA64ISAR3_EL1, LSUI, 0),
> > REG_FTR_BITS(FTR_LOWER_SAFE, ID_AA64ISAR3_EL1, LSFE, 0),
> > REG_FTR_BITS(FTR_LOWER_SAFE, ID_AA64ISAR3_EL1, FAMINMAX, 0),
> > REG_FTR_END,
>
> Reviewed-by: Mark Brown <[email protected]>
Thanks for review!
--
Sincerely,
Yeoreum Yun