Hello Dave,
On Mon, 2011-08-15 at 13:28 -0400, Dave Anderson wrote:
OK -- I had checked it out only a live system, but that code
path wouldn't be exercised in that case, so I'll add in the
symbol_exists() check to s390x_back_trace_cmd().
Thanks!
Also, the "if (!stack_addr)" check in get_int_stack() is an
impossibility, right?
Correct, with the symbol_exists("restart_stack") check the "if (!
stack_addr)" should be always false.
Michael