Re: ping //Re: [PATCH v2] arm:traps: Don't print stack or raw PC/LR hex values in backtraces

2020-10-26 Thread Russell King - ARM Linux admin
On Mon, Oct 26, 2020 at 02:33:10PM +0800, Xiaoming Ni wrote: > ping The arm tree was closed due to the merge window, and thus patches do not get applied at that point. Plus I tend not to review development patches during the merge window. > On 2020/10/16 10:31, Xiaoming Ni wrote: > > Printing raw

ping //Re: [PATCH v2] arm:traps: Don't print stack or raw PC/LR hex values in backtraces

2020-10-25 Thread Xiaoming Ni
ping On 2020/10/16 10:31, Xiaoming Ni wrote: Printing raw pointer values in backtraces has potential security implications and are of questionable value anyway. This patch follows x86 and arm64's lead and removes the "Exception stack:" dump from kernel backtraces: commit a25ffd3a6302a6

[PATCH v2] arm:traps: Don't print stack or raw PC/LR hex values in backtraces

2020-10-15 Thread Xiaoming Ni
Printing raw pointer values in backtraces has potential security implications and are of questionable value anyway. This patch follows x86 and arm64's lead and removes the "Exception stack:" dump from kernel backtraces: commit a25ffd3a6302a6 ("arm64: traps: Don't print stack or raw