[Bug 203941] arm64 IMPLEMENT ME: dtrace_toxic_ranges

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Oct 21 18:51:46 UTC 2015


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: freebsd-bugs at FreeBSD.org
          Reporter: emaste at freebsd.org

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.


More information about the freebsd-bugs mailing list