Re: [PATCH v1 1/3] priorityaffinitysmp: Update block state check

2021-11-17 Thread Sebastian Huber
On 17/11/2021 16:33, Ryan Long wrote: The thread's blocked status is recorded in the thread's scheduler state, not directly in the thread state. This prevents blocking from being nested which violates asserts and eventually causes a crash. --- cpukit/score/src/schedulerpriorityaffinitysmp.c | 8

[PATCH v1 1/3] priorityaffinitysmp: Update block state check

2021-11-17 Thread Ryan Long
The thread's blocked status is recorded in the thread's scheduler state, not directly in the thread state. This prevents blocking from being nested which violates asserts and eventually causes a crash. --- cpukit/score/src/schedulerpriorityaffinitysmp.c | 8 1 file changed, 4 insertions(+