[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] crash in csched_load_balance after xl vcpu-pin
On Tue, 2018-04-10 at 16:25 +0100, George Dunlap wrote: > On 04/10/2018 12:29 PM, Dario Faggioli wrote: > > > whenever that is. (Possibly at the end of the current call to > vcpu_migrate(), possibly at the end of a vcpu_migrate() triggered in > context_saved() due to VPF_migrating.) > > vcpu_migrate() is called from: > - vcpu_force_reschedule(), which is called from > VCPUOP_{set,stop}_periodic_timer > - cpu_disable_schedler(), when doing hotplug or cpupool operations > on a cpu > - vcpu_set_affinity() > - vcpu_pin_override() > > But in any case, v->processor is only set from vcpu_move_locked(), > which > is only called if v->is_running is false; if v->is_running is false, > then one way or another v can't be on any runqueue. And if v isn't > on > any runqueue, and we hold v's current processor lock, then it's safe > to > modify v->processor. > Indeed. > But obviously there's a flaw in that logic somewhere. :-) > frustratingly, yes. :-/ > One thing we might consider doing is implementing the migrate() > callback > for the Credit scheduler, and just have it make a bunch of sanity > checks > (v->processor lock held, new_cpu lock held, vcpu not on any runqueue, > &c). > Yep, and in fact, this is exactly what the debug patch that I will send to Olaf (after I'll be out of a meeting) does. :-) Dario -- <<This happens because I choose it to happen!>> (Raistlin Majere) ----------------------------------------------------------------- Dario Faggioli, Ph.D, http://about.me/dario.faggioli Software Engineer @ SUSE https://www.suse.com/ Attachment:
signature.asc _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |