Race conditions on kernel code preemption #23

Open
opened 2023-01-06 17:41:21 +00:00 by juju · 0 comments
Owner

When kernel code is preempted in a user thread context (e.g. a syscall), the thread might have locked the scheduler

Possible solutions:
- Never preempt kernel code
- Put the scheduler in a spin mutex

When kernel code is preempted in a user thread context (e.g. a syscall), the thread might have locked the scheduler Possible solutions: - Never preempt kernel code - Put the scheduler in a spin mutex
juju added the
Bug
Question
labels 2023-01-06 17:41:21 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: juju/JuliOS#23
No description provided.