-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
arch: noneNot architecture specificNot architecture specifictarget: kernelKernel related featuresKernel related featurestype: bugSomething isn't workingSomething isn't working
Description
Issue
We are sometimes encountering a livelock situation when freeing the thread structure in thread free,
due to kfree() being called in a non-preemptible scope. The kfree() function tries to acquire
the underlying slab's lock, which may currently be held by another process. Since the current process
cannot be rescheduled we end up stuck here, forever.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
arch: noneNot architecture specificNot architecture specifictarget: kernelKernel related featuresKernel related featurestype: bugSomething isn't workingSomething isn't working