diff options
author | 2013-11-15 13:14:12 -0800 | |
---|---|---|
committer | 2013-11-16 18:54:45 -0800 | |
commit | 40c2729bab48e2832b17c1fa8af9db60e776131b (patch) | |
tree | a87b795e3d512d059c099beb1c1af8b28e4ba90f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 3.12 (diff) | |
download | linux-dev-40c2729bab48e2832b17c1fa8af9db60e776131b.tar.xz linux-dev-40c2729bab48e2832b17c1fa8af9db60e776131b.zip |
arm/arm64: KVM: Fix hyp mappings of vmalloc regions
Using virt_to_phys on percpu mappings is horribly wrong as it may be
backed by vmalloc. Introduce kvm_kaddr_to_phys which translates both
types of valid kernel addresses to the corresponding physical address.
At the same time resolves a typing issue where we were storing the
physical address as a 32 bit unsigned long (on arm), truncating the
physical address for addresses above the 4GB limit. This caused
breakage on Keystone.
Cc: <stable@vger.kernel.org> [3.10+]
Reported-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Tested-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions