aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2021-12-16 10:45:26 +0000
committerMarc Zyngier <maz@kernel.org>2021-12-16 10:47:24 +0000
commitc95b1d7ca794ac3ea49a8f85c729f9841444d5e5 (patch)
tree070cf237a7e24a5ee703011bf34d69baf5dc52d9 /tools/perf/scripts/python/net_dropmonitor.py
parentd58071a8a76d779eedab38033ae4c821c30295a5 (diff)
KVM: arm64: vgic-v3: Fix vcpu index comparison
When handling an error at the point where we try and register all the redistributors, we unregister all the previously registered frames by counting down from the failing index. However, the way the code is written relies on that index being a signed value. Which won't be true once we switch to an xarray-based vcpu set. Since this code is pretty awkward the first place, and that the failure mode is hard to spot, rewrite this loop to iterate over the vcpus upwards rather than downwards. Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20211216104526.1482124-1-maz@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions