Re: [PATCH] arm64: Add missing sentinel to erratum_1463225

2020-07-09 Thread Will Deacon
On Wed, 8 Jul 2020 22:13:40 -0700, Florian Fainelli wrote: > When the erratum_1463225 array was introduced a sentinel at the end was > missing thus causing a KASAN: global-out-of-bounds in > is_affected_midr_range_list on arm64 error. Applied to arm64 (for-next/fixes), thanks! [1/1] arm64: Add mi

Re: [PATCH] arm64: Add missing sentinel to erratum_1463225

2020-07-08 Thread Sai Prakash Ranjan
Hi Florian, On 2020-07-09 10:43, Florian Fainelli wrote: When the erratum_1463225 array was introduced a sentinel at the end was missing thus causing a KASAN: global-out-of-bounds in is_affected_midr_range_list on arm64 error. Link: https://lore.kernel.org/linux-arm-kernel/ca+g9fys3eavpu89-rtqf

[PATCH] arm64: Add missing sentinel to erratum_1463225

2020-07-08 Thread Florian Fainelli
When the erratum_1463225 array was introduced a sentinel at the end was missing thus causing a KASAN: global-out-of-bounds in is_affected_midr_range_list on arm64 error. Link: https://lore.kernel.org/linux-arm-kernel/ca+g9fys3eavpu89-rtqfqq9ggxamgmak7jiivrfp0yxj5s+...@mail.gmail.com/ Fixes: a9e82