• Mark Rutland's avatar
    arm64: unexport walk_stackframe · 2020a5ae
    Mark Rutland authored
    The walk_stackframe functions is architecture-specific, with a varying
    prototype, and common code should not use it directly. None of its
    current users can be built as modules. With THREAD_INFO_IN_TASK, users
    will also need to hold a stack reference before calling it.
    
    There's no reason for it to be exported, and it's very easy to misuse,
    so unexport it for now.
    Signed-off-by: default avatarMark Rutland <mark.rutland@arm.com>
    Cc: Will Deacon <will.deacon@arm.com>
    Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
    2020a5ae
stacktrace.c 5.36 KB