diff options
author | 2021-02-09 15:10:51 +0800 | |
---|---|---|
committer | 2021-02-09 10:41:40 +0000 | |
commit | c1f664d2400e73d5ca0fcd067fa5847d2c789c11 (patch) | |
tree | 7e34d6ca38949a5db8f6c959365b2d90ba2f2d4f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | irqchip/csky-mpintc: Prevent selection on unsupported platforms (diff) | |
download | wireguard-linux-c1f664d2400e73d5ca0fcd067fa5847d2c789c11.tar.xz wireguard-linux-c1f664d2400e73d5ca0fcd067fa5847d2c789c11.zip |
irqchip/loongson-pch-msi: Use bitmap_zalloc() to allocate bitmap
Currently we use bitmap_alloc() to allocate msi bitmap which should be
initialized with zero. This is obviously wrong but it works because msi
can fallback to legacy interrupt mode. So use bitmap_zalloc() instead.
Fixes: 632dcc2c75ef6de3272aa ("irqchip: Add Loongson PCH MSI controller")
Cc: stable@vger.kernel.org
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210209071051.2078435-1-chenhuacai@loongson.cn
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions