Re: [PATCH] sched/null: avoid another crash after failed domU creation

2025-04-07 Thread Jan Beulich
On 04.04.2025 09:38, Jürgen Groß wrote: > On 04.04.25 09:24, Jan Beulich wrote: >> On 03.04.2025 23:48, Stewart Hildebrand wrote: >>> The following sequence of events may lead a debug build of Xen to crash >>> when using the null scheduler: >>> >>> 1. domain creation (e.g. d1) failed due to bad con

Re: [PATCH] sched/null: avoid another crash after failed domU creation

2025-04-05 Thread Jürgen Groß
On 03.04.25 23:48, Stewart Hildebrand wrote: The following sequence of events may lead a debug build of Xen to crash when using the null scheduler: 1. domain creation (e.g. d1) failed due to bad configuration 2. complete_domain_destroy() was deferred 3. domain creation (e.g. d2) succeeds At thi

Re: [PATCH] sched/null: avoid another crash after failed domU creation

2025-04-04 Thread Jürgen Groß
On 04.04.25 09:24, Jan Beulich wrote: On 03.04.2025 23:48, Stewart Hildebrand wrote: The following sequence of events may lead a debug build of Xen to crash when using the null scheduler: 1. domain creation (e.g. d1) failed due to bad configuration 2. complete_domain_destroy() was deferred 3. d

Re: [PATCH] sched/null: avoid another crash after failed domU creation

2025-04-04 Thread Jan Beulich
On 03.04.2025 23:48, Stewart Hildebrand wrote: > The following sequence of events may lead a debug build of Xen to crash > when using the null scheduler: > > 1. domain creation (e.g. d1) failed due to bad configuration > 2. complete_domain_destroy() was deferred > 3. domain creation (e.g. d2) succ