x86: Fix kthread unwind
authorPeter Zijlstra <peterz@infradead.org>
Wed, 19 Jul 2023 20:15:38 +0000 (22:15 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Thu, 20 Jul 2023 21:03:50 +0000 (23:03 +0200)
commit2e7e5bbb1c3c8d502edeb5c0670eac4995134b6f
tree49f390144bd21e3c987e15d85b3022584b5d2d7c
parentfdf0eaf11452d72945af31804e2a1048ee1b574c
x86: Fix kthread unwind

The rewrite of ret_from_form() misplaced an unwind hint which caused
all kthread stack unwinds to be marked unreliable, breaking
livepatching.

Restore the annotation and add a comment to explain the how and why of
things.

Fixes: 3aec4ecb3d1f ("x86: Rewrite ret_from_fork() in C")
Reported-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Tested-by: Petr Mladek <pmladek@suse.com>
Link: https://lkml.kernel.org/r/20230719201538.GA3553016@hirez.programming.kicks-ass.net
arch/x86/entry/entry_64.S