Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162945689
D53074.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
394 B
Referenced Files
None
Subscribers
None
D53074.diff
View Options
diff --git a/sys/arm64/arm64/trap.c b/sys/arm64/arm64/trap.c
--- a/sys/arm64/arm64/trap.c
+++ b/sys/arm64/arm64/trap.c
@@ -230,6 +230,10 @@
{
struct pcb *pcb;
+ /* Set the fault address to something known when it's not valid */
+ if ((esr & ISS_DATA_FnV) != 0)
+ far = 0;
+
if (lower) {
call_trapsignal(td, SIGBUS, BUS_OBJERR, (void *)far,
ESR_ELx_EXCEPTION(frame->tf_esr));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 19, 2:14 PM (5 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35236323
Default Alt Text
D53074.diff (394 B)
Attached To
Mode
D53074: arm64: Set a FAR value when it's not valid
Attached
Detach File
Event Timeline
Log In to Comment