[PATCH] arm64: kvm: avoid %p in __kvm_hyp_panic

Christoffer Dall christoffer.dall at linaro.org
Tue Nov 24 09:18:32 PST 2015


On Mon, Nov 16, 2015 at 01:55:51PM +0000, Mark Rutland wrote:
> Currently __kvm_hyp_panic uses %p for values which are not pointers,
> such as the ESR value. This can confusingly lead to "(null)" being
> printed for the value.
> 
> Use %x instead, and only use %p for host pointers.
> 
> Signed-off-by: Mark Rutland <mark.rutland at arm.com>
> Acked-by: Marc Zyngier <marc.zyngier at arm.com>
> Cc: Christoffer Dall <christoffer.dall at linaro.org>

Thanks, applied.

-Christoffer



More information about the linux-arm-kernel mailing list