Re: [PATCH 0/2] xen/sched: fix crashes when vcpu creation fails
Jan Beulich <[email protected]>
| Newsgroups | org.xenproject.lists.xen-devel |
|---|---|
| Message-ID | <[email protected]> |
On 18.08.2026 08:32, Furkan Caliskan wrote: > Furkan Caliskan (2): > xen/sched: core: skip missing vcpu slots in sched_move_domain() > xen/sched: core: kill unarmed timers on sched_init_vcpu() failure > > xen/common/sched/core.c | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) Just one formal remark: Both patches look to be in want of Fixes: tags. Jan