Re: [PATCH] ARM: Fix null die() string for unhandled data and prefetch abort cases

2019-07-25 Thread George G. Davis
Hello Russell, On Thu, Jul 25, 2019 at 11:32:49PM +0100, Russell King - ARM Linux admin wrote: > On Thu, Jul 25, 2019 at 06:24:01PM -0400, George G. Davis wrote: > > Hello Russell, > > > > On Thu, Jul 25, 2019 at 10:55:40PM +0100, Russell King - ARM Linux admin > > wrote: > > > On Thu, Jul 25, 2

Re: [PATCH] ARM: Fix null die() string for unhandled data and prefetch abort cases

2019-07-25 Thread Russell King - ARM Linux admin
On Thu, Jul 25, 2019 at 06:24:01PM -0400, George G. Davis wrote: > Hello Russell, > > On Thu, Jul 25, 2019 at 10:55:40PM +0100, Russell King - ARM Linux admin > wrote: > > On Thu, Jul 25, 2019 at 05:37:54PM -0400, George G. Davis wrote: > > > Hello Russell, > > > > > > Thanks for your prompt rep

Re: [PATCH] ARM: Fix null die() string for unhandled data and prefetch abort cases

2019-07-25 Thread George G. Davis
Hello Russell, On Thu, Jul 25, 2019 at 10:55:40PM +0100, Russell King - ARM Linux admin wrote: > On Thu, Jul 25, 2019 at 05:37:54PM -0400, George G. Davis wrote: > > Hello Russell, > > > > Thanks for your prompt reply! > > > > On Sat, Jul 20, 2019 at 01:30:23PM +0100, Russell King - ARM Linux ad

Re: [PATCH] ARM: Fix null die() string for unhandled data and prefetch abort cases

2019-07-25 Thread Russell King - ARM Linux admin
On Thu, Jul 25, 2019 at 05:37:54PM -0400, George G. Davis wrote: > Hello Russell, > > Thanks for your prompt reply! > > On Sat, Jul 20, 2019 at 01:30:23PM +0100, Russell King - ARM Linux admin > wrote: > > On Fri, Jul 19, 2019 at 10:32:55PM -0400, George G. Davis wrote: > > > When an unhandled d

Re: [PATCH] ARM: Fix null die() string for unhandled data and prefetch abort cases

2019-07-25 Thread George G. Davis
Hello Russell, Thanks for your prompt reply! On Sat, Jul 20, 2019 at 01:30:23PM +0100, Russell King - ARM Linux admin wrote: > On Fri, Jul 19, 2019 at 10:32:55PM -0400, George G. Davis wrote: > > When an unhandled data or prefetch abort occurs, the die() string > > is empty resulting in backtrace

Re: [PATCH] ARM: Fix null die() string for unhandled data and prefetch abort cases

2019-07-20 Thread Russell King - ARM Linux admin
On Fri, Jul 19, 2019 at 10:32:55PM -0400, George G. Davis wrote: > When an unhandled data or prefetch abort occurs, the die() string > is empty resulting in backtrace messages similar to the following: > > Internal error: : 1 [#1] PREEMPT SMP ARM > > Replace the null string with the name of

[PATCH] ARM: Fix null die() string for unhandled data and prefetch abort cases

2019-07-19 Thread George G. Davis
When an unhandled data or prefetch abort occurs, the die() string is empty resulting in backtrace messages similar to the following: Internal error: : 1 [#1] PREEMPT SMP ARM Replace the null string with the name of the abort handler in order to provide more meaningful hints as to the caus