Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 9bdd8b1c authored by Marc Zyngier's avatar Marc Zyngier
Browse files

irqchip/gic-v3-its: Properly handle command queue wrapping


wait_for_range_completion() is nicely busted when handling
wrapping of the command queue, leading to an early exit
instead of waiting for the command to have been executed.

Fortunately, the impact is pretty minor, as it only impair
the detection of an ITS that doesn't make any forward progress
for a whole second. And an ITS should *never* lock up.

Reported-by: default avatarYang Yingliang <yangyingliang@huawei.com>
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent 319ec8b3
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment