Vignesh Raghavendra <vigne...@ti.com> 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 <vigne...@ti.com> > --- > > I found this useful when debugging slient corruption of code/data leading > to random failures post relocation. > > common/spl/spl.c | 7 +++++++ > 1 file changed, 7 insertions(+) Reviewed-by: Kamlesh Gurudasani <kaml...@ti.com>