Actions
Feature #5363
open206: all created kernel threads should be stopped
Status:
New
Priority:
Normal
Assignee:
-
Start date:
10/20/2014
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
Kernel threads are created by function kthread_create, which returns a pointer to a process structure, and are destroyed by kthread_stop. The rules of correct usage are:
- destroying all created kernel threads;
- destroying a created kernel thread only once;
- destroying only created kernel thread.
Sample bugfix
No data to display
Actions