diff options
author | 2018-02-06 17:56:18 +0000 | |
---|---|---|
committer | 2018-02-06 22:54:13 +0000 | |
commit | ded4c39e93f3b72968fdb79baba27f3b83dad34c (patch) | |
tree | 9ac2dea288a0227d07cfd76cb7c770dfcdb565d2 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | firmware/psci: Expose SMCCC version through psci_ops (diff) | |
download | wireguard-linux-ded4c39e93f3b72968fdb79baba27f3b83dad34c.tar.xz wireguard-linux-ded4c39e93f3b72968fdb79baba27f3b83dad34c.zip |
arm/arm64: smccc: Make function identifiers an unsigned quantity
Function identifiers are a 32bit, unsigned quantity. But we never
tell so to the compiler, resulting in the following:
4ac: b26187e0 mov x0, #0xffffffff80000001
We thus rely on the firmware narrowing it for us, which is not
always a reasonable expectation.
Cc: stable@vger.kernel.org
Reported-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions