Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145158794
D39581.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
613 B
Referenced Files
None
Subscribers
None
D39581.diff
View Options
diff --git a/sys/kern/subr_asan.c b/sys/kern/subr_asan.c
--- a/sys/kern/subr_asan.c
+++ b/sys/kern/subr_asan.c
@@ -957,6 +957,13 @@
ASAN_BUS_READ_PTR_FUNC(region_stream, 4, uint32_t)
ASAN_BUS_READ_FUNC(, 8, uint64_t)
+#if defined(__aarch64__)
+ASAN_BUS_READ_FUNC(_stream, 8, uint64_t)
+ASAN_BUS_READ_PTR_FUNC(multi, 8, uint64_t)
+ASAN_BUS_READ_PTR_FUNC(multi_stream, 8, uint64_t)
+ASAN_BUS_READ_PTR_FUNC(region, 8, uint64_t)
+ASAN_BUS_READ_PTR_FUNC(region_stream, 8, uint64_t)
+#endif
#define ASAN_BUS_WRITE_FUNC(func, width, type) \
void kasan_bus_space_write##func##_##width(bus_space_tag_t tag, \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 17, 2:25 PM (16 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28815919
Default Alt Text
D39581.diff (613 B)
Attached To
Mode
D39581: KASAN: add bus_space*read*_8 for aarch64
Attached
Detach File
Event Timeline
Log In to Comment