diff options
author | 2017-02-01 18:38:25 +0100 | |
---|---|---|
committer | 2017-02-08 15:47:44 +0000 | |
commit | 5bc13c2cbeec776a2b724cb51bf11fbc30c23318 (patch) | |
tree | 55498e6d7537123b40960ad94af921b78b91650d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | irqchip/mips-gic: Fix local interrupts (diff) | |
download | linux-dev-5bc13c2cbeec776a2b724cb51bf11fbc30c23318.tar.xz linux-dev-5bc13c2cbeec776a2b724cb51bf11fbc30c23318.zip |
irqchip/gic-v3-its: Fix command buffer allocation
The its command buffer must be page aligned, but kzalloc() is not
guaranteed to be (though it is mostly when allocating 64k). Use
__get_free_pages() as this is used for other buffers as well.
Signed-off-by: Robert Richter <rrichter@cavium.com>
[Marc: fixed the error path]
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions