summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJia-Ju Bai <baijiaju1990@gmail.com>2017-12-13 21:55:50 +0800
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2018-01-12 00:20:28 +0100
commitcd8c0bb2bd57c48c451ebea86065257ef2500b00 (patch)
tree4eb179a50caab10d3ababa0a7f3b6358ae74a8f7 /tools/perf/scripts/python/export-to-postgresql.py
parent2da6877f0e2ced7825a31556ada6b2ac2e50877f (diff)
rtc: r7301: Fix a possible sleep-in-atomic bug in rtc7301_read_time
The driver may sleep under a spinlock. The function call path is: rtc7301_read_time (acquire the spinlock) rtc7301_wait_while_busy usleep_range --> may sleep To fix it, usleep_range is replaced with udelay. This bug is found by my static analysis tool(DSAC) and checked by my code review. Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions