Hi Suzuki, On Tue, Mar 21, 2023 at 09:42:25AM +0000, Suzuki K Poulose wrote: > Hi Oliver, > > On 20/03/2023 22:09, Oliver Upton wrote: > > The test_bit(...) pattern is quite a lot of keystrokes. Replace > > existing callsites with a helper. > > > > No functional change intended. > > > > Signed-off-by: Oliver Upton <oliver.upton@xxxxxxxxx> > > --- > > arch/arm64/include/asm/kvm_host.h | 3 +++ > > arch/arm64/kvm/pmu-emul.c | 4 ++-- > > There is one more instance in arch/arm64/kvm/hypercalls.c at > kvm_arm_set_fw_reg_bmap(). Is there a reason why that can't be replaced ? Oops! Missed that one. I'll address it in v2. -- Thanks, Oliver