aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKonstantin Khlebnikov <[email protected]>2012-12-14 07:02:48 -0300
committerMauro Carvalho Chehab <[email protected]>2012-12-27 17:45:40 -0200
commita4bb6f353e287f51a52a347670fd60938a566c25 (patch)
tree46322aeee9382370f7a41495145791783726c2ab /tools/perf/scripts/python
parentf7c3f5ce17a135610b114a17e917b5a53c4d07c4 (diff)
[media] media/rc: fix oops on unloading module rc-core
During modiles initialization rc-core schedules work which calls request_module() several times to load ir-*-decoder modules, but it does not wait or cancel this work on module unloading. rc-core should use request_module_nowait() instead, because it anyway cannot load modules synchronously or cancel/wait pending work on unloading, because this leads to deadlock on modules_mutex between several "modprobe" processes. Signed-off-by: Konstantin Khlebnikov <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions