Re: [PATCH v3 0/2] arm64: Add decode of ISS2 to data abort reports

From: Catalin Marinas
Date: Fri May 26 2023 - 05:37:40 EST


On Thu, 11 May 2023 15:05:13 +0900, Mark Brown wrote:
> We provide fairly detailed decode of ESR for data aborts but do not
> currently cover the information reported in ISS2 which has had quite a
> bit of additional information added to it by recent architecture
> extensions. Add decode for this information to aid in debugging, for
> completeness including features we don't actually use yet.
>
>
> [...]

Applied to arm64 (for-next/iss2-decode), thanks!

[1/2] arm64/esr: Use GENMASK() for the ISS mask
https://git.kernel.org/arm64/c/de847275449a
[2/2] arm64/esr: Add decode of ISS2 to data abort reporting
https://git.kernel.org/arm64/c/1f9d4ba6839c

--
Catalin