Re: [PATCH] x86/stacktrace: Fix infinite loop in arch_stack_walk_user()

From: Linus Torvalds
Date: Thu Jul 11 2019 - 00:10:39 EST


On Wed, Jul 10, 2019 at 7:35 PM Eiichi Tsukata <devel@xxxxxxxxxxxx> wrote:
>
> Once we find a lack of return address, there is no need to continue
> loop, so let's break out.

Looks good to me, feel free to add

Acked-by: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>

and I'll assume this comes through the x86 -tip tree..

Linus