summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2025-09-23 13:27:34 +0200
committerPeter Zijlstra <peterz@infradead.org>2025-10-29 10:29:57 +0100
commitc79dd946e370af3537edb854f210cba3a94b4516 (patch)
treeeb10e80ca5238c82698adb1a8d49ce3030584d35 /include/linux
parent5578534e4b92350995a20068f2e6ea3186c62d7f (diff)
unwind: Implement compat fp unwind
It is important to be able to unwind compat tasks too. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://patch.msgid.link/20250924080119.613695709@infradead.org
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/unwind_user_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/unwind_user_types.h b/include/linux/unwind_user_types.h
index a449f15be890..938f7e623332 100644
--- a/include/linux/unwind_user_types.h
+++ b/include/linux/unwind_user_types.h
@@ -36,6 +36,7 @@ struct unwind_user_state {
unsigned long ip;
unsigned long sp;
unsigned long fp;
+ unsigned int ws;
enum unwind_user_type current_type;
unsigned int available_types;
bool done;