Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107133339
D48414.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
349 B
Referenced Files
None
Subscribers
None
D48414.diff
View Options
diff --git a/sys/dev/vt/vt_core.c b/sys/dev/vt/vt_core.c
--- a/sys/dev/vt/vt_core.c
+++ b/sys/dev/vt/vt_core.c
@@ -573,7 +573,7 @@
inside_vt_window_switch = true;
- if (kdb_active) {
+ if (kdb_active || KERNEL_PANICKED()) {
/*
* When grabbing the console for the debugger, avoid
* locks as that can result in deadlock. While this
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 11, 3:35 PM (9 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15750190
Default Alt Text
D48414.diff (349 B)
Attached To
Mode
D48414: vt: avoid grabbing locks for KERNEL_PANICKED() as well
Attached
Detach File
Event Timeline
Log In to Comment