Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153218516
D44807.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
356 B
Referenced Files
None
Subscribers
None
D44807.id.diff
View Options
diff --git a/sys/arm64/arm64/exception.S b/sys/arm64/arm64/exception.S
--- a/sys/arm64/arm64/exception.S
+++ b/sys/arm64/arm64/exception.S
@@ -252,9 +252,11 @@
KMSAN_ENTER
ldr x0, [x18, #PC_CURTHREAD]
mov x1, sp
+ mov x22, x0
str x1, [x0, #TD_FRAME]
bl do_el0_sync
do_ast
+ str xzr, [x22, #TD_FRAME]
KMSAN_LEAVE
restore_registers 0
ERET
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 9:17 PM (3 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31801694
Default Alt Text
D44807.id.diff (356 B)
Attached To
Mode
D44807: arm64: Clear td_frame when returning to userspace
Attached
Detach File
Event Timeline
Log In to Comment