Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145631657
D24779.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
693 B
Referenced Files
None
Subscribers
None
D24779.diff
View Options
Index: head/sys/compat/linuxkpi/common/include/linux/kernel.h
===================================================================
--- head/sys/compat/linuxkpi/common/include/linux/kernel.h
+++ head/sys/compat/linuxkpi/common/include/linux/kernel.h
@@ -107,6 +107,7 @@
if (__ret) { \
printf("WARNING %s failed at %s:%d\n", \
__stringify(cond), __FILE__, __LINE__); \
+ linux_dump_stack(); \
} \
unlikely(__ret); \
})
@@ -120,6 +121,7 @@
__warn_on_once = 1; \
printf("WARNING %s failed at %s:%d\n", \
__stringify(cond), __FILE__, __LINE__); \
+ linux_dump_stack(); \
} \
unlikely(__ret); \
})
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 23, 10:13 AM (17 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28955162
Default Alt Text
D24779.diff (693 B)
Attached To
Mode
D24779: linuxkpi: print stack trace in WARN_ON macros
Attached
Detach File
Event Timeline
Log In to Comment