On Thu, Mar 20, 2025 at 02:37:08PM +0100, Ard Biesheuvel wrote: > On Wed, 19 Mar 2025 at 16:06, Mikołaj Lenczewski > <miko.lenczewski@xxxxxxx> wrote: > > diff --git a/arch/arm64/kernel/cpufeature.c b/arch/arm64/kernel/cpufeature.c > > index d561cf3b8ac7..1a4adcda267b 100644 > > --- a/arch/arm64/kernel/cpufeature.c > > +++ b/arch/arm64/kernel/cpufeature.c > > @@ -2176,6 +2176,67 @@ static bool hvhe_possible(const struct arm64_cpu_capabilities *entry, > > return arm64_test_sw_feature_override(ARM64_SW_FEATURE_OVERRIDE_HVHE); > > } > > > > +static bool cpu_has_bbml2_noabort(unsigned int cpu_midr) > > +{ > > We generally start these block comments with just /* on the first line My bad for the oversight. Will fix this, thanks. -- Kind regards, Mikołaj Lenczewski