Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

unwind: Add required include files

To be self sufficient, the file needs to include linux/types.h. This
provides things like u32/u64 and struct callback_head.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Link: https://patch.msgid.link/20250924080118.665787071@infradead.org

+2
+2
include/linux/unwind_deferred_types.h
··· 2 2 #ifndef _LINUX_UNWIND_USER_DEFERRED_TYPES_H 3 3 #define _LINUX_UNWIND_USER_DEFERRED_TYPES_H 4 4 5 + #include <linux/types.h> 6 + 5 7 struct unwind_cache { 6 8 unsigned long unwind_completed; 7 9 unsigned int nr_entries;