Re: [PATCH] common: spl: Warn about overflow of SRAM stack

2023-06-07 Thread Tom Rini
On Wed, Jun 07, 2023 at 09:58:41AM +0530, Vignesh Raghavendra wrote: > If early stack usage is exactly same as SIZE_LIMIT_PROVIDE_STACK, then > its most likely to have overflowed beyond this limit and corrupted any > regions beyond stack. Warn about this to the user. > > Signed-off-by: Vignesh

Re: [EXTERNAL] [PATCH] common: spl: Warn about overflow of SRAM stack

2023-06-06 Thread Kamlesh Gurudasani
Vignesh Raghavendra writes: > If early stack usage is exactly same as SIZE_LIMIT_PROVIDE_STACK, then > its most likely to have overflowed beyond this limit and corrupted any > regions beyond stack. Warn about this to the user. > > Signed-off-by: Vignesh Raghavendra > --- > > I found this useful

[PATCH] common: spl: Warn about overflow of SRAM stack

2023-06-06 Thread Vignesh Raghavendra
If early stack usage is exactly same as SIZE_LIMIT_PROVIDE_STACK, then its most likely to have overflowed beyond this limit and corrupted any regions beyond stack. Warn about this to the user. Signed-off-by: Vignesh Raghavendra --- I found this useful when debugging slient corruption of