[PATCH v2 10/10] kvm: arm64: Remove unnecessary hyp mappings

David Brazdil dbrazdil at google.com
Wed Sep 16 09:35:04 EDT 2020


> > +	for_each_possible_cpu(cpu)
> > +		*(per_cpu_ptr_nvhe(arm64_ssbd_callback_required, cpu)) =
> > +			per_cpu(arm64_ssbd_callback_required, cpu);
> 
> Careful with breaking allocations across lines, that seems to be taboo
> in this subsystem.

Happy to put the `ptr` var back. Sorry *embarrassed emoji*.

Thanks for reviewing,
David



More information about the linux-arm-kernel mailing list