[PATCH 6.1 0/1] arm64: esr: Define ESR_ELx_EC_* constants as UL

Anastasia Belova posted 1 patch 1 year, 3 months ago
[PATCH 6.1 0/1] arm64: esr: Define ESR_ELx_EC_* constants as UL
Posted by Anastasia Belova 1 year, 3 months ago
Incorrect casting is possible in 6.1 stable release using ESR_ELx_EC_*
constants.

The problem has been fixed by the following upstream patch that was adapted
to 6.1. The patch couldn't be applied clearly but the changes made are 
minor.

Found by Linux Verification Center (linuxtesting.org) with SVACE.
Re: [PATCH 6.1 0/1] arm64: esr: Define ESR_ELx_EC_* constants as UL
Posted by Anastasia Belova 1 year, 2 months ago
Just a friendly reminder.

On 11/6/24 8:47 PM, Anastasia Belova wrote:
> Incorrect casting is possible in 6.1 stable release using ESR_ELx_EC_*
> constants.
>
> The problem has been fixed by the following upstream patch that was adapted
> to 6.1. The patch couldn't be applied clearly but the changes made are
> minor.
>
> Found by Linux Verification Center (linuxtesting.org) with SVACE.