> > + 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