ARM: 9351/1: fault: Add "cut here" line for prefetch aborts
authorKees Cook <keescook@chromium.org>
Thu, 1 Feb 2024 17:32:23 +0000 (18:32 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Sat, 24 Feb 2024 16:47:21 +0000 (16:47 +0000)
commit8f09b8b4fa58e99cbfd9a650b31d65cdbd8e4276
treedd3911c8a00747d02c3b0ad4b7efce39d5fecd06
parent169f9102f9198b04afffa6164372a4ba4070f412
ARM: 9351/1: fault: Add "cut here" line for prefetch aborts

The common pattern in arm is to emit a "8<--- cut here ---" line for
faults, but it was missing for do_PrefetchAbort(). Add it.

Cc: Wang Kefeng <wangkefeng.wang@huawei.com>
Cc: Ben Hutchings <ben@decadent.org.uk>
Cc: linux-arm-kernel@lists.infradead.org
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/mm/fault.c