Re: [PATCH] ARM: unwind: Add missing "Call trace:" line

2024-01-11 Thread Mark Brown
On Wed, Jan 10, 2024 at 01:56:01PM -0800, Kees Cook wrote: > Every other architecture in Linux includes the line "Call trace:" before > backtraces. In some cases ARM would print "Backtrace:", but this was > only via 1 specific call path, and wasn't included in CPU Oops nor things > like KASAN, UBSA

Re: [PATCH] ARM: unwind: Add missing "Call trace:" line

2024-01-11 Thread AngeloGioacchino Del Regno
Il 10/01/24 22:56, Kees Cook ha scritto: Every other architecture in Linux includes the line "Call trace:" before backtraces. In some cases ARM would print "Backtrace:", but this was only via 1 specific call path, and wasn't included in CPU Oops nor things like KASAN, UBSAN, etc that called dump_

Re: [PATCH] ARM: unwind: Add missing "Call trace:" line

2024-01-10 Thread Linus Walleij
On Wed, Jan 10, 2024 at 10:56 PM Kees Cook wrote: > Every other architecture in Linux includes the line "Call trace:" before > backtraces. In some cases ARM would print "Backtrace:", but this was > only via 1 specific call path, and wasn't included in CPU Oops nor things > like KASAN, UBSAN, etc