https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203941

            Bug ID: 203941
           Summary: arm64 IMPLEMENT ME: dtrace_toxic_ranges
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: arm64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: [email protected]
          Reporter: [email protected]

On arm64,

root@:~ # kldload dtraceall
IMPLEMENT ME: dtrace_toxic_ranges

Looking at sys/cddl/dev/dtrace/*/dtrace_subr.c I see only i386 setting a toxic
range:

        (*func)(0, kernelbase);

All others are either the no-op

        * No toxic regions?

or

        printf("IMPLEMENT ME: dtrace_toxic_ranges\n");

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to