Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171098593
D5906.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
449 B
Referenced Files
None
Subscribers
None
D5906.diff
View Options
Index: head/sys/amd64/amd64/exception.S
===================================================================
--- head/sys/amd64/amd64/exception.S
+++ head/sys/amd64/amd64/exception.S
@@ -211,6 +211,8 @@
* interrupt. For all other trap types, just handle them in
* the usual way.
*/
+ testb $SEL_RPL_MASK,TF_CS(%rsp) /* Did we come from kernel? */
+ jnz calltrap /* ignore userland traps */
cmpl $T_BPTFLT,TF_TRAPNO(%rsp)
jne calltrap
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Sep 9, 4:53 PM (8 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38599612
Default Alt Text
D5906.diff (449 B)
Attached To
Mode
D5906: [amd64] dtrace_invop handler is to be called only for kernel exceptions
Attached
Detach File
Event Timeline
Log In to Comment