Re: [PATCH] score: Direct thread dispatch in a self restart

2021-05-21 Thread Gedare Bloom
ok, tricky case. On Fri, May 21, 2021 at 8:57 AM Sebastian Huber wrote: > > Commit 73ebf9a27ed5cd0fd3e0dc0da98345d7faa610a2 accidentally removed the > direct thread dispatch in a self thread restart. In case of a self > restart (always in task context) the directive shall not return. If > this

[PATCH] score: Direct thread dispatch in a self restart

2021-05-21 Thread Sebastian Huber
Commit 73ebf9a27ed5cd0fd3e0dc0da98345d7faa610a2 accidentally removed the direct thread dispatch in a self thread restart. In case of a self restart (always in task context) the directive shall not return. If this is not possible due to a bad thread dispatch disable level, then a fatal error shall