Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2015 18:51:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 203941] arm64 IMPLEMENT ME: dtrace_toxic_ranges
Message-ID:  <bug-203941-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: emaste@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203941-8>