Bug 240358

Summary: cddl.usr.sbin.dtrace.amd64.arrays.t_dtrace_contrib.tst_uregsarray_d always timeout
Product: Base System Reporter: Li-Wen Hsu <lwhsu>
Component: testsAssignee: Mariusz Zaborski <oshogbo>
Status: Closed FIXED    
Severity: Affects Only Me CC: markj, oshogbo
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   

Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2019-09-11 19:30:22 UTC
oshogbo: can you help check this one? Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-10-04 16:17:46 UTC
A commit references this bug:

Author: oshogbo
Date: Fri Oct  4 16:17:00 UTC 2019
New revision: 353107
URL: https://svnweb.freebsd.org/changeset/base/353107

Log:
  dtrace: 64-bits registers support

  The registers in ilumos and FreeBSD have a different number.
  In the illumos, last 32-bits register defined is SS an in FreeBSD is GS.
  While translating register we should comper it to the highest one.

  PR:             240358
  Reported by:    lwhsu@
  MFC after:      2 weeks

Changes:
  head/sys/cddl/dev/dtrace/amd64/dtrace_isa.c