Actions
Feature #6824
openSupport for kthread_run in EMG
Status:
New
Priority:
Normal
Assignee:
-
Category:
Environment models
Target version:
-
Start date:
02/08/2016
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
kthread_run(func) should be modelled in EMG by activating new process executing func passed as a parameter to kthread_run
See
063579d~1, drivers/w1/wire.ko, 32_7a
Updated by Ilja Zakharov almost 9 years ago
- Priority changed from High to Normal
Updated by Evgeny Novikov over 8 years ago
The pointed bug was found by LDV Tools (https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=063579d) that clearly demonstrates that modelling kthread_run() is likely not required to find it since the old environment model generator also doesn't model it. I assume that the bug was found when __w1_remove_master_device() that contained the bug was called in w1_fini().
Actions