Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: fix print_kernel_stack() #1664

Merged
merged 1 commit into from
Jul 6, 2017

Commits on Jul 6, 2017

  1. core: fix print_kernel_stack()

    Previously was print_kernel_stack() supplying zeroes instead of real
    values for start and size of exidx tables needed for unwind.  With this
    patch are correct values for exidx and exidx_sz supplied.
    
    Tested-by: Etienne Carriere <[email protected]> (b2260)
    Reviewed-by: Jerome Forissier <[email protected]>
    Fixes: 31a2964 ("core: dump call stack of user TAs on abort")
    Tested-by: Jens Wiklander <[email protected]> (QEMU)
    Signed-off-by: Jens Wiklander <[email protected]>
    jenswi-linaro committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    80bb126 View commit details
    Browse the repository at this point in the history