commit | 376426b1a953762b00df887e28d29e44ab4ff723 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Wed Sep 02 11:53:03 2020 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Fri Sep 04 10:53:48 2020 +0100 |
tree | 35dfe403f25c8618b2594586b32c46d22c6af0df | |
parent | 3fb884ffe921c99483a84b0175f3c03f048e9069 [diff] |
KVM: arm64: Fix address truncation in traces Owing to their ARMv7 origins, the trace events are truncating most address values to 32bits. That's not really helpful. Expand the printing of such values to their full glory. Signed-off-by: Marc Zyngier <maz@kernel.org>