diff options
author | Vladimir Zapolskiy <[email protected]> | 2021-11-11 17:48:07 +0200 |
---|---|---|
committer | Viresh Kumar <[email protected]> | 2021-11-25 12:19:38 +0530 |
commit | e0e27c3d4e20dab861566f1c348ae44e4b498630 (patch) | |
tree | ba2ad8f42411fe22b08bf4fbfbb1ebb0d384e9bd /scripts/bpf_doc.py | |
parent | be6592ed56a7cca8a001ff339cb9325bfa3c6e3f (diff) |
cpufreq: qcom-hw: Fix probable nested interrupt handling
Re-enabling an interrupt from its own interrupt handler may cause
an interrupt storm, if there is a pending interrupt and because its
handling is disabled due to already done entrance into the handler
above in the stack.
Also, apparently it is improper to lock a mutex in an interrupt contex.
Fixes: 275157b367f4 ("cpufreq: qcom-cpufreq-hw: Add dcvs interrupt support")
Signed-off-by: Vladimir Zapolskiy <[email protected]>
Reviewed-by: Matthias Kaehlcke <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Signed-off-by: Viresh Kumar <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions