[PATCH] arm64: fix misleading data abort decoding

Catalin Marinas catalin.marinas at arm.com
Mon Oct 2 07:06:33 PDT 2017


On Mon, Oct 02, 2017 at 12:42:00PM +0100, Mark Rutland wrote:
> Currently data_abort_decode() dumps the ISS field as a decimal value
> with a '0x' prefix, which is somewhat misleading.
> 
> Fix it to print as hexadecimal, as was intended.
> 
> Signed-off-by: Mark Rutland <mark.rutland at arm.com>
> Cc: Catalin Marinas <catalin.marinas at arm.com>
> Cc: Julien Thierry <julien.thierry at arm.com>
> Cc: Will Deacon <will.deacon at arm.com>
> Fixes: 1f9b8936f36f4a8e ("arm64: Decode information from ESR upon mem faults")
> ---
>  arch/arm64/mm/fault.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Queued for 4.14-rc4. Thanks.

-- 
Catalin



More information about the linux-arm-kernel mailing list