I was studying the dump_stack function in linux kernel (form arm) and I came across
If this is the complete stack frame, then where are the local variables stored? Is this format generic, for example will U-Boot compiled for the same arch use this exact format for maintaining stack?
-Abhimanyu