aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py
diff options
context:
space:
mode:
authorAlexandre Belloni <[email protected]>2020-03-06 02:01:44 +0100
committerAlexandre Belloni <[email protected]>2020-03-16 11:12:09 +0100
commitf2997775b111c6d660c32a18d5d44d37cb7361b1 (patch)
tree3deabb27fff17fee84aadab8dbd2bdc4d5a73efc /tools/perf/scripts/python/failed-syscalls-by-pid.py
parent0a22bd6fe46db507b4e9d3ea2db3dc8ed480b0b3 (diff)
rtc: sa1100: fix possible race condition
Both RTC IRQs are requested before the struct rtc_device is allocated, this may lead to a NULL pointer dereference in the IRQ handler. To fix this issue, allocating the rtc_device struct before requesting the IRQs using devm_rtc_allocate_device, and use rtc_register_device to register the RTC device. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions