summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorHelen Fornazier <helen.koike@collabora.com>2019-03-06 17:42:38 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-03-19 15:27:22 -0400
commit2978a505aaa981b279ef359f74ba93d25098e0a0 (patch)
tree8a6dbce7956bb9fcfc7cedf8a4483ccd603096ed /tools/perf/scripts/python/netdev-times.py
parent85ab1aa1fac17bcd79d6d08f835957b46870d0d0 (diff)
downloadkernel-2978a505aaa981b279ef359f74ba93d25098e0a0.tar.gz
media: vimc: stream: fix thread state before sleep
The state TASK_UNINTERRUPTIBLE should be set just before schedule_timeout() call, so it knows the sleep mode it should enter. There is no point in setting TASK_UNINTERRUPTIBLE at the initialization of the thread as schedule_timeout() will set the state back to TASK_RUNNING. This fixes a warning in __might_sleep() call, as it's expecting the task to be in TASK_RUNNING state just before changing the state to a sleeping state. Reported-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Helen Koike <helen.koike@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
s paths to match buildFrank Rowand 2017-07-07Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2017-07-07Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds 2017-06-22scripts/dtc: dtx_diff - Show real file names in diff headerGeert Uytterhoeven 2017-05-19Merge tag 'devicetree-fixes-for-4.12' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds 2017-05-18devicetree: Move include prefixes from arch to separate directoryOlof Johansson 2017-05-17dtc: check.c fix compile errorShuah Khan 2017-05-14scripts: Switch to more portable Perl shebangKamil Rytarowski 2017-03-29dtc: update warning settings for new bus and node/property name checksRob Herring 2017-03-22scripts/dtc: Update to upstream version v1.4.4-8-g756ffc4f52f6Rob Herring 2017-03-22scripts/dtc: automate getting dtc version and log in update scriptRob Herring 2017-01-04scripts/dtc: Update to upstream version 0931cea3ba20Rob Herring 2016-07-22scripts/dtc: dt_to_config - kernel config options for a devicetreeGaurav Minocha 2016-03-29scripts/dtc: Update to upstream version 53bf130b1cddRob Herring 2016-02-11scripts/dtc: Update to upstream commit b06e55c88b9bRob Herring 2016-02-11scripts/dtc: dtx_diff - add info to error messageFrank Rowand 2016-01-25dtc: create tool to diff device treesFrank Rowand 2015-04-29scripts/dtc: Update to upstream version 9d3649bd3be245c9Rob Herring 2015-04-29scripts/dtc: add missing libfdt and fixups to import scriptGaurav Minocha