• Andrew Morton's avatar
    [PATCH] ppc64: remove get_users in backtrace code · 1097a979
    Andrew Morton authored
    From: Anton Blanchard <anton@samba.org>
    
    The might_sleep infrastructure doesnt like our get_users in the backtrace
    code, we often end up with might_sleep warnings inside might_sleep warnings.
    
    Instead just be careful about pointers before dereferencing them.
    
    Also remove the hack where we only printed the bottom 32bits of the WCHAN
    value.
    1097a979
process.c 14.3 KB