Project

General

Profile

Actions

Feature #5363

open

206: all created kernel threads should be stopped

Added by Pavel Andrianov over 9 years ago.

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

efa73f1

No data to display

Actions

Also available in: Atom PDF