Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jun 2021 20:36:07 -0700
From:      Neel Chauhan <nc@FreeBSD.org>
To:        current@freebsd.org
Subject:   Kernel/driver hacking: panic: Assertion vm_object_busied((m->object)) failed at /usr/src/sys/vm/vm_page.c:5455
Message-ID:  <e542a0c737f24d15df0fadd985e94938@neelc.org>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
Hi current@,

First off, sorry if I spammed developers@ and other mailing lists with 
my previous message, and to bz@/hselasky@/manu@ sent so many duplicate 
emails.

Right now, I am attempting to update the drm-kmod driver to the Linux 
5.7 code, and am having an issue with the pmap lock. I am new-ish to the 
kernel, meaning not a whole lot of "experience", but do have patches in 
src.

But like it not we need kernel newbies, they're the next generation of 
experts. If we don't, we'd be the next Minix with **zero** development 
since Tanenbaum retired.

Going back, the code in question is here: 
https://github.com/neelchauhan/drm-kmod/blob/5.7-wip/drivers/gpu/drm/i915/gem/i915_gem_mman.c#L346

The lines important are 346-356, but lines of interest are also the 
non-"#ifdef __linux__" sections of vm_fault_cpu().

The code gives this error: panic: Assertion 
vm_object_busied((m->object)) failed at /usr/src/sys/vm/vm_page.c:5455

I have attached the core dump log.

To those who aren't graphics driver experts, it happens when I load Xorg 
when Xorg attempts to map the I/O to userspace. But I feel this is more 
of me not using page locks correctly (which is needed for the pmap), or 
maybe a linuxkpi issue, rather than a graphics-specific issue.

I spent days on this (all my non-$DAYJOB hours at one point + all my 
weekends) and haven't figured out the locks completely. Does anyone have 
suggestions to what I'm doing wrong in my code and locks?

If it is important, OpenBSD's version of this code is here: 
https://github.com/openbsd/src/blob/2207c4325726fdc5c4bcd0011af0fdf7d3dab137/sys/dev/pci/drm/i915/gem/i915_gem_mman.c#L459 
(lines 459-523, but some calls are unsurprisingly different).

Hope you all can help.

-Neel (nc@)
[-- Attachment #2 --]
spectre.local dumped core - see /var/crash/vmcore.9

Tue Jun 15 20:20:39 PDT 2021

FreeBSD spectre.local 14.0-CURRENT FreeBSD 14.0-CURRENT #1 main-n247274-4ab5c88da287-dirty: Wed Jun  9 22:33:40 PDT 2021     root@spectre.local:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64

panic: Assertion vm_object_busied((m->object)) failed at /usr/src/sys/vm/vm_page.c:5455

GNU gdb (GDB) 10.2 [GDB v10.2 for FreeBSD]
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>;
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-portbld-freebsd14.0".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /boot/kernel/kernel...
Reading symbols from /usr/lib/debug//boot/kernel/kernel.debug...

Unread portion of the kernel message buffer:
panic: Assertion vm_object_busied((m->object)) failed at /usr/src/sys/vm/vm_page.c:5455
cpuid = 3
time = 1623813580
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe011356b590
vpanic() at vpanic+0x181/frame 0xfffffe011356b5e0
panic() at panic+0x43/frame 0xfffffe011356b640
vm_page_object_busy_assert() at vm_page_object_busy_assert+0x44/frame 0xfffffe011356b650
pmap_enter() at pmap_enter+0x105/frame 0xfffffe011356b700
vm_fault_cpu() at vm_fault_cpu+0x23d/frame 0xfffffe011356b760
linux_cdev_pager_populate() at linux_cdev_pager_populate+0x15f/frame 0xfffffe011356b7d0
vm_fault_allocate() at vm_fault_allocate+0x310/frame 0xfffffe011356b830
vm_fault() at vm_fault+0x50e/frame 0xfffffe011356b940
vm_fault_trap() at vm_fault_trap+0x71/frame 0xfffffe011356b980
trap_pfault() at trap_pfault+0x246/frame 0xfffffe011356b9e0
trap() at trap+0x45f/frame 0xfffffe011356baf0
calltrap() at calltrap+0x8/frame 0xfffffe011356baf0
--- trap 0xc, rip = 0x802c62265, rsp = 0x7fffffffdc40, rbp = 0x7fffffffdc50 ---
KDB: enter: panic
Uptime: 12m45s
Dumping 926 out of 15985 MB:..2%..11%..21%..32%..42%..51%..61%..71%..82%..92%

__curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:55
55		__asm("movq %%gs:%P1,%0" : "=r" (td) : "n" (offsetof(struct pcpu,
(kgdb) #0  __curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:55
#1  doadump (textdump=textdump@entry=1)
    at /usr/src/sys/kern/kern_shutdown.c:399
#2  0xffffffff80c17830 in kern_reboot (howto=260)
    at /usr/src/sys/kern/kern_shutdown.c:486
#3  0xffffffff80c17c90 in vpanic (fmt=<optimized out>, ap=<optimized out>)
    at /usr/src/sys/kern/kern_shutdown.c:919
#4  0xffffffff80c179e3 in panic (fmt=<unavailable>)
    at /usr/src/sys/kern/kern_shutdown.c:843
#5  0xffffffff80f83cf4 in vm_page_object_busy_assert (m=<optimized out>)
    at /usr/src/sys/vm/vm_page.c:5455
#6  0xffffffff810bd2d5 in pmap_enter (pmap=pmap@entry=0xfffffe0022db1120, 
    va=<optimized out>, va@entry=0, m=<unavailable>, 
    m@entry=0xfffffe000c657280, prot=prot@entry=0 '\000', 
    flags=<unavailable>, psind=psind@entry=0 '\000')
    at /usr/src/sys/amd64/amd64/pmap.c:6869
#7  0xffffffff8318b38d in vm_fault_cpu (dummy=<optimized out>, 
    dummy@entry=<error reading variable: value is not available>, 
    vmf=<optimized out>, 
    vmf@entry=<error reading variable: value is not available>)
    at /root/drm-kmod/drivers/gpu/drm/i915/gem/i915_gem_mman.c:350
#8  0xffffffff80e7a79f in linux_cdev_pager_populate (
    vm_obj=0xfffff8019ca76a50, pidx=<optimized out>, 
    fault_type=<optimized out>, max_prot=<optimized out>, 
    first=0xfffffe011356b800, last=0xfffffe011356b7f8)
    at /usr/src/sys/compat/linuxkpi/common/src/linux_compat.c:559
#9  0xffffffff80f64110 in vm_pager_populate (object=<unavailable>, 
    pidx=<unavailable>, fault_type=<unavailable>, max_prot=<unavailable>, 
    first=0xfffffe011356b800, last=0xfffffe011356b7f8)
    at /usr/src/sys/vm/vm_pager.h:182
#10 vm_fault_populate (fs=0xfffffe011356b898)
    at /usr/src/sys/vm/vm_fault.c:443
#11 vm_fault_allocate (fs=fs@entry=0xfffffe011356b898)
    at /usr/src/sys/vm/vm_fault.c:1099
#12 0xffffffff80f62c3e in vm_fault (map=<optimized out>, 
    map@entry=0xfffffe0022db1000, vaddr=<optimized out>, 
    vaddr@entry=34364416000, fault_type=fault_type@entry=2 '\002', 
    fault_flags=<optimized out>, fault_flags@entry=0, m_hold=<optimized out>, 
    m_hold@entry=0x0) at /usr/src/sys/vm/vm_fault.c:1433
#13 0xffffffff80f625e1 in vm_fault_trap (map=0xfffffe0022db1000, 
    vaddr=<optimized out>, fault_type=<optimized out>, 
    fault_flags=fault_flags@entry=0, signo=0xfffffe011356bac4, 
    ucode=ucode@entry=0xfffffe011356bac0) at /usr/src/sys/vm/vm_fault.c:637
#14 0xffffffff810d4046 in trap_pfault (frame=frame@entry=0xfffffe011356bb00, 
    usermode=true, signo=<optimized out>, signo@entry=0xfffffe011356bac4, 
    ucode=<unavailable>, ucode@entry=0xfffffe011356bac0)
    at /usr/src/sys/amd64/amd64/trap.c:845
#15 0xffffffff810d362f in trap (frame=0xfffffe011356bb00)
    at /usr/src/sys/amd64/amd64/trap.c:380
#16 <signal handler called>
#17 0x0000000802c62265 in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fffffffdc40
(kgdb) 

------------------------------------------------------------------------
ps -axlww

 UID  PID PPID C PRI NI    VSZ   RSS MWCHAN   STAT TT     TIME COMMAND
   0    0    0 0 -16  0      0     0 swapin   DLs   -  0:00.32 [kernel]
   0    1    0 2  35  0  11932  1268 wait     DLs   -  0:00.05 [init]
   0    2    0 3 -16  0      0     0 -        DL    -  0:00.00 [KTLS]
   0    3    0 3 -16  0      0     0 crypto_w DL    -  0:00.00 [crypto]
   0    4    0 4 -16  0      0     0 crypto_r DL    -  0:00.00 [crypto returns 0]
   0    5    0 5 -16  0      0     0 crypto_r DL    -  0:00.00 [crypto returns 1]
   0    6    0 7 -16  0      0     0 crypto_r DL    -  0:00.00 [crypto returns 2]
   0    7    0 3 -16  0      0     0 crypto_r DL    -  0:00.00 [crypto returns 3]
   0    8    0 7 -16  0      0     0 crypto_r DL    -  0:00.00 [crypto returns 4]
   0    9    0 7 -16  0      0     0 crypto_r DL    -  0:00.00 [crypto returns 5]
   0   10    0 7 -16  0      0     0 audit_wo DL    -  0:00.00 [audit]
   0   11    0 0 155  0      0     0 -        RL    -  4:22.33 [idle]
   0   12    0 0 -56  0      0     0 -        WL    -  0:00.72 [intr]
   0   13    0 6  -8  0      0     0 -        DL    -  0:00.00 [geom]
   0   14    0 4 -16  0      0     0 crypto_r DL    -  0:00.00 [crypto returns 6]
   0   15    0 7 -16  0      0     0 crypto_r DL    -  0:00.00 [crypto returns 7]
   0   16    0 3 -16  0      0     0 seqstate DL    -  0:00.00 [sequencer 00]
   0   17    0 2 -16  0      0     0 -        DL    -  0:00.00 [cam]
   0   18    0 6 -68  0      0     0 -        DL    -  0:00.38 [usb]
   0   19    0 1 -16  0      0     0 -        DL    -  0:00.00 [soaiod1]
   0   20    0 3 -16  0      0     0 -        DL    -  0:00.00 [soaiod2]
   0   21    0 0 -16  0      0     0 -        DL    -  0:00.00 [soaiod3]
   0   22    0 0 -16  0      0     0 -        DL    -  0:00.00 [soaiod4]
   0   23    0 5  -8  0      0     0 t->zthr_ DL    -  0:00.16 [zfskern]
   0   24    0 7 -16  0      0     0 -        DL    -  0:00.01 [rand_harvestq]
   0   25    0 1 -16  0      0     0 tzpoll   DL    -  0:00.00 [acpi_thermal]
   0   26    0 0 -16  0      0     0 cooling  DL    -  0:00.00 [acpi_cooling0]
   0   27    0 4 -16  0      0     0 psleep   DL    -  0:00.01 [pagedaemon]
   0   28    0 6 -16  0      0     0 psleep   DL    -  0:00.00 [vmdaemon]
   0   29    0 0 -16  0      0     0 qsleep   DL    -  0:00.01 [bufdaemon]
   0   30    0 5  16  0      0     0 syncer   DL    -  0:00.00 [syncer]
   0   31    0 1 -16  0      0     0 vlruwt   DL    -  0:00.00 [vnlru]
   0  941    0 7 -16  0      0     0 sleep    DL    -  0:00.00 [ng_queue]
   0  997    1 5  52  0  13308  2816 select   Ds    -  0:00.00 [dhclient]
   0 1000    1 5   4  0  13308  2896 select   Ds    -  0:00.00 [dhclient]
  65 1078    1 5  24  0  13312  3028 select   DCs   -  0:00.00 [dhclient]
   0 1229    1 1  20  0  11600  1796 select   Ds    -  0:00.00 [devd]
   0 1423    1 5   1  0  13028  2944 select   Ds    -  0:00.03 [syslogd]
   0 1511    1 6  20  0  13068  2712 nanslp   Ds    -  0:00.00 [cron]
   0 1530    1 6  20  0  21072  8456 select   Ds    -  0:00.00 [sshd]
   0 1552    1 2  20  0  13836  3264 wait     Ds    -  0:00.00 [login]
   0 1553    1 5  52  0  12996  2376 ttyin    Ds+   -  0:00.00 [getty]
   0 1554    1 4  52  0  12996  2376 ttyin    Ds+   -  0:00.00 [getty]
   0 1555    1 3  52  0  12996  2376 ttyin    Ds+   -  0:00.00 [getty]
   0 1556    1 0  52  0  12996  2376 ttyin    Ds+   -  0:00.00 [getty]
   0 1557    1 6  52  0  12996  2376 ttyin    Ds+   -  0:00.00 [getty]
   0 1558    1 1  52  0  12996  2376 ttyin    Ds+   -  0:00.00 [getty]
   0 1559    1 2  52  0  12996  2376 ttyin    Ds+   -  0:00.00 [getty]
   0 1561 1530 2  21  0  21508  9084 select   Ds    -  0:00.00 [sshd]
1001 1564 1561 5  20  0  21512  9112 select   D     -  0:00.00 [sshd]
1001 1565 1564 1  48  0  14120  4412 pause    Ds    -  0:00.01 [csh]
   0 1569 1565 7  25  0  13812  3224 wait     D     -  0:00.00 [su]
   0 1570 1569 6  20  0  14120  4852 ttyin    D+    -  0:00.00 [csh]
   0 1575 1530 0  21  0  21508  9196 select   Ds    -  0:00.00 [sshd]
1001 1580 1575 4  20  0  21512  9220 select   D     -  0:00.00 [sshd]
1001 1581 1580 0  28  0  14120  4416 pause    Ds    -  0:00.01 [csh]
   0 1585 1581 2  22  0  13812  3224 wait     D     -  0:00.00 [su]
   0 1586 1585 1  52  0  14120  4848 ttyin    D+    -  0:00.00 [csh]
   0 1748 1552 1  26  0  14120  4848 pause    D     -  0:00.00 [csh]
   0 1752 1748 2  26  0  13736  3096 wait     D+    -  0:00.00 [sh]
   0 1753 1752 7  52  0  13736  3112 wait     D+    -  0:00.00 [sh]
   0 1766 1753 3  52  0  14756  2904 pause    D+    -  0:00.00 [xinit]
   0 1767 1766 3  71 -1 127396 53344 -        R<    -  0:00.00 [Xorg]

------------------------------------------------------------------------
vmstat -s

   483150 cpu context switches
   146461 device interrupts
    12013 software interrupts
   456723 traps
   821611 system calls
       32 kernel threads created
     1336  fork() calls
      373 vfork() calls
       26 rfork() calls
        0 swap pager pageins
        0 swap pager pages paged in
        0 swap pager pageouts
        0 swap pager pages paged out
     6491 vnode pager pageins
    88649 vnode pager pages paged in
      453 vnode pager pageouts
    14476 vnode pager pages paged out
        0 page daemon wakeups
        0 pages examined by the page daemon
        0 clean page reclamation shortfalls
        0 pages reactivated by the page daemon
    73134 copy-on-write faults
       47 copy-on-write optimized faults
   323241 zero fill pages zeroed
        0 zero fill pages prezeroed
      830 intransit blocking page faults
   448919 total VM faults taken
     6320 page faults requiring I/O
        0 pages affected by kernel thread creation
   111570 pages affected by  fork()
    12813 pages affected by vfork()
      914 pages affected by rfork()
   606664 pages freed
        0 pages freed by daemon
        0 pages freed by exiting processes
        0 pages active
        0 pages inactive
        0 pages in the laundry queue
        0 pages wired down
        0 virtual user pages wired down
        0 pages free
        0 bytes per page
        0 total name lookups
          cache hits (0% pos + 0% neg) system 0% per-directory
          deletions 0%, falsehits 0%, toolong 0%

------------------------------------------------------------------------
vmstat -m

         Type InUse MemUse Requests  Size(s)
 NFSD session     1     1K        1  1024
    pfs_nodes    31    12K       31  384
  pfs_vncache     3    33K       13  32,32768
         GEOM    68    13K      614  16,32,64,128,256,512,1024,2048,8192,16384
    raid_data     0     0K       84  32,128,256
       isadev     7     1K        7  128
  ddb_capture     1    64K        1  65536
         cdev     2     1K        2  256
     filedesc     1     4K        1  4096
      pwddesc    63     4K     1768  64
        sigio     0     0K        1  64
     filecaps     1     1K      185  16,32,64
      kdtrace   978   233K     2741  64,256
         kenv   110    12K      110  16,32,64,128,8192
       kqueue    66     7K     1773  64,256,512,2048
    proc-args    95     4K     1501  16,32,64,128,256
        hhook    13     4K       13  256
      ithread   242    48K      242  32,128,256
       prison    12     1K       12  16,32
       KTRACE   100    13K      100  128
       linker   550  2088K      761  16,32,64,128,256,384,512,1024,2048,4096,8192,16384,32768,65536
        evdev    14    17K       14  384,1024,2048
        lockf    20     3K       65  64,128
   loginclass     3     1K        3  64
       devbuf 27471 68064K    27576  16,32,64,128,256,384,1024,2048,4096,8192,32768,65536
         temp    64    34K     6240  16,32,64,128,256,384,512,1024,2048,8192,16384,32768,65536
       module   522    66K      523  128
     mtx_pool     2    72K        2  8192,65536
          osd   157     3K      222  16,32,64,128,256
     pmchooks     1     1K        1  128
          pmc     1     1K        1  64
      session    20     3K       36  128
         proc     3    66K        3  2048,32768
      subproc   157   288K     1862  384,4096
         cred    46    12K      202  256
     acpiintr     1     1K        1  64
       plimit    19     5K      377  256
      uidinfo     4     9K        9  128,8192
       dumper     2     1K        2  128,512
       acpica 25319  2601K   774181  16,32,64,128,256,384,512,1024,2048,4096,8192
       sysctl     0     0K       77  32,64
    sysctloid 48689  2827K    48818  16,32,64,128,256
    sysctltmp     0     0K     2862  16,32,64,256,1024
       kbdmux     6    22K        6  16,384,1024,2048,16384
      tidhash     3   192K        3  4096,65536
      callout     8  2048K        8  
         umtx  1914   240K     1914  128
     p1003.1b     1     1K        1  16
         SWAP     1   132K        1  
          bus  1491   149K    38926  16,32,64,128,256,2048,4096
       bus-sc   114  3987K    12522  16,32,64,128,256,384,512,1024,2048,4096,8192,16384,32768,65536
      devstat     4     9K        4  32,4096
 eventhandler   133    12K      133  64,128
     firmware     2     1K        4  16,32,128
   gtaskqueue    54    30K       54  16,32,256,8192
         kobj   346  1384K      522  4096
      Per-cpu     1     1K        1  32
         rman   289    32K      817  32,128
         sbuf     0     0K      571  16,32,64,128,256,512,4096,16384,32768
    toponodes    22     3K       22  128
    taskqueue   189    25K      213  16,32,64,128,256,4096
     terminal    11     3K       11  256
       Unitno    25     2K       39  32,64
         vmem     2   272K        3  16384
     ioctlops     0     0K      135  256,384,1024
       select    13     2K       82  128
          iov     0     0K    61241  16,64,128,256,384,512
        selfd    40     3K    16702  64
     procdesc     1     1K       26  128
          msg     4    30K        4  2048,4096,8192,16384
          sem     4   106K        4  2048,4096
          shm     1    32K        1  32768
          tty    14    14K       14  1024
          pts     2     1K        2  256
     acpitask     1    64K        1  65536
      acpisem   160    20K      178  128
      acpidev   119     8K      119  64
          nvd     4     1K        4  64,256
         nvme  1077   152K    17853  128,1024,2048
         ktls     1     1K        1  1024
     mbuf_tag     0     0K    67446  32,64,256
        shmfd     1     8K        1  8192
       soname     6     1K    10417  16,32,128
          pcb    15  2057K       44  16,32,64,1024,2048
          acl     0     0K        1  4096
      CAM SIM     1     1K        1  128
      entropy     1     1K       53  32,64,4096
      CAM XPT    11     1K       12  32,128
      CAM DEV     1     2K        2  2048
     CAM path     1     1K       12  32
   CAM periph     2     1K       14  16,32,64,128,256
         hdaa    10    39K       10  256,384,1024,2048,16384
         hdac     1     2K        1  2048
     vfscache     3  4108K        3  4096,8192
        hdacc     2     1K        2  32
       feeder    16     2K       20  32,128
        mixer     3    12K        3  4096
     vfs_hash     1  2048K        1  
       vnodes     1     1K        1  256
namei_tracker     0     0K        3  32
        mount   341    13K      598  16,32,64,128,256,1024
       statfs     0     0K       12  4096
  vnodemarker     3     2K       29  512
chacha20random     1     2K        1  2048
          BPF    11    18K       16  32,128,256,512,4096
        ifnet     3     5K        3  128,2048
       ifaddr    70    13K       71  16,32,64,128,256,384,2048,4096
  ether_multi    40     4K       45  16,32,64,128
        clone     8     1K        8  128
      lltable    16     5K       16  256,384
          tun     3     1K        3  32
         pfil     3     1K        3  128
        nhops     6     1K        6  128
     routetbl    69    11K      203  32,64,128,256,384,512,1024,2048
         vnet     1     1K        1  64
    vnet_data     1   168K        1  
vnet_data_free     1     1K        1  32
     80211vap     1     4K        1  4096
  80211crypto     2     1K        2  512
    80211node     1    32K       52  16,32768
  80211nodeie    90    30K       92  32,128,256,384,512,1024
 80211ratectl     2     1K        2  16,64
    80211scan    90    51K       90  384,2048,16384
         igmp     2     1K        2  128
     in_multi     2     1K        3  256
encap_export_host     8     1K        8  32,64
   tfo_ccache     1   128K        1  
    hostcache     1    32K        1  32768
      tcpfunc     1     1K        1  64
     syncache     1    68K        1  
    in6_multi    30     4K       30  32,256
       ip6opt     0     0K        1  32
          mld     2     1K        2  128
       ip6ndp     7     1K        9  32,64,256
  inpcbpolicy     7     1K       96  32
     secasvar     1     1K        1  1024
       sahead     1     1K        1  1024
  ipsecpolicy     1     1K        1  1024
    ipsec-saq     2     2K        2  1024
        linux  1127   304K     1318  16,32,64,128,256,384,512,1024,2048,4096,8192,16384,32768
       lkpifw     0     0K        2  32
          idr    48    18K       48  128,384
        radix     2     2K        3  1024
       crypto     4     2K        4  64,256,1024
    acpi_perf     8     3K        8  384
      acpipwr     2     1K        2  64
    CAM queue     2     1K        5  16,512
        xform     3     1K       42  16,32,64
audit_evclass   236     8K      294  32
    ufs_quota     1  2048K        1  
    vm_pgdata     1     1K        1  128
          USB    33    40K       38  16,32,128,256,384,512,2048,4096
       USBdev    42     9K       50  32,64,128,256,384,512,1024,4096
          UMA   358     7K      358  16,32
CAM dev queue     1     1K        1  64
vm_fictitious     2  6657K        2  64
        vtbuf    24  8256K       70  4096
          rpc     2     8K        2  4096
   aesni_data     2     1K        2  64,512
     pci_link    16     2K       16  64,128
     atkbddev     2     1K        2  64
       apmdev     1     1K        1  128
           vt    14   117K       14  384,4096
         intr     4   476K        4  65536
          MCA    19     4K       19  64,128,256
         cpus     2     1K        2  32
     nexusdev     7     1K        7  16
    BACKLIGHT     1     1K        1  64
  fpukern_ctx     9    18K        9  2048
      memdesc     1     4K        1  4096
       DEVFS3   412   103K      417  256
       DEVFS1   380   380K      420  1024
   DEVFS_RULE    59    21K       59  64,384
        DEVFS    18     1K       19  16,32,128
       DEVFSP     5     1K       26  64
 msdosfs_node     0     0K        1  256
msdosfs_mount     1     1K        1  384
  msdosfs_fat     1     4K        1  4096
NFSD V4client     1     1K        1  256
 NFSD lckfile     1     1K        1  256
   madt_table     0     0K        2  64,4096
      io_apic     1    16K        1  16384
   local_apic     1     8K        1  8192
          msi    28     4K       28  128
   kstat_data    35    35K       35  1024
      solaris 46342 48817K  1110586  16,32,64,128,256,384,512,1024,2048,4096,8192,16384,32768,65536
        taskq     2     1K        2  256,512
    sfs_nodes    22     9K       22  384
      acpiwmi    20     2K       24  32,64,384
netgraph_node     2     1K        2  128
anon_inodefsint     1     1K        1  64
          idr     0     0K        1  16
   debugfsint     3     1K        3  16,64
   drm_driver     1     1K        1  32
      drm_kms     2     2K        2  64,1024

------------------------------------------------------------------------
vmstat -z

ITEM                   SIZE  LIMIT     USED     FREE      REQ     FAILSLEEP XDOMAIN
UMA Kegs:               384,      0,     302,       0,     302,   0,   0,   0
UMA Zones:             1536,      0,     330,       0,     330,   0,   0,   0
UMA Slabs 0:            112,      0,  127781,       0,  127781,   0,   0,   0
UMA Slabs 1:            176,      0,      10,       0,      10,   0,   0,   0
UMA Hash:               256,      0,       0,       0,       0,   0,   0,   0
2 Bucket:                32,      0,    1035,    2493,   20651,   0,   0,   0
4 Bucket:                48,      0,     493,    1019,   31559,   0,   0,   0
8 Bucket:                80,      0,     137,     463,    1839,   0,   0,   0
16 Bucket:              144,      0,     221,    1431,   38672,   6,   0,   0
32 Bucket:              256,      0,    1100,    1015,   64462,   5,   0,   0
64 Bucket:              512,      0,     208,      40,    3230, 549,   0,   0
128 Bucket:            1024,      0,     192,     103,    4114,2844,   0,   0
256 Bucket:            2048,      0,     504,      56,    4642,   8,   0,   0
SMR SHARED:              24,      0,       3,      60,       3,   0,   0,   0
SMR CPU:                 32,      0,       3,      60,       3,   0,   0,   0
vmem:                  1856,      0,       1,       1,       1,   0,   0,   0
vmem btag:               56,      0,   19651,     345,   19681, 552,   0,   0
VM OBJECT:              264,      0,    6975,     165,   35490,   0,   0,   0
RADIX NODE:             144,      0,   16817,     402,  101949,   0,   0,   0
KMAP ENTRY:              96,      0,      66,       0,      75,   0,   0,   0
MAP ENTRY:               96,      0,    2059,     881,   96770,   0,   0,   0
VMSPACE:               2544,      0,      31,      32,    1737,   0,   0,   0
fakepg:                 104,      0,       0,       0,       0,   0,   0,   0
pcpu-4:                   4,      0,       0,       0,       0,   0,   0,   0
pcpu-8:                   8,      0,    3727,    1647,    3741,   0,   0,   0
pcpu-16:                 16,      0,      28,     994,      28,   0,   0,   0
pcpu-32:                 32,      0,       0,       0,       0,   0,   0,   0
pcpu-64:                 64,      0,     466,     238,     466,   0,   0,   0
malloc-16:               16,      0,       0,    1000,      12,   0,   0,   0
malloc-16:               16,      0,   19669,     831,   19797,   0,   0,   0
malloc-16:               16,      0,       0,       0,       0,   0,   0,   0
malloc-16:               16,      0,    1431,    1319,  436426,   0,   0,   0
malloc-16:               16,      0,     456,    1794,     920,   0,   0,   0
malloc-16:               16,      0,     942,    1558,   10262,   0,   0,   0
malloc-16:               16,      0,       0,       0,       0,   0,   0,   0
malloc-16:               16,      0,      38,    1712,     208,   0,   0,   0
malloc-32:               32,      0,       3,     879,      40,   0,   0,   0
malloc-32:               32,      0,    8530,     416,    8547,   0,   0,   0
malloc-32:               32,      0,      44,     208,      44,   0,   0,   0
malloc-32:               32,      0,    9284,    2560,  167459,   0,   0,   0
malloc-32:               32,      0,     193,     815,     343,   0,   0,   0
malloc-32:               32,      0,     466,     668,    5773,   0,   0,   0
malloc-32:               32,      0,       0,     378,      16,   0,   0,   0
malloc-32:               32,      0,     115,     893,     769,   0,   0,   0
malloc-64:               64,      0,       4,     248,       7,   0,   0,   0
malloc-64:               64,      0,    4992,     363,    5025,   0,   0,   0
malloc-64:               64,      0,       2,      61,       2,   0,   0,   0
malloc-64:               64,      0,   14376,   27582,  276215,   0,   0,   0
malloc-64:               64,      0,     306,     387,     389,   0,   0,   0
malloc-64:               64,      0,   12454,     209,   16351,   0,   0,   0
malloc-64:               64,      0,     148,     293,     148,   0,   0,   0
malloc-64:               64,      0,      21,     483,   60722,   0,   0,   0
malloc-128:             128,      0,       7,      86,       7,   0,   0,   0
malloc-128:             128,      0,   15515,     140,   15516,   0,   0,   0
malloc-128:             128,      0,     245,     127,     773,   0,   0,   0
malloc-128:             128,      0,   22554,    1316,  513112,   0,   0,   0
malloc-128:             128,      0,    1010,     168,    2677,   0,   0,   0
malloc-128:             128,      0,    6640,     118,   15969,   0,   0,   0
malloc-128:             128,      0,    1091,    1172,   17864,   0,   0,   0
malloc-128:             128,      0,      20,     228,     434,   0,   0,   0
malloc-256:             256,      0,      16,      44,      17,   0,   0,   0
malloc-256:             256,      0,      42,      78,     400,   0,   0,   0
malloc-256:             256,      0,       0,       0,       0,   0,   0,   0
malloc-256:             256,      0,    6958,    1382,  132769,   0,   0,   0
malloc-256:             256,      0,     224,      91,     665,   0,   0,   0
malloc-256:             256,      0,    1447,     113,    4321,   0,   0,   0
malloc-256:             256,      0,       3,      27,       3,   0,   0,   0
malloc-256:             256,      0,      82,     203,   68593,   0,   0,   0
malloc-384:             384,      0,       3,       7,       3,   0,   0,   0
malloc-384:             384,      0,      88,       2,      89,   0,   0,   0
malloc-384:             384,      0,       8,       2,       8,   0,   0,   0
malloc-384:             384,      0,   15229,      81,  281240,   0,   0,   0
malloc-384:             384,      0,     135,      55,     214,   0,   0,   0
malloc-384:             384,      0,     197,      43,     214,   0,   0,   0
malloc-384:             384,      0,      12,      18,      12,   0,   0,   0
malloc-384:             384,      0,      47,      33,      50,   0,   0,   0
malloc-512:             512,      0,       2,      14,       3,   0,   0,   0
malloc-512:             512,      0,       4,      52,      30,   0,   0,   0
malloc-512:             512,      0,       2,       6,       2,   0,   0,   0
malloc-512:             512,      0,     268,    3140,   15654,   0,   0,   0
malloc-512:             512,      0,       9,      23,      18,   0,   0,   0
malloc-512:             512,      0,       6,      26,       8,   0,   0,   0
malloc-512:             512,      0,       0,       0,       0,   0,   0,   0
malloc-512:             512,      0,       2,      62,     161,   0,   0,   0
malloc-1024:           1024,      0,       4,       4,       4,   0,   0,   0
malloc-1024:           1024,      0,       3,       1,       3,   0,   0,   0
malloc-1024:           1024,      0,       2,       6,       3,   0,   0,   0
malloc-1024:           1024,      0,    2031,      65,    9990,   0,   0,   0
malloc-1024:           1024,      0,      40,      28,    3772,   0,   0,   0
malloc-1024:           1024,      0,      53,      19,     181,   0,   0,   0
malloc-1024:           1024,      0,       6,       2,       6,   0,   0,   0
malloc-1024:           1024,      0,       5,      15,      54,   0,   0,   0
malloc-2048:           2048,      0,       3,       3,       3,   0,   0,   0
malloc-2048:           2048,      0,       3,       3,       3,   0,   0,   0
malloc-2048:           2048,      0,       1,       1,       1,   0,   0,   0
malloc-2048:           2048,      0,     180,      46,   12296,   0,   0,   0
malloc-2048:           2048,      0,      12,      16,      78,   0,   0,   0
malloc-2048:           2048,      0,     159,       9,     179,   0,   0,   0
malloc-2048:           2048,      0,      16,       2,      17,   0,   0,   0
malloc-2048:           2048,      0,       0,      10,      14,   0,   0,   0
malloc-4096:           4096,      0,       7,       0,       7,   0,   0,   0
malloc-4096:           4096,      0,       2,       3,       7,   0,   0,   0
malloc-4096:           4096,      0,       0,       0,       0,   0,   0,   0
malloc-4096:           4096,      0,    1671,      10,   67570,   0,   0,   0
malloc-4096:           4096,      0,      10,      11,      24,   0,   0,   0
malloc-4096:           4096,      0,     138,       7,   24195,   0,   0,   0
malloc-4096:           4096,      0,      14,       7,      49,   0,   0,   0
malloc-4096:           4096,      0,       0,       0,       0,   0,   0,   0
malloc-8192:           8192,      0,       1,       0,       1,   0,   0,   0
malloc-8192:           8192,      0,       1,       0,       1,   0,   0,   0
malloc-8192:           8192,      0,       0,       0,       0,   0,   0,   0
malloc-8192:           8192,      0,       8,       8,     785,   0,   0,   0
malloc-8192:           8192,      0,      11,       1,      16,   0,   0,   0
malloc-8192:           8192,      0,      15,       0,      15,   0,   0,   0
malloc-8192:           8192,      0,       0,       0,       0,   0,   0,   0
malloc-8192:           8192,      0,       4,       2,      60,   0,   0,   0
malloc-16384:         16384,      0,       2,       0,       2,   0,   0,   0
malloc-16384:         16384,      0,       1,       0,       1,   0,   0,   0
malloc-16384:         16384,      0,       0,       0,       0,   0,   0,   0
malloc-16384:         16384,      0,      13,      22,    5014,   0,   0,   0
malloc-16384:         16384,      0,       2,       2,       7,   0,   0,   0
malloc-16384:         16384,      0,      10,       0,      10,   0,   0,   0
malloc-16384:         16384,      0,       1,       0,       1,   0,   0,   0
malloc-16384:         16384,      0,       0,       3,       6,   0,   0,   0
malloc-32768:         32768,      0,       4,       0,       4,   0,   0,   0
malloc-32768:         32768,      0,       0,       0,       0,   0,   0,   0
malloc-32768:         32768,      0,       0,       0,       0,   0,   0,   0
malloc-32768:         32768,      0,       1,       5,     879,   0,   0,   0
malloc-32768:         32768,      0,       3,       1,       6,   0,   0,   0
malloc-32768:         32768,      0,       5,       1,       6,   0,   0,   0
malloc-32768:         32768,      0,       0,       0,       0,   0,   0,   0
malloc-32768:         32768,      0,       0,       0,       0,   0,   0,   0
malloc-65536:         65536,      0,       3,       0,       3,   0,   0,   0
malloc-65536:         65536,      0,       2,       0,       2,   0,   0,   0
malloc-65536:         65536,      0,       0,       0,       0,   0,   0,   0
malloc-65536:         65536,      0,       2,       3,     927,   0,   0,   0
malloc-65536:         65536,      0,       1,       8,      50,   0,   0,   0
malloc-65536:         65536,      0,       7,       0,       8,   0,   0,   0
malloc-65536:         65536,      0,       0,       0,       0,   0,   0,   0
malloc-65536:         65536,      0,       0,       0,       0,   0,   0,   0
SLEEPQUEUE:              88,      0,     958,     162,     958,   0,   0,   0
kenv:                   258,      0,      20,     115,   14762,   0,   0,   0
Files:                   80,      0,      95,     405,   84196,   0,   0,   0
filedesc0:             1072,      0,      63,      77,    1768,   0,   0,   0
PWD:                     32,      0,      15,    2253,   59519,   0,   0,   0
TURNSTILE:              136,      0,     958,     113,     958,   0,   0,   0
rangeset pctrie nodes:    144,      0,       0,       0,       0,   0,   0,   0
rl_entry:                40,      0,      53,     755,      53,   0,   0,   0
lkpicurr:               160,      0,      17,     130,      18,   0,   0,   0
lkpimm:                 160,      0,       3,      19,       4,   0,   0,   0
umtx pi:                 96,      0,       0,       0,       0,   0,   0,   0
umtx_shm:                88,      0,       0,       0,       0,   0,   0,   0
swrbuf:                2624,    128,       0,       0,       0,   0,   0,   0
swwbuf:                2624,     64,       0,       0,       0,   0,   0,   0
nfspbuf:               2624,    128,       0,       0,       0,   0,   0,   0
mdpbuf:                2624,     25,       0,       0,       0,   0,   0,   0
clpbuf:                2624,    128,       0,       0,       0,   0,   0,   0
vnpbuf:                2624,    512,       0,       0,       0,   0,   0,   0
pbuf:                  2624,     16,       0,       0,       0,   0,   0,   0
FPU_save_area:         1088,      0,       1,       6,       1,   0,   0,   0
MAC labels:              40,      0,       0,       0,       0,   0,   0,   0
PROC:                  1328,      0,      62,      31,    1767,   0,   0,   0
PGRP:                    88,      0,      27,     295,     103,   0,   0,   0
THREAD:                1808,      0,     914,      43,     972,   0,   0,   0
cpuset:                 104,      0,      27,     221,      27,   0,   0,   0
domainset:               40,      0,       0,       0,       0,   0,   0,   0
audit_record:          1280,      0,       0,       0,       0,   0,   0,   0
mbuf_packet:            256,      0,       0,     765,    1320,   0,   0,   0
mbuf:                   256, 6347920,     513,    1317,   72370,   0,   0,   0
mbuf_cluster:          2048, 991862,     765,       5,     765,   0,   0,   0
mbuf_jumbo_page:       4096, 495931,     512,     534,   64682,   0,   0,   0
mbuf_jumbo_9k:         9216, 146942,       0,       0,       0,   0,   0,   0
mbuf_jumbo_16k:       16384,  82655,       0,       0,       0,   0,   0,   0
epoch_record pcpu:      256,      0,       4,      12,       4,   0,   0,   0
ktls_session:           128,      0,       0,       0,       0,   0,   0,   0
IOMMU_MAP_ENTRY:        120,      0,       0,       0,       0,   0,   0,   0
ttyinq:                 160,      0,     165,      85,     300,   0,   0,   0
ttyoutq:                256,      0,      88,      62,     160,   0,   0,   0
DEVCTL:                1024,   1000,       0,       0,     620,   0,   0,   0
g_bio:                  384,      0,       0,     390,   41981,   0,   0,   0
linux_dma_pctrie:       144,      0,       0,       0,       0,   0,   0,   0
linux_dma_object:        24,      0,       0,       0,       0,   0,   0,   0
vtnet_tx_hdr:            24,      0,       0,       0,       0,   0,   0,   0
cryptop:                280,      0,       0,       0,       0,   0,   0,   0
taskq_zone:             192,      0,       0,     504,    2699,   0,   0,   0
VNODE:                  448,      0,    9234,     180,   10044,   0,   0,   0
BUF TRIE:               144,      0,       5,     181,       5,   0,   0,   0
NAMEI:                 1024,      0,       0,      32,  229909,   0,   0,   0
S VFS Cache:            104,      0,   12226,     332,   12409,   0,   0,   0
STS VFS Cache:          144,      0,       0,       0,       0,   0,   0,   0
L VFS Cache:            320,      0,      10,      26,      11,   0,   0,   0
LTS VFS Cache:          360,      0,       0,       0,       0,   0,   0,   0
NCLNODE:                584,      0,       0,       0,       0,   0,   0,   0
DIRHASH:               1024,      0,       0,       0,       0,   0,   0,   0
TMPFS node:             224,      0,       0,       0,       0,   0,   0,   0
AIO:                    208,      0,       0,       0,       0,   0,   0,   0
AIOP:                    32,      0,       0,       0,       0,   0,   0,   0
AIOCB:                  552,      0,       0,       0,       0,   0,   0,   0
AIOLIO:                 272,      0,       0,       0,       0,   0,   0,   0
pipe:                   744,      0,       5,      60,     644,   0,   0,   0
Mountpoints:           2752,      0,      14,      14,      14,   0,   0,   0
reference_cache:         40,      0,      24,    1996,    9584,   0,   0,   0
reference_history_cache:      8,      0,      24,    1948,    9584,   0,   0,   0
zfs_btree_leaf_cache:   4096,      0,     104,      38,    1393,   0,   0,   0
metaslab_alloc_trace_cache:     72,      0,       0,       0,       0,   0,   0,   0
ddt_cache:            24840,      0,      13,       0,      13,   0,   0,   0
ddt_entry_cache:        392,      0,       0,       0,       0,   0,   0,   0
zio_cache:             1232,      0,      12,    1614,  213186,   0,   0,   0
zio_link_cache:          48,      0,       0,    3108,   96274,   0,   0,   0
zio_buf_512:            512,      0,     359,      57,   94576,   0,   0,   0
zio_data_buf_512:       512,      0,     375,    2881,    8996,   0,   0,   0
zio_buf_1024:          1024,      0,     421,      19,     436,   0,   0,   0
zio_data_buf_1024:     1024,      0,      80,      12,      88,   0,   0,   0
zio_buf_1536:          1536,      0,     189,      26,     257,   0,   0,   0
zio_data_buf_1536:     1536,      0,      59,      11,      69,   0,   0,   0
zio_buf_2048:          2048,      0,      84,      18,     131,   0,   0,   0
zio_data_buf_2048:     2048,      0,      83,       9,      94,   0,   0,   0
zio_buf_2560:          2560,      0,      49,      17,     105,   0,   0,   0
zio_data_buf_2560:     2560,      0,      78,       9,      85,   0,   0,   0
zio_buf_3072:          3072,      0,      27,      17,      36,   0,   0,   0
zio_data_buf_3072:     3072,      0,      55,       9,      57,   0,   0,   0
zio_buf_3584:          3584,      0,      30,       4,      32,   0,   0,   0
zio_data_buf_3584:     3584,      0,      58,       4,      60,   0,   0,   0
zio_buf_4096:          4096,      0,    2301,      12,    5078,   0,   0,   0
zio_data_buf_4096:     4096,      0,     478,      13,    1449,   0,   0,   0
zio_buf_5120:          5120,      0,       0,      29,      52,   0,   0,   0
zio_data_buf_5120:     5120,      0,       0,      43,      72,   0,   0,   0
zio_buf_6144:          6144,      0,       0,      24,      46,   0,   0,   0
zio_data_buf_6144:     6144,      0,       1,      36,      51,   0,   0,   0
zio_buf_7168:          7168,      0,       0,      13,      22,   0,   0,   0
zio_data_buf_7168:     7168,      0,       0,      29,      51,   0,   0,   0
zio_buf_8192:          8192,      0,       1,      27,    3186,   0,   0,   0
zio_data_buf_8192:     8192,      0,       0,      24,      41,   0,   0,   0
zio_buf_10240:        10240,      0,       0,      13,      30,   0,   0,   0
zio_data_buf_10240:   10240,      0,       0,      44,      84,   0,   0,   0
zio_buf_12288:        12288,      0,       0,      22,     514,   0,   0,   0
zio_data_buf_12288:   12288,      0,       0,      28,      70,   0,   0,   0
zio_buf_14336:        14336,      0,       0,       3,       4,   0,   0,   0
zio_data_buf_14336:   14336,      0,       0,      40,     117,   0,   0,   0
zio_buf_16384:        16384,      0,    1233,      34,    3569,   0,   0,   0
zio_data_buf_16384:   16384,      0,       0,      47,     148,   0,   0,   0
zio_buf_comb_20480:   20480,      0,       0,     121,     613,   0,   0,   0
zio_buf_comb_24576:   24576,      0,       0,     210,     869,   0,   0,   0
zio_buf_comb_28672:   28672,      0,       0,     264,     769,   0,   0,   0
zio_buf_comb_32768:   32768,      0,       1,      39,     285,   0,   0,   0
zio_buf_comb_40960:   40960,      0,       1,      32,     514,   0,   0,   0
zio_buf_comb_49152:   49152,      0,       1,      41,    2740,   0,   0,   0
zio_buf_comb_57344:   57344,      0,       0,      22,     547,   0,   0,   0
zio_buf_comb_65536:   65536,      0,       0,      23,     562,   0,   0,   0
zio_buf_comb_81920:   81920,      0,       1,      39,    2794,   0,   0,   0
zio_buf_comb_98304:   98304,      0,       0,      29,    2247,   0,   0,   0
zio_buf_comb_114688: 114688,      0,       0,      29,     243,   0,   0,   0
zio_buf_comb_131072: 131072,      0,     264,    1671,   15924,   0,   0,   0
zio_buf_comb_163840: 163840,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_196608: 196608,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_229376: 229376,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_262144: 262144,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_327680: 327680,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_393216: 393216,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_458752: 458752,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_524288: 524288,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_655360: 655360,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_786432: 786432,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_917504: 917504,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_1048576: 1048576,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_1310720: 1310720,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_1572864: 1572864,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_1835008: 1835008,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_2097152: 2097152,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_2621440: 2621440,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_3145728: 3145728,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_3670016: 3670016,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_4194304: 4194304,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_5242880: 5242880,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_6291456: 6291456,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_7340032: 7340032,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_8388608: 8388608,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_10485760: 10485760,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_12582912: 12582912,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_14680064: 14680064,      0,       0,       0,       0,   0,   0,   0
zio_buf_comb_16777216: 16777216,      0,       0,       0,       0,   0,   0,   0
abd_chunk:             4096,      0,   95126,   18275,  274168,   0,   0,   0
sa_cache:               296,      0,    9159,      58,    9258,   0,   0,   0
dnode_t:               1040,      0,    9647,      31,   10427,   0,   0,   0
arc_buf_hdr_t_full:     360,      0,   11932,      36,   63911,   0,   0,   0
arc_buf_hdr_t_full_crypt:    424,      0,       0,       0,       0,   0,   0,   0
arc_buf_hdr_t_l2only:     96,      0,       0,       0,       0,   0,   0,   0
arc_buf_t:               64,      0,    1527,    3198,   70311,   0,   0,   0
dmu_buf_impl_t:         408,      0,   10931,    1759,   78830,   0,   0,   0
zil_lwb_cache:          360,      0,       7,      48,      23,   0,   0,   0
zil_zcw_cache:           80,      0,       0,     200,      19,   0,   0,   0
sio_cache_0:            136,      0,       0,       0,       0,   0,   0,   0
sio_cache_1:            152,      0,       0,       0,       0,   0,   0,   0
sio_cache_2:            168,      0,       0,       0,       0,   0,   0,   0
zfs_znode_cache:        472,      0,    9159,     121,    9258,   0,   0,   0
ksiginfo:               112,      0,      60,     948,     125,   0,   0,   0
itimer:                 352,      0,       0,       0,       0,   0,   0,   0
KNOTE:                  160,      0,       3,      47,      18,   0,   0,   0
socket:                 944, 511530,      25,      35,    3321,   0,   0,   0
ipq:                     56,  30995,       0,       0,       0,   0,   0,   0
udp_inpcb:              488, 511530,       2,      62,      85,   0,   0,   0
udpcb:                   32, 511530,       2,    1006,      85,   0,   0,   0
tcp_inpcb:              488, 511530,       4,      28,       7,   0,   0,   0
tcpcb:                 1064, 511530,       4,      24,       7,   0,   0,   0
tcptw:                   88,  27767,       0,      46,       1,   0,   0,   0
syncache:               168,  15360,       0,      24,       2,   0,   0,   0
hostcache:               64,  15360,       1,      62,       1,   0,   0,   0
sackhole:                32,      0,       0,       0,       0,   0,   0,   0
tfo:                      4,      0,       0,       0,       0,   0,   0,   0
tfo_ccache_entries:      80,      0,       0,       0,       0,   0,   0,   0
tcpreass:                48,  61991,       0,       0,       0,   0,   0,   0
tcp_log:                416, 5000000,       0,       0,       0,   0,   0,   0
tcp_log_bucket:         176,      0,       0,       0,       0,   0,   0,   0
tcp_log_node:           120,      0,       0,       0,       0,   0,   0,   0
udplite_inpcb:          488, 511530,       0,       0,       0,   0,   0,   0
ripcb:                  488, 511530,       1,      15,       4,   0,   0,   0
IPsec SA lft_c:          16,      0,       0,       0,       0,   0,   0,   0
unpcb:                  256, 511530,      17,      88,    3212,   0,   0,   0
routing nhops:          256,      0,      11,      79,      19,   0,   0,   0
rtentry:                176,      0,      16,     122,      19,   0,   0,   0
swpctrie:               144, 1983772,       0,       0,       0,   0,   0,   0
swblk:                  136, 1983745,       0,       0,       0,   0,   0,   0
ada_ccb:                272,      0,       0,       0,       0,   0,   0,   0
da_ccb:                 544,      0,       0,       0,       0,   0,   0,   0
NetGraph items:          72,   4096,       0,       0,       0,   0,   0,   0
NetGraph data items:     72,   4096,       0,       0,       0,   0,   0,   0
drm_sched_fence:        184,      0,       0,       0,       0,   0,   0,   0
active_node:             72,      0,       0,      32,       5,   0,   0,   0
i915_buddy_block:        72,      0,       0,       0,       0,   0,   0,   0
intel_context:          416,      0,       8,      10,      16,   0,   0,   0
i915_lut_handle:         32,      0,       0,       0,       0,   0,   0,   0
drm_i915_gem_object:    800,      0,      20,      25,      29,   0,   0,   0
i915_request:           656,      0,       0,      22,      12,   0,   0,   0
execute_cb:             104,      0,       0,       0,       0,   0,   0,   0
i915_dependency:         96,      0,       0,       0,       0,   0,   0,   0
i915_priolist:          104,      0,       0,      62,       8,   0,   0,   0
i915_vma:               680,      0,      19,      25,      26,   0,   0,   0

------------------------------------------------------------------------
vmstat -i

interrupt                          total       rate
irq1: atkbd0                          78          2
irq9: acpi0                          607         19
irq16: ig4iic0                       981         31
irq17: ig4iic1                      1001         32
cpu0:timer                         20985        663
cpu1:timer                          7500        237
cpu2:timer                          8884        281
cpu3:timer                          8205        259
cpu4:timer                         12958        410
cpu5:timer                          6680        211
cpu6:timer                          7621        241
cpu7:timer                          8919        282
irq128: xhci0                        102          3
irq135: nvme0:admin                   14          0
irq136: nvme0:io0                   3867        122
irq137: nvme0:io1                   4096        130
irq138: nvme0:io2                   3495        110
irq139: nvme0:io3                   2401         76
irq140: nvme1:admin                   14          0
irq141: nvme1:io0                     21          1
irq142: nvme1:io1                      7          0
irq144: nvme1:io3                      1          0
irq145: hdac0                         25          1
irq146: iwm0                      129664       4100
irq147: vgapci0                       87          3
Total                             228213       7215

------------------------------------------------------------------------
pstat -T

 95/511530 files
0M/0M swap space

------------------------------------------------------------------------
pstat -s

Device          1K-blocks     Used    Avail Capacity

------------------------------------------------------------------------
iostat

       tty            nvd0             nvd1             cpu
 tin  tout KB/t  tps  MB/s  KB/t  tps  MB/s  us ni sy in id
   2   107 30.5   18   0.5  18.0    0   0.0   0  0  0  0 100

------------------------------------------------------------------------
ipcs -a

Message Queues:
T           ID          KEY MODE        OWNER    GROUP    CREATOR  CGROUP                 CBYTES                 QNUM               QBYTES        LSPID        LRPID STIME    RTIME    CTIME   

Shared Memory:
T           ID          KEY MODE        OWNER    GROUP    CREATOR  CGROUP         NATTCH        SEGSZ         CPID         LPID ATIME    DTIME    CTIME   

Semaphores:
T           ID          KEY MODE        OWNER    GROUP    CREATOR  CGROUP          NSEMS OTIME    CTIME   


------------------------------------------------------------------------
ipcs -T

msginfo:
	msgmax:        16384	(max characters in a message)
	msgmni:           40	(# of message queues)
	msgmnb:         2048	(max characters in a message queue)
	msgtql:           40	(max # of messages in system)
	msgssz:            8	(size of a message segment)
	msgseg:         2048	(# of message segments in system)

shminfo:
	shmmax:    536870912	(max shared memory segment size)
	shmmin:            1	(min shared memory segment size)
	shmmni:          192	(max number of shared memory identifiers)
	shmseg:          128	(max shared memory segments per process)
	shmall:       131072	(max amount of shared memory in pages)

seminfo:
	semmni:           50	(# of semaphore identifiers)
	semmns:          340	(# of semaphores in system)
	semmnu:          150	(# of undo structures in system)
	semmsl:          340	(max # of semaphores per id)
	semopm:          100	(max # of operations per semop call)
	semume:           50	(max # of undo entries per process)
	semusz:          632	(size in bytes of undo structure)
	semvmx:        32767	(semaphore maximum value)
	semaem:        16384	(adjust on exit max value)


------------------------------------------------------------------------
netstat -s

tcp:
	779 packets sent
		727 data packets (108697 bytes)
		0 data packets (0 bytes) retransmitted
		0 data packets unnecessarily retransmitted
		0 resends initiated by MTU discovery
		49 ack-only packets (22 delayed)
		0 URG only packets
		0 window probe packets
		0 window update packets
		3 control packets
	1046 packets received
		582 acks (for 108674 bytes)
		1 duplicate ack
		0 UDP tunneled pkts
		0 UDP tunneled pkt cnt with errors
		0 acks for unsent data
		544 packets (35849 bytes) received in-sequence
		0 completely duplicate packets (0 bytes)
		0 old duplicate packets
		0 packets with some dup. data (0 bytes duped)
		0 out-of-order packets (0 bytes)
		0 packets (0 bytes) of data after window
		0 window probes
		0 window update packets
		0 packets received after close
		0 discarded for bad checksums
		0 discarded for bad header offset fields
		0 discarded because packet too short
		0 discarded due to full reassembly queue
	2 connection requests
	2 connection accepts
	0 bad connection attempts
	0 listen queue overflows
	0 ignored RSTs in the windows
	4 connections established (including accepts)
		1 time used RTT from hostcache
		1 time used RTT variance from hostcache
		0 times used slow-start threshold from hostcache
	3 connections closed (including 1 drop)
		2 connections updated cached RTT on close
		2 connections updated cached RTT variance on close
		0 connections updated cached ssthresh on close
	0 embryonic connections dropped
	582 segments updated rtt (of 551 attempts)
	0 retransmit timeouts
		0 connections dropped by rexmit timeout
	0 persist timeouts
		0 connections dropped by persist timeout
	0 Connections (fin_wait_2) dropped because of timeout
	1 keepalive timeout
		1 keepalive probe sent
		0 connections dropped by keepalive
	339 correct ACK header predictions
	377 correct data packet header predictions
	2 syncache entries added
		0 retransmitted
		0 dupsyn
		0 dropped
		2 completed
		0 bucket overflow
		0 cache overflow
		0 reset
		0 stale
		0 aborted
		0 badack
		0 unreach
		0 zone failures
	2 cookies sent
	2 cookies received
	1 hostcache entry added
		0 bucket overflow
	0 SACK recovery episodes
	0 segment rexmits in SACK recovery episodes
	0 byte rexmits in SACK recovery episodes
	0 SACK options (SACK blocks) received
	0 SACK options (SACK blocks) sent
	0 SACK retransmissions lost
	0 SACK scoreboard overflow
	0 packets with ECN CE bit set
	0 packets with ECN ECT(0) bit set
	0 packets with ECN ECT(1) bit set
	0 successful ECN handshakes
	0 times ECN reduced the congestion window
	0 packets with matching signature received
	0 packets with bad signature received
	0 times failed to make signature due to no SA
	0 times unexpected signature received
	0 times no signature provided by segment
	0 Path MTU discovery black hole detection activations
	0 Path MTU discovery black hole detection min MSS activations
	0 Path MTU discovery black hole detection failures
TCP connection count by state:
	0 connections in CLOSED state
	2 connections in LISTEN state
	0 connections in SYN_SENT state
	0 connections in SYN_RCVD state
	2 connections in ESTABLISHED state
	0 connections in CLOSE_WAIT state
	0 connections in FIN_WAIT_1 state
	0 connections in CLOSING state
	0 connections in LAST_ACK state
	0 connections in FIN_WAIT_2 state
	0 connections in TIME_WAIT state
udp:
	65667 datagrams received
	0 with incomplete header
	0 with bad data length field
	0 with bad checksum
	0 with no checksum
	65657 dropped due to no socket
	0 broadcast/multicast datagrams undelivered
	0 dropped due to full socket buffers
	0 not for hashed pcb
	10 delivered
	14 datagrams output
	0 times multicast source filter matched
ip:
	1059 total packets received
	0 bad header checksums
	0 with size smaller than minimum
	0 with data size < data length
	0 with ip length > max ip packet size
	0 with header length < data size
	0 with data length < header length
	0 with bad options
	0 with incorrect version number
	0 fragments received
	0 fragments dropped (dup or out of space)
	0 fragments dropped after timeout
	0 packets reassembled ok
	1058 packets for this host
	0 packets for unknown/unsupported protocol
	0 packets forwarded (0 packets fast forwarded)
	1 packet not forwardable
	0 packets received for unknown multicast group
	0 redirects sent
	796 packets sent from this host
	0 packets sent with fabricated ip header
	0 output packets dropped due to no bufs, etc.
	0 output packets discarded due to no route
	0 output datagrams fragmented
	0 fragments created
	0 datagrams that can't be fragmented
	0 tunneling packets that can't find gif
	0 datagrams with bad address in header
icmp:
	2 calls to icmp_error
	0 errors not generated in response to an icmp message
	Output histogram:
		destination unreachable: 2
	0 messages with bad code fields
	0 messages less than the minimum length
	0 messages with bad checksum
	0 messages with bad length
	0 multicast echo requests ignored
	0 multicast timestamp requests ignored
	0 message responses generated
	0 invalid return addresses
	0 no return routes
arp:
	3 ARP requests sent
	0 ARP requests failed to sent
	3 ARP replies sent
	18 ARP requests received
	2 ARP replies received
	20 ARP packets received
	0 total packets dropped due to no ARP entry
	0 ARP entrys timed out
	0 Duplicate IPs seen
ip6:
	65682 total packets received
	0 with size smaller than minimum
	0 with data size < data length
	0 with bad options
	0 with incorrect version number
	0 fragments received
	0 fragments dropped (dup or out of space)
	0 fragments dropped after timeout
	0 fragments that exceeded limit
	0 atomic fragments
	0 packets reassembled ok
	65673 packets for this host
	0 packets forwarded
	0 packets not forwardable
	0 redirects sent
	18 packets sent from this host
	0 packets sent with fabricated ip header
	0 output packets dropped due to no bufs, etc.
	0 output packets discarded due to no route
	0 output datagrams fragmented
	0 fragments created
	0 datagrams that can't be fragmented
	0 packets that violated scope rules
	15 multicast packets which we don't join
	Input histogram:
		UDP: 65655
		ICMP6: 27
	Mbuf statistics:
		1 one mbuf
		65681 one ext mbuf
		0 two or more ext mbuf
	0 packets whose headers are not contiguous
	0 tunneling packets that can't find gif
	0 packets discarded because of too many headers
	0 failures of source address selection
	source addresses on an outgoing I/F
		5 link-locals
		4 globals
	source addresses of same scope
		3 link-locals
		4 globals
	source addresses of a different scope
		2 link-locals
	Source addresses selection rule applied:
		9 first candidate
		4 appropriate scope
icmp6:
	2 calls to icmp6_error
	0 errors not generated in response to an icmp6 message
	0 errors not generated because of rate limitation
	Output histogram:
		unreach: 2
		router solicitation: 1
		neighbor solicitation: 6
		neighbor advertisement: 4
		MLDv2 listener report: 1
	0 messages with bad code fields
	0 messages < minimum length
	0 bad checksums
	0 messages with bad length
	Input histogram:
		router advertisement: 3
		neighbor solicitation: 5
		neighbor advertisement: 4
	Histogram of error messages to be generated:
		0 no route
		0 administratively prohibited
		0 beyond scope
		0 address unreachable
		2 port unreachable
		0 packet too big
		0 time exceed transit
		0 time exceed reassembly
		0 erroneous header field
		0 unrecognized next header
		0 unrecognized option
		0 redirect
		0 unknown
	0 message responses generated
	0 messages with too many ND options
	0 messages with bad ND options
	0 bad neighbor solicitation messages
	0 bad neighbor advertisement messages
	0 bad router solicitation messages
	0 bad router advertisement messages
	0 bad redirect messages
	0 default routers overflows
	0 prefix overflows
	0 neighbour entries overflows
	0 redirect overflows
	0 messages with invalid hop limit
	0 path MTU changes
rip6:
	0 messages received
	0 checksum calculations on inbound
	0 messages with bad checksum
	0 messages dropped due to no socket
	0 multicast messages dropped due to no socket
	0 messages dropped due to full socket buffers
	0 delivered
	0 datagrams output
pfkey:
	0 requests sent from userland
	0 bytes sent from userland
	0 messages with invalid length field
	0 messages with invalid version field
	0 messages with invalid message type field
	0 messages too short
	0 messages with memory allocation failure
	0 messages with duplicate extension
	0 messages with invalid extension type
	0 messages with invalid sa type
	0 messages with invalid address extension
	0 requests sent to userland
	0 bytes sent to userland
	0 messages toward single socket
	0 messages toward all sockets
	0 messages toward registered sockets
	0 messages with memory allocation failure

------------------------------------------------------------------------
netstat -m

513/2082/2595 mbufs in use (current/cache/total)
0/770/770/991862 mbuf clusters in use (current/cache/total/max)
0/765 mbuf+clusters out of packet secondary zone in use (current/cache)
512/534/1046/495931 4k (page size) jumbo clusters in use (current/cache/total/max)
0/0/0/146942 9k jumbo clusters in use (current/cache/total/max)
0/0/0/82655 16k jumbo clusters in use (current/cache/total/max)
2176K/4196K/6372K bytes allocated to network (current/cache/total)
0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters)
0/0/0 requests for mbufs delayed (mbufs/clusters/mbuf+clusters)
0/0/0 requests for jumbo clusters delayed (4k/9k/16k)
0/0/0 requests for jumbo clusters denied (4k/9k/16k)
0 sendfile syscalls
0 sendfile syscalls completed without I/O request
0 requests for I/O initiated by sendfile
0 pages read by sendfile as part of a request
0 pages were valid at time of a sendfile request
0 pages were valid and substituted to bogus page
0 pages were requested for read ahead by applications
0 pages were read ahead by sendfile
0 times sendfile encountered an already busy page
0 requests for sfbufs denied
0 requests for sfbufs delayed

------------------------------------------------------------------------
netstat -anA

Active Internet connections (including servers)
Tcpcb            Proto Recv-Q Send-Q Local Address      Foreign Address    (state)    
fffff8002ee18988 udp4       0      0 *.514              *.*                
fffff8002ee18b70 udp6       0      0 *.514              *.*                

------------------------------------------------------------------------
netstat -aL

Current listen queue sizes (qlen/incqlen/maxqlen)
Proto Listen                           Local Address         
unix  0/0/128                          /tmp/.X11-unix/X0
unix  0/0/4                            /var/run/devd.pipe
unix  0/0/4                            /var/run/devd.seqpacket.pipe

------------------------------------------------------------------------
fstat

USER     CMD          PID   FD MOUNT      INUM MODE         SZ|DV R/W
root     Xorg        1767 root /            34 drwxr-xr-x      27  r
root     Xorg        1767   wd /           130 drwxr-x---      51  r
root     Xorg        1767 text /         59514 -rwxr-xr-x  2344448  r
root     Xorg        1767 ctty /dev         87 crw-------   ttyv0 rw
root     Xorg        1767    0 /dev         87 crw-------   ttyv0 rw
root     Xorg        1767    1 /dev         87 crw-------   ttyv0 rw
root     Xorg        1767    2 /dev         87 crw-------   ttyv0 rw
root     Xorg        1767    3 /var/log     10 -rw-r--r--    5418  w
root     Xorg        1767    4* local stream fffff8003b0dc900
root     Xorg        1767    5 /         59697 -rw-r--r--   25699  r
root     Xorg        1767    6* pipe fffff80024c1d000 <-> fffff80024c1d160      0 rw
root     Xorg        1767    7* pipe fffff80024c1d160 <-> fffff80024c1d000      0 rw
root     Xorg        1767    9* local stream fffff80024819e00 <-> fffff8003b1d8e00
root     Xorg        1767   10 /dev         29 crw-r--r--     pci rw
root     Xorg        1767   11 /dev         20 crw-r-----     mem rw
root     Xorg        1767   12 /dev         95 crw-------   ttyv8 rw
root     Xorg        1767   13 /dev         30 crw-------      io rw
root     Xorg        1767   14
root     Xorg        1767   15
root     Xorg        1767   16
root     Xorg        1767   17
root     xinit       1766 root /            34 drwxr-xr-x      27  r
root     xinit       1766   wd /           130 drwxr-x---      51  r
root     xinit       1766 text /         64691 -r-xr-xr-x   16296  r
root     xinit       1766 ctty /dev         87 crw-------   ttyv0 rw
root     xinit       1766    0 /dev         87 crw-------   ttyv0 rw
root     xinit       1766    1 /dev         87 crw-------   ttyv0 rw
root     xinit       1766    2 /dev         87 crw-------   ttyv0 rw
root     sh          1753 root /            34 drwxr-xr-x      27  r
root     sh          1753   wd /           130 drwxr-x---      51  r
root     sh          1753 text /         14743 -r-xr-xr-x  172320  r
root     sh          1753 ctty /dev         87 crw-------   ttyv0 rw
root     sh          1753    0 /dev         87 crw-------   ttyv0 rw
root     sh          1753    1 /dev         87 crw-------   ttyv0 rw
root     sh          1753    2 /dev         87 crw-------   ttyv0 rw
root     sh          1753   10 /         64690 -r-xr-xr-x    5130  r
root     sh          1752 root /            34 drwxr-xr-x      27  r
root     sh          1752   wd /           130 drwxr-x---      51  r
root     sh          1752 text /         14743 -r-xr-xr-x  172320  r
root     sh          1752 ctty /dev         87 crw-------   ttyv0 rw
root     sh          1752    0 /dev         87 crw-------   ttyv0 rw
root     sh          1752    1 /dev         87 crw-------   ttyv0 rw
root     sh          1752    2 /dev         87 crw-------   ttyv0 rw
root     sh          1752   10 /        262542 -rwxr-xr-x      17  r
root     csh         1748 root /            34 drwxr-xr-x      27  r
root     csh         1748   wd /           130 drwxr-x---      51  r
root     csh         1748 text /         14735 -r-xr-xr-x  458216  r
root     csh         1748 ctty /dev         87 crw-------   ttyv0 rw
root     csh         1748   15 /dev         87 crw-------   ttyv0 rw
root     csh         1748   16 /dev         87 crw-------   ttyv0 rw
root     csh         1748   17 /dev         87 crw-------   ttyv0 rw
root     csh         1748   18 /dev         87 crw-------   ttyv0 rw
root     csh         1748   19 /dev         87 crw-------   ttyv0 rw
root     csh         1586 root /            34 drwxr-xr-x      27  r
root     csh         1586   wd /        131462 drwxr-xr-x      21  r
root     csh         1586 text /         14735 -r-xr-xr-x  458216  r
root     csh         1586 ctty /dev        131 crw--w----   pts/1 rw
root     csh         1586   15 /dev        131 crw--w----   pts/1 rw
root     csh         1586   16 /dev        131 crw--w----   pts/1 rw
root     csh         1586   17 /dev        131 crw--w----   pts/1 rw
root     csh         1586   18 /dev        131 crw--w----   pts/1 rw
root     csh         1586   19 /dev        131 crw--w----   pts/1 rw
root     su          1585 root /            34 drwxr-xr-x      27  r
root     su          1585   wd /usr/home      2 drwxr-xr-x      12  r
root     su          1585 text /          5580 -r-sr-xr-x   17896  r
root     su          1585 ctty /dev        131 crw--w----   pts/1 rw
root     su          1585    0 /dev        131 crw--w----   pts/1 rw
root     su          1585    1 /dev        131 crw--w----   pts/1 rw
root     su          1585    2 /dev        131 crw--w----   pts/1 rw
neel     csh         1581 root /            34 drwxr-xr-x      27  r
neel     csh         1581   wd /usr/home      2 drwxr-xr-x      12  r
neel     csh         1581 text /         14735 -r-xr-xr-x  458216  r
neel     csh         1581 ctty /dev        131 crw--w----   pts/1 rw
neel     csh         1581   15 /dev        131 crw--w----   pts/1 rw
neel     csh         1581   16 /dev        131 crw--w----   pts/1 rw
neel     csh         1581   17 /dev        131 crw--w----   pts/1 rw
neel     csh         1581   18 /dev        131 crw--w----   pts/1 rw
neel     csh         1581   19 /dev        131 crw--w----   pts/1 rw
neel     sshd        1580 root /            34 drwxr-xr-x      27  r
neel     sshd        1580   wd /            34 drwxr-xr-x      27  r
neel     sshd        1580 text /          1746 -r-xr-xr-x  326320  r
neel     sshd        1580    0 /dev         27 crw-rw-rw-    null rw
neel     sshd        1580    1 /dev         27 crw-rw-rw-    null rw
neel     sshd        1580    2 /dev         27 crw-rw-rw-    null rw
neel     sshd        1580    3 /dev         65 crw-rw-rw-  crypto rw
neel     sshd        1580    4* local stream fffff8003b0dcb00 <-> fffff8003b004b00
neel     sshd        1580    5* internet stream tcp fffffe01173534c8
neel     sshd        1580    6 /dev         65 crw-rw-rw-  crypto rw
neel     sshd        1580    7* pipe fffff80024cc3000 <-> fffff80024cc3160      0 rw
neel     sshd        1580    8* local stream fffff80024819c00
neel     sshd        1580    9* pipe fffff80024cc3160 <-> fffff80024cc3000      0 rw
neel     sshd        1580   10* pseudo-terminal master      pts/1 rw
neel     sshd        1580   12* pseudo-terminal master      pts/1 rw
neel     sshd        1580   13* pseudo-terminal master      pts/1 rw
root     sshd        1575 root /            34 drwxr-xr-x      27  r
root     sshd        1575   wd /            34 drwxr-xr-x      27  r
root     sshd        1575 text /          1746 -r-xr-xr-x  326320  r
root     sshd        1575    0 /dev         27 crw-rw-rw-    null  r
root     sshd        1575    1 /dev         27 crw-rw-rw-    null rw
root     sshd        1575    2 /dev         27 crw-rw-rw-    null rw
root     sshd        1575    3 /dev         65 crw-rw-rw-  crypto rw
root     sshd        1575    4* pseudo-terminal master      pts/1 rw
root     sshd        1575    5* internet stream tcp fffffe01173534c8
root     sshd        1575    6 /dev         65 crw-rw-rw-  crypto rw
root     sshd        1575    7* local stream fffff8003b004b00 <-> fffff8003b0dcb00
root     sshd        1575    8* local stream fffff80024819c00
root     csh         1570 root /            34 drwxr-xr-x      27  r
root     csh         1570   wd /var/crash     34 drwxr-x---      32  r
root     csh         1570 text /         14735 -r-xr-xr-x  458216  r
root     csh         1570 ctty /dev        129 crw--w----   pts/0 rw
root     csh         1570   15 /dev        129 crw--w----   pts/0 rw
root     csh         1570   16 /dev        129 crw--w----   pts/0 rw
root     csh         1570   17 /dev        129 crw--w----   pts/0 rw
root     csh         1570   18 /dev        129 crw--w----   pts/0 rw
root     csh         1570   19 /dev        129 crw--w----   pts/0 rw
root     su          1569 root /            34 drwxr-xr-x      27  r
root     su          1569   wd /usr/home      2 drwxr-xr-x      12  r
root     su          1569 text /          5580 -r-sr-xr-x   17896  r
root     su          1569 ctty /dev        129 crw--w----   pts/0 rw
root     su          1569    0 /dev        129 crw--w----   pts/0 rw
root     su          1569    1 /dev        129 crw--w----   pts/0 rw
root     su          1569    2 /dev        129 crw--w----   pts/0 rw
neel     csh         1565 root /            34 drwxr-xr-x      27  r
neel     csh         1565   wd /usr/home      2 drwxr-xr-x      12  r
neel     csh         1565 text /         14735 -r-xr-xr-x  458216  r
neel     csh         1565 ctty /dev        129 crw--w----   pts/0 rw
neel     csh         1565   15 /dev        129 crw--w----   pts/0 rw
neel     csh         1565   16 /dev        129 crw--w----   pts/0 rw
neel     csh         1565   17 /dev        129 crw--w----   pts/0 rw
neel     csh         1565   18 /dev        129 crw--w----   pts/0 rw
neel     csh         1565   19 /dev        129 crw--w----   pts/0 rw
neel     sshd        1564 root /            34 drwxr-xr-x      27  r
neel     sshd        1564   wd /            34 drwxr-xr-x      27  r
neel     sshd        1564 text /          1746 -r-xr-xr-x  326320  r
neel     sshd        1564    0 /dev         27 crw-rw-rw-    null rw
neel     sshd        1564    1 /dev         27 crw-rw-rw-    null rw
neel     sshd        1564    2 /dev         27 crw-rw-rw-    null rw
neel     sshd        1564    3 /dev         65 crw-rw-rw-  crypto rw
neel     sshd        1564    4* local stream fffff8003b194d00 <-> fffff8003b004900
neel     sshd        1564    5* internet stream tcp fffffe01173538f0
neel     sshd        1564    6 /dev         65 crw-rw-rw-  crypto rw
neel     sshd        1564    7* pipe fffff80032de72e8 <-> fffff80032de7448      0 rw
neel     sshd        1564    8* local stream fffff8003b0dcc00
neel     sshd        1564    9* pipe fffff80032de7448 <-> fffff80032de72e8      0 rw
neel     sshd        1564   10* pseudo-terminal master      pts/0 rw
neel     sshd        1564   12* pseudo-terminal master      pts/0 rw
neel     sshd        1564   13* pseudo-terminal master      pts/0 rw
root     sshd        1561 root /            34 drwxr-xr-x      27  r
root     sshd        1561   wd /            34 drwxr-xr-x      27  r
root     sshd        1561 text /          1746 -r-xr-xr-x  326320  r
root     sshd        1561    0 /dev         27 crw-rw-rw-    null  r
root     sshd        1561    1 /dev         27 crw-rw-rw-    null rw
root     sshd        1561    2 /dev         27 crw-rw-rw-    null rw
root     sshd        1561    3 /dev         65 crw-rw-rw-  crypto rw
root     sshd        1561    4* pseudo-terminal master      pts/0 rw
root     sshd        1561    5* internet stream tcp fffffe01173538f0
root     sshd        1561    6 /dev         65 crw-rw-rw-  crypto rw
root     sshd        1561    7* local stream fffff8003b004900 <-> fffff8003b194d00
root     sshd        1561    8* local stream fffff8003b0dcc00
root     getty       1559 root /            34 drwxr-xr-x      27  r
root     getty       1559   wd /            34 drwxr-xr-x      27  r
root     getty       1559 text /          5634 -r-xr-xr-x   35568  r
root     getty       1559 ctty /dev         94 crw-------   ttyv7 rw
root     getty       1559    0 /dev         94 crw-------   ttyv7 rw
root     getty       1559    1 /dev         94 crw-------   ttyv7 rw
root     getty       1559    2 /dev         94 crw-------   ttyv7 rw
root     getty       1558 root /            34 drwxr-xr-x      27  r
root     getty       1558   wd /            34 drwxr-xr-x      27  r
root     getty       1558 text /          5634 -r-xr-xr-x   35568  r
root     getty       1558 ctty /dev         93 crw-------   ttyv6 rw
root     getty       1558    0 /dev         93 crw-------   ttyv6 rw
root     getty       1558    1 /dev         93 crw-------   ttyv6 rw
root     getty       1558    2 /dev         93 crw-------   ttyv6 rw
root     getty       1557 root /            34 drwxr-xr-x      27  r
root     getty       1557   wd /            34 drwxr-xr-x      27  r
root     getty       1557 text /          5634 -r-xr-xr-x   35568  r
root     getty       1557 ctty /dev         92 crw-------   ttyv5 rw
root     getty       1557    0 /dev         92 crw-------   ttyv5 rw
root     getty       1557    1 /dev         92 crw-------   ttyv5 rw
root     getty       1557    2 /dev         92 crw-------   ttyv5 rw
root     getty       1556 root /            34 drwxr-xr-x      27  r
root     getty       1556   wd /            34 drwxr-xr-x      27  r
root     getty       1556 text /          5634 -r-xr-xr-x   35568  r
root     getty       1556 ctty /dev         91 crw-------   ttyv4 rw
root     getty       1556    0 /dev         91 crw-------   ttyv4 rw
root     getty       1556    1 /dev         91 crw-------   ttyv4 rw
root     getty       1556    2 /dev         91 crw-------   ttyv4 rw
root     getty       1555 root /            34 drwxr-xr-x      27  r
root     getty       1555   wd /            34 drwxr-xr-x      27  r
root     getty       1555 text /          5634 -r-xr-xr-x   35568  r
root     getty       1555 ctty /dev         90 crw-------   ttyv3 rw
root     getty       1555    0 /dev         90 crw-------   ttyv3 rw
root     getty       1555    1 /dev         90 crw-------   ttyv3 rw
root     getty       1555    2 /dev         90 crw-------   ttyv3 rw
root     getty       1554 root /            34 drwxr-xr-x      27  r
root     getty       1554   wd /            34 drwxr-xr-x      27  r
root     getty       1554 text /          5634 -r-xr-xr-x   35568  r
root     getty       1554 ctty /dev         89 crw-------   ttyv2 rw
root     getty       1554    0 /dev         89 crw-------   ttyv2 rw
root     getty       1554    1 /dev         89 crw-------   ttyv2 rw
root     getty       1554    2 /dev         89 crw-------   ttyv2 rw
root     getty       1553 root /            34 drwxr-xr-x      27  r
root     getty       1553   wd /            34 drwxr-xr-x      27  r
root     getty       1553 text /          5634 -r-xr-xr-x   35568  r
root     getty       1553 ctty /dev         88 crw-------   ttyv1 rw
root     getty       1553    0 /dev         88 crw-------   ttyv1 rw
root     getty       1553    1 /dev         88 crw-------   ttyv1 rw
root     getty       1553    2 /dev         88 crw-------   ttyv1 rw
root     login       1552 root /            34 drwxr-xr-x      27  r
root     login       1552   wd /           130 drwxr-x---      51  r
root     login       1552 text /           601 -r-sr-xr-x   26488  r
root     login       1552 ctty /dev         87 crw-------   ttyv0 rw
root     login       1552    0 /dev         87 crw-------   ttyv0 rw
root     login       1552    1 /dev         87 crw-------   ttyv0 rw
root     login       1552    2 /dev         87 crw-------   ttyv0 rw
root     login       1552    3* local dgram fffff8003b004800 <-> fffff8003b194e00
root     sshd        1530 root /            34 drwxr-xr-x      27  r
root     sshd        1530   wd /            34 drwxr-xr-x      27  r
root     sshd        1530 text /          1746 -r-xr-xr-x  326320  r
root     sshd        1530    0 /dev         27 crw-rw-rw-    null rw
root     sshd        1530    1 /dev         27 crw-rw-rw-    null rw
root     sshd        1530    2 /dev         27 crw-rw-rw-    null rw
root     sshd        1530    3 /dev         65 crw-rw-rw-  crypto rw
root     sshd        1530    4* internet6 stream tcp fffffe01173348f0
root     sshd        1530    5* internet stream tcp fffffe01173344c8
root     cron        1511 root /            34 drwxr-xr-x      27  r
root     cron        1511   wd /         15638 drwxr-x---       3  r
root     cron        1511 text /          1823 -r-xr-xr-x   48424  r
root     cron        1511    0 /dev         27 crw-rw-rw-    null rw
root     cron        1511    1 /dev         27 crw-rw-rw-    null rw
root     cron        1511    2 /dev         27 crw-rw-rw-    null rw
root     cron        1511    3 /         15637 drwxr-xr-x      27  r
root     cron        1511    4 /        262917 -rw-------       4  w
root     syslogd     1423 root /            34 drwxr-xr-x      27  r
root     syslogd     1423   wd /            34 drwxr-xr-x      27  r
root     syslogd     1423 text /          1800 -r-xr-xr-x   57664  r
root     syslogd     1423    0 /dev         27 crw-rw-rw-    null rw
root     syslogd     1423    1 /dev         27 crw-rw-rw-    null rw
root     syslogd     1423    2 /dev         27 crw-rw-rw-    null rw
root     syslogd     1423    3* pipe fffff80024cc3ba0 <-> fffff80024cc3d00      0 rw
root     syslogd     1423    4* pipe fffff80024cc3d00 <-> fffff80024cc3ba0      0 rw
root     syslogd     1423    5 /dev         12 crw-------    klog  r
root     syslogd     1423    6* internet6 dgram udp fffff8003b19ab70
root     syslogd     1423    7* internet dgram udp fffff8003b19ad58
root     syslogd     1423    8* local dgram fffff8003b004e00
root     syslogd     1423    9* local dgram fffff8003b194e00
root     syslogd     1423   10 /         15637 drwxr-xr-x      27  r
root     syslogd     1423   11 /        263044 -rw-------       4  w
root     syslogd     1423   13 -         -         bad    -
root     syslogd     1423   14 /var/log      7 -rw-r--r--  274327  w
root     syslogd     1423   15 /var/log    262 -rw-------      63  w
root     syslogd     1423   16 /var/log    256 -rw-------   61278  w
root     syslogd     1423   17 /var/log    259 -rw-r-----   34967  w
root     syslogd     1423   18 /var/log    257 -rw-------   42783  w
root     syslogd     1423   19 /var/log    258 -rw-------    2211  w
root     syslogd     1423   20 /var/log    263 -rw-r--r--   45014  w
root     syslogd     1423   22 /var/log    264 -rw-------      63  w
root     syslogd     1423   23 /var/log    265 -rw-r--r--      63  w
root     syslogd     1423   24 /var/log    266 -rw-r-----      63  w
root     devd        1229 root /            34 drwxr-xr-x      27  r
root     devd        1229   wd /            34 drwxr-xr-x      27  r
root     devd        1229 text /         15454 -r-xr-xr-x  1090352  r
root     devd        1229    0 /dev         27 crw-rw-rw-    null rw
root     devd        1229    1 /dev         27 crw-rw-rw-    null rw
root     devd        1229    2 /dev         27 crw-rw-rw-    null rw
root     devd        1229    3 /dev          8 crw-------  devctl  r
root     devd        1229    4* local stream fffff8003b1d8b00
root     devd        1229    5* local seqpak fffff80024819d00
root     devd        1229    6 /         15637 drwxr-xr-x      27  r
root     devd        1229    7 /        262785 -rw-------       4  w
root     devd        1229    8* local dgram fffff8003b145b00 <-> fffff8003b194e00
root     devd        1229    9* local stream fffff8003b1d8e00 -> fffff80024819e00
_dhcp    dhclient    1078 root /            34 drwxr-xr-x      27  r
_dhcp    dhclient    1078   wd /            34 drwxr-xr-x      27  r
_dhcp    dhclient    1078 text /         15500 -r-xr-xr-x  119472  r
_dhcp    dhclient    1078    0 /dev         27 crw-rw-rw-    null rw
_dhcp    dhclient    1078    1 /dev         27 crw-rw-rw-    null rw
_dhcp    dhclient    1078    2 /dev         27 crw-rw-rw-    null rw
_dhcp    dhclient    1078    3 /         15660 drwxr-xr-x       3  r
_dhcp    dhclient    1078    4* local stream fffff8003b1d8800 <-> fffff8003b145d00
_dhcp    dhclient    1078    5 /        262659 -rw-r--r--       4  w
_dhcp    dhclient    1078    7 /dev         31 crw-------     bpf  r
_dhcp    dhclient    1078    8* route raw 0 fffff8003b2fbb10
_dhcp    dhclient    1078    9 /         32903 ----------    1168  w
_dhcp    dhclient    1078   11* pipe fffff80032feb160 <-> fffff80032feb000      0 rw
root     dhclient    1000 root /            34 drwxr-xr-x      27  r
root     dhclient    1000   wd /            34 drwxr-xr-x      27  r
root     dhclient    1000 text /         15500 -r-xr-xr-x  119472  r
root     dhclient    1000    0 /dev         27 crw-rw-rw-    null rw
root     dhclient    1000    1 /dev         27 crw-rw-rw-    null rw
root     dhclient    1000    2 /dev         27 crw-rw-rw-    null rw
root     dhclient    1000    3 /         15660 drwxr-xr-x       3  r
root     dhclient    1000    4* local stream fffff8003b1d8800 <-> fffff8003b145d00
root     dhclient    1000    5 /        262659 -rw-r--r--       4  w
root     dhclient    1000    8 /dev         31 crw-------     bpf  w
root     dhclient    1000    9* internet raw ip fffff80032e60b70
root     dhclient    1000   10* pipe fffff80032feb000 <-> fffff80032feb160      0 rw
root     dhclient     997 root /            34 drwxr-xr-x      27  r
root     dhclient     997   wd /            34 drwxr-xr-x      27  r
root     dhclient     997 text /         15500 -r-xr-xr-x  119472  r
root     dhclient     997    0 /dev         27 crw-rw-rw-    null rw
root     dhclient     997    1 /dev         27 crw-rw-rw-    null rw
root     dhclient     997    2 /dev         27 crw-rw-rw-    null rw
root     dhclient     997    3
root     dhclient     997    6* local stream fffff8003b145d00 <-> fffff8003b1d8800
root     ng_queue     941 root /            34 drwxr-xr-x      27  r
root     ng_queue     941   wd /            34 drwxr-xr-x      27  r
root     init           1 root /            34 drwxr-xr-x      27  r
root     init           1   wd /            34 drwxr-xr-x      27  r
root     init           1 text /         15519 -r-xr-xr-x  1348432  r
root     kernel         0 root /            34 drwxr-xr-x      27  r
root     kernel         0   wd /            34 drwxr-xr-x      27  r

------------------------------------------------------------------------
dmesg

---<<BOOT>>---
Copyright (c) 1992-2021 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 14.0-CURRENT #1 main-n247274-4ab5c88da287-dirty: Wed Jun  9 22:33:40 PDT 2021
    root@spectre.local:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe)
WARNING: WITNESS option enabled, expect reduced performance.
VT(efifb): resolution 1024x768
CPU: Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz (2000.00-MHz K8-class CPU)
  Origin="GenuineIntel"  Id=0x806eb  Family=0x6  Model=0x8e  Stepping=11
  Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=0x7ffafbbf<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,SDBG,FMA,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND>
  AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
  AMD Features2=0x121<LAHF,ABM,Prefetch>
  Structured Extended Features=0x29c67af<FSGSBASE,TSCADJ,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,NFPUSG,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PROCTRACE>
  Structured Extended Features3=0xbc002400<MD_CLEAR,TSXFA,IBPB,STIBP,L1DFL,ARCH_CAP,SSBD>
  XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES>
  IA32_ARCH_CAPS=0x9<RDCL_NO,SKIP_L1DFL_VME>
  VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID
  TSC: P-state invariant, performance statistics
real memory  = 17179869184 (16384 MB)
avail memory = 16170049536 (15420 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: <HPQOEM 8514    >
FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 hardware threads
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
random: unblocking device.
ioapic0 <Version 2.0> irqs 0-119
Launching APs: 1 7 2 4 6 3 5
Timecounter "TSC" frequency 2000000000 Hz quality 1000
random: entropy device external interface
kbd1 at kbdmux0
mlx5en: Mellanox Ethernet driver 3.6.0 (December 2020)
efirtc0: <EFI Realtime Clock>
efirtc0: registered as a time-of-day clock, resolution 1.000000s
smbios0: <System Management BIOS> at iomem 0x4fa89000-0x4fa8901e
smbios0: Version: 3.2, BCD Revision: 3.2
aesni0: <AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS>
acpi0: <HPQOEM SLIC-MPC>
Firmware Error (ACPI): Could not resolve symbol [\134_SB.PCI0.XDCI], AE_NOT_FOUND (20210604/dswload2-315)
ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Could not resolve symbol [\134_SB.PCI0.I2C1.TPL1], AE_NOT_FOUND (20210604/dswload2-315)
ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.GPLD], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.TPLD], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.GUPC], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.TUPC], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.USR1._UPC], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.USR1._PLD], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.USR2._UPC], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.USR2._PLD], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.SS05._UPC], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.SS05._PLD], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.SS06._UPC], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Failure creating named object [\134_SB.PCI0.XHC.RHUB.SS06._PLD], AE_ALREADY_EXISTS (20210604/dswload2-480)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Could not resolve symbol [\134_SB.PCI0.XDCI], AE_NOT_FOUND (20210604/dswload2-315)
ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210604/psobject-372)
Firmware Error (ACPI): Could not resolve symbol [\134_SB.PCI0.I2C1.TPL1.TDX], AE_NOT_FOUND (20210604/psargs-503)
ACPI Error: Aborting method \134_SB.PCI0.I2C1.INC1 due to previous error (AE_NOT_FOUND) (20210604/psparse-689)
ACPI Error: Aborting method \134_SB.PCI0.I2C1._INI due to previous error (AE_NOT_FOUND) (20210604/psparse-689)
unknown: memory range not supported
cpu0: <ACPI CPU> on acpi0
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 24000000 Hz quality 950
Event timer "HPET" frequency 24000000 Hz quality 550
atrtc0: <AT realtime clock> port 0x70-0x77 irq 8 on acpi0
atrtc0: Warning: Couldn't map I/O.
atrtc0: registered as a time-of-day clock, resolution 1.000000s
Event timer "RTC" frequency 32768 Hz quality 0
attimer0: <AT timer> port 0x40-0x43,0x50-0x53 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1808-0x180b on acpi0
acpi_ec0: <Embedded Controller: GPE 0x17> port 0x62,0x66 on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
vgapci0: <VGA-compatible display> port 0x3000-0x303f mem 0x604a000000-0x604affffff,0x4000000000-0x400fffffff at device 2.0 on pci0
vgapci0: Boot video device
pci0: <simple comms, UART> at device 19.0 (no driver attached)
xhci0: <XHCI (generic) USB 3.0 controller> mem 0x604b100000-0x604b10ffff at device 20.0 on pci0
xhci0: 32 bytes context size, 64-bit DMA
usbus0 on xhci0
usbus0: 5.0Gbps Super Speed USB v3.0
pci0: <memory, RAM> at device 20.2 (no driver attached)
pci0: <network> at device 20.3 (no driver attached)
pci0: <serial bus> at device 21.0 (no driver attached)
pci0: <serial bus> at device 21.1 (no driver attached)
pci0: <simple comms> at device 22.0 (no driver attached)
ahci0: <Intel ICH8M+ (RAID) AHCI SATA controller> port 0x3090-0x3097,0x3080-0x3083,0x3060-0x307f mem 0x8e400000-0x8e401fff,0x8e403000-0x8e4030ff,0x8e402000-0x8e4027ff at device 23.0 on pci0
ahci0: AHCI v1.31 with 16 3Gbps ports, Port Multiplier not supported
pcib1: <ACPI PCI-PCI bridge> at device 28.0 on pci0
pci1: <ACPI PCI bus> on pcib1
rtsx0: <2.0c Realtek RTS525A PCI MMC/SD Card Reader> mem 0x8e300000-0x8e300fff at device 0.0 on pci1
rtsx0: pci_read_config() error - reg: 0xeeffffaa
rtsx0: Card absent
pcib2: <ACPI PCI-PCI bridge> at device 28.4 on pci0
pci2: <ACPI PCI bus> on pcib2
pcib3: <ACPI PCI-PCI bridge> at device 0.0 on pci2
pci3: <ACPI PCI bus> on pcib3
pcib4: <ACPI PCI-PCI bridge> at device 0.0 on pci3
pci4: <ACPI PCI bus> on pcib4
pcib5: <PCI-PCI bridge> at device 1.0 on pci3
pcib6: <ACPI PCI-PCI bridge> at device 2.0 on pci3
pci5: <ACPI PCI bus> on pcib6
xhci1: <XHCI (generic) USB 3.0 controller> mem 0x77f00000-0x77f0ffff at device 0.0 on pci5
xhci1: 32 bytes context size, 64-bit DMA
usbus1 on xhci1
usbus1: 5.0Gbps Super Speed USB v3.0
pcib7: <PCI-PCI bridge> at device 4.0 on pci3
pcib8: <ACPI PCI-PCI bridge> at device 29.0 on pci0
pci6: <ACPI PCI bus> on pcib8
nvme0: <Generic NVMe Device> mem 0x8e200000-0x8e203fff at device 0.0 on pci6
pcib9: <ACPI PCI-PCI bridge> at device 29.6 on pci0
pci7: <ACPI PCI bus> on pcib9
nvme1: <Generic NVMe Device> mem 0x8e110000-0x8e113fff,0x8e100000-0x8e10ffff at device 0.0 on pci7
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
hdac0: <Intel Cannon Lake HDA Controller> mem 0x604b118000-0x604b11bfff,0x604b000000-0x604b0fffff at device 31.3 on pci0
pci0: <serial bus> at device 31.5 (no driver attached)
battery0: <ACPI Control Method Battery> on acpi0
acpi_acad0: <AC Adapter> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_button0: <Power Button> on acpi0
acpi_tz0: <Thermal Zone> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
acpi_syscontainer0: <System Container> on acpi0
hwpstate_intel0: <Intel Speed Shift> on cpu0
hwpstate_intel1: <Intel Speed Shift> on cpu1
hwpstate_intel2: <Intel Speed Shift> on cpu2
hwpstate_intel3: <Intel Speed Shift> on cpu3
hwpstate_intel4: <Intel Speed Shift> on cpu4
hwpstate_intel5: <Intel Speed Shift> on cpu5
hwpstate_intel6: <Intel Speed Shift> on cpu6
hwpstate_intel7: <Intel Speed Shift> on cpu7
Timecounters tick every 1.000 msec
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
ugen1.1: <0x8086 XHCI root HUB> at usbus1
ugen0.1: <0x8086 XHCI root HUB> at usbus0
uhub0 on usbus1
uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus1
uhub1 on usbus0
uhub1: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
nvd0: <INTEL HBRPEKNX0202AH> NVMe namespace
nvd0: 488386MB (1000215216 512 byte sectors)
uhub0: 4 ports with 4 removable, self powered
nvd1: <INTEL HBRPEKNX0202AHO> NVMe namespace
nvd1: 27905MB (57149440 512 byte sectors)
hdacc0: <Realtek ALC285 HDA CODEC> at cad 0 on hdac0
hdaa0: <Realtek ALC285 Audio Function Group> at nid 1 on hdacc0
pcm0: <Realtek ALC285 (Analog)> at nid 23 and 25 on hdaa0
pcm1: <Realtek ALC285 (Right Analog Headphones)> at nid 33 on hdaa0
hdacc1: <Intel Kaby Lake HDA CODEC> at cad 2 on hdac0
hdaa1: <Intel Kaby Lake Audio Function Group> at nid 1 on hdacc1
pcm2: <Intel Kaby Lake (HDMI/DP 8ch)> at nid 3 on hdaa1
Trying to mount root from zfs:zroot/ROOT/default []...
Root mount waiting for: usbus0 CAM
WARNING: WITNESS option enabled, expect reduced performance.
uhub1: 18 ports with 18 removable, self powered
ugen0.2: <SunplusIT Inc HP Wide Vision FHD Camera> at usbus0
Root mount waiting for: usbus0
ugen0.3: <vendor 0x06cb product 0x00bb> at usbus0
ugen0.4: <vendor 0x8087 product 0x0aaa> at usbus0
Setting hostuuid: 39444335-3232-5839-3231-315832324435.
Setting hostid: 0xaee40e88.
no pools available to import
Starting file system checks:
/dev/nvd0p1: FILESYSTEM CLEAN; SKIPPING CHECKS
Mounting local filesystems:.
Autoloading module: acpi_wmi.ko
Autoloading module: if_iwm.ko
Autoloading module: ig4.ko
Autoloading module: pchtherm.ko
pchtherm0: <CannonLake-LP Thermal Subsystem> mem 0x604b129000-0x604b129fff at device 18.0 on pci0
iwm0: <Intel(R) Dual Band Wireless AC 9560> mem 0x604b11c000-0x604b11ffff at device 20.3 on pci0
iwm0: hw rev 0x310, fw ver 34.3125811985.0, address 38:00:25:50:7b:89
ig4iic0: <Intel Cannon Lake-LP I2C Controller-2> at device 21.0 on pci0
ig4iic0: Using MSI
iicbus0: <Philips I2C bus (ACPI-hinted)> on ig4iic0
iicbus0: <unknown card> at addr 0x10
ig4iic1: <Intel Cannon Lake-LP I2C Controller-3> at device 21.1 on pci0
ig4iic1: Using MSI
iicbus1: <Philips I2C bus (ACPI-hinted)> on ig4iic1
iicbus1: <unknown card> at addr 0x2c
acpi_wmi0: <ACPI-WMI mapping> on acpi0
acpi_wmi1: <ACPI-WMI mapping> on acpi0
acpi_wmi1: Embedded MOF found
ACPI: \134_SB.WFDE.WQCC: 1 arguments were passed to a non-method ACPI object (Buffer) (20210604/nsarguments-361)
acpi_wmi2: <ACPI-WMI mapping> on acpi0
acpi_wmi2: Embedded MOF found
ACPI: \134_SB.WFTE.WQCC: 1 arguments were passed to a non-method ACPI object (Buffer) (20210604/nsarguments-361)
acpi_wmi3: <ACPI-WMI mapping> on acpi0
acpi_wmi3: Embedded MOF found
ACPI: \134_SB.WMID.WQAB: 1 arguments were passed to a non-method ACPI object (Buffer) (20210604/nsarguments-361)
Setting up harvesting: PURE_RDRAND,[UMA],[FS_ATIME],SWI,INTERRUPT,NET_NG,[NET_ETHER],NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED
Feeding entropy: .
Setting hostname: spectre.local.
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/compat/pkg /usr/local/lib/compat/pkg /usr/local/lib/perl5/5.32/mach/CORE /usr/local/llvm10/lib /usr/local/share/chromium
32-bit compatibility ldconfig path: /usr/lib32 /usr/local/lib32 /usr/local/lib32/wine
wlan0: Ethernet address: 38:00:25:50:7b:89
Created wlan(4) interfaces: wlan0.
lo0: link state changed to UP
Starting wpa_supplicant.
wlan0: link state changed to UP
pid 299 (wpa_supplicant), jid 0, uid 0: exited on signal 10 (core dumped)
Starting Network: lo0 wlan0.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
	options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
	inet6 ::1 prefixlen 128
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
	inet 127.0.0.1 netmask 0xff000000
	groups: lo
	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	ether 38:00:25:50:7b:89
	inet6 fe80::3a00:25ff:fe50:7b89%wlan0 prefixlen 64 scopeid 0x2
	inet6 2604:5500:7025:f800:3a00:25ff:fe50:7b89 prefixlen 64 autoconf
	groups: wlan
	ssid NeelWifi channel 149 (5745 MHz 11a) bssid 0c:83:9a:7f:a5:74
	regdomain FCC country US authmode WPA2/802.11i privacy ON
	deftxkey UNDEF AES-CCM 2:128-bit txpower 23 bmiss 10 mcastrate 6
	mgmtrate 6 scanvalid 60 wme roaming MANUAL
	parent interface: iwm0
	media: IEEE 802.11 Wireless Ethernet OFDM/36Mbps mode 11a
	status: associated
	nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
Starting devd.
Autoloading module: pchtherm.ko
Autoloading module: if_iwm.ko
Autoloading module: ig4.ko
Autoloading module: ig4.ko
Autoloading module: acpi_wmi.ko
Autoloading module: acpi_wmi.ko
Autoloading module: acpi_wmi.ko
Autoloading module: acpi_wmi.ko
iwmbtfw: iwmbt_fw_read: open: /usr/local/share/iwmbt-firmware/ibt-17-16-1.sfi: No such file or directory
iwmbtfw: main: Firmware download failed!
Autoloading module: ng_ubt.ko
Autoloading module: ng_ubt.ko
Autoloading module: iichid.ko
iichid0: <ELAN2514:00 04F3:2813 I2C HID device> at addr 0x10 on iicbus0
iichid0: Interrupt setup failed. Fallback to sampling
hidbus0: <HID bus> on iichid0
iichid1: <SYNA327E:00 06CB:CD4F I2C HID device> at addr 0x2c on iicbus1
iichid1: Interrupt setup failed. Fallback to sampling
hidbus1: <HID bus> on iichid1
Autoloading module: iichid.ko
Starting dhclient.
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPACK from 172.20.0.1
bound to 172.20.0.232 -- renewal in 3600 seconds.
Autoloading module: ng_ubt.ko
Autoloading module: ng_ubt.ko
Autoloading module: hmt.ko
hmt0: <ELAN2514:00 04F3:2813 TouchScreen> on hidbus0
hmt0: Multitouch touchscreen with 0 external buttons
hmt0: 10 contacts with [WH] properties. Report range [0:0] - [3408:1920]
hmt1: <SYNA327E:00 06CB:CD4F TouchPad> on hidbus1
hconf0: <SYNA327E:00 06CB:CD4F Configuration> on hidbus1
hmt1: Multitouch touchpad with 0 external buttons, click-pad
hmt1: 5 contacts with [C] properties. Report range [0:0] - [1392:672]
Autoloading module: hpen.ko
hpen0: <ELAN2514:00 04F3:2813 Pen> on hidbus0
Autoloading module: hms.ko
hms0: <SYNA327E:00 06CB:CD4F Mouse> on hidbus1
hms0: 2 buttons and [XY] coordinates ID=2
Autoloading module: hmt.ko
Autoloading module: hconf.ko
add host 127.0.0.1: gateway lo0 fib 0: route already in table
add host ::1: gateway lo0 fib 0: route already in table
add net fe80::: gateway ::1
add net ff02::: gateway ::1
add net ::ffff:0.0.0.0: gateway ::1
add net ::0.0.0.0: gateway ::1
Updating /var/run/os-release done.
Creating and/or trimming log files.
Clearing /tmp (X related).
Updating motd:.
Starting syslogd.
No core dumps found.
Mounting late filesystems:.
Starting cron.
Starting sendmail_submit.
Script /etc/rc.d/sendmail interrupted
Performing sanity check on sshd configuration.
Starting sshd.
Configuring vt: blanktime.
Starting background file system checks in 60 seconds.

Tue Jun 15 20:07:31 PDT 2021
Jun 15 20:09:06 spectre su[1570]: neel to root on /dev/pts/0
Jun 15 20:10:04 spectre su[1586]: neel to root on /dev/pts/1
Jun 15 20:19:36 spectre login[1552]: ROOT LOGIN (root) ON ttyv0
drmn0: <drmn> on vgapci0
vgapci0: child drmn0 requested pci_enable_io
vgapci0: child drmn0 requested pci_enable_io
[drm] Unable to create a private tmpfs mount, hugepage support will be disabled(-19).
Failed to add WC MTRR for [0x4000000000-0x400fffffff]: -22; performance may suffer
[drm] Unable to create a private tmpfs mount, hugepage support will be disabled(-19).
[drm] Got stolen memory base 0x59000000, size 0x4000000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Jun 15 20:19:38 spectre kernel: Failed to add WC MTRR for [0x4000000000-0x400fffffff]: -22; performance may suffer
[drm] Connector eDP-1: get mode from tunables:
[drm]   - kern.vt.fb.modes.eDP-1
[drm]   - kern.vt.fb.default_mode
drmn0: successfully loaded firmware image 'i915/kbl_dmc_ver1_04.bin'
drmn0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[drm] Connector DP-1: get mode from tunables:
[drm]   - kern.vt.fb.modes.DP-1
[drm]   - kern.vt.fb.default_mode
[drm] Connector DP-2: get mode from tunables:
[drm]   - kern.vt.fb.modes.DP-2
[drm]   - kern.vt.fb.default_mode
sysctl_warn_reuse: can't re-use a leaf (hw.dri.debug)!
[drm] Initialized i915 1.6.0 20200313 for drmn0 on minor 0
WARNING: Device "fb" is Giant locked and may be deleted before FreeBSD 14.0.
VT: Replacing driver "efifb" with new "fb".
taskqueue_drain with the following non-sleepable locks held:
exclusive sleep mutex vtdev (vtdev) r = 0 (0xffffffff81ae90a8) locked @ /usr/src/sys/dev/vt/vt_core.c:3012
stack backtrace:
#0 0xffffffff80c87f41 at witness_debugger+0x71
#1 0xffffffff80c8905d at witness_warn+0x40d
#2 0xffffffff80c7a979 at taskqueue_drain+0x39
#3 0xffffffff834dd253 at vt_kms_postswitch+0x73
#4 0xffffffff80a67afd at vt_fb_init+0xfd
#5 0xffffffff80a6f208 at vt_replace_backend+0x118
#6 0xffffffff80a67c03 at vt_fb_attach+0x13
#7 0xffffffff834dde58 at linux_register_framebuffer+0x5e8
#8 0xffffffff834e5765 at __drm_fb_helper_initial_config_and_unlock+0x445
#9 0xffffffff83194ac0 at intel_fbdev_initial_config_async+0x20
#10 0xffffffff830757b4 at i915_driver_probe+0x1094
#11 0xffffffff8308747c at i915_pci_probe+0x3c
#12 0xffffffff80e7ddf6 at linux_pci_attach_device+0x2d6
#13 0xffffffff80c5303a at device_attach+0x3ca
#14 0xffffffff80c52be0 at device_probe_and_attach+0x70
#15 0xffffffff80c54ab8 at bus_generic_driver_added+0x58
#16 0xffffffff80c50839 at devclass_driver_added+0x39
#17 0xffffffff80c50777 at devclass_add_driver+0x147
Sleeping on "tq_drain" with the following non-sleepable locks held:
exclusive sleep mutex vtdev (vtdev) r = 0 (0xffffffff81ae90a8) locked @ /usr/src/sys/dev/vt/vt_core.c:3012
stack backtrace:
#0 0xffffffff80c87f41 at witness_debugger+0x71
#1 0xffffffff80c8905d at witness_warn+0x40d
#2 0xffffffff80c23deb at _sleep+0x5b
#3 0xffffffff80c7aa3b at taskqueue_drain+0xfb
#4 0xffffffff834dd253 at vt_kms_postswitch+0x73
#5 0xffffffff80a67afd at vt_fb_init+0xfd
#6 0xffffffff80a6f208 at vt_replace_backend+0x118
#7 0xffffffff80a67c03 at vt_fb_attach+0x13
#8 0xffffffff834dde58 at linux_register_framebuffer+0x5e8
#9 0xffffffff834e5765 at __drm_fb_helper_initial_config_and_unlock+0x445
#10 0xffffffff83194ac0 at intel_fbdev_initial_config_async+0x20
#11 0xffffffff830757b4 at i915_driver_probe+0x1094
#12 0xffffffff8308747c at i915_pci_probe+0x3c
#13 0xffffffff80e7ddf6 at linux_pci_attach_device+0x2d6
#14 0xffffffff80c5303a at device_attach+0x3ca
#15 0xffffffff80c52be0 at device_probe_and_attach+0x70
#16 0xffffffff80c54ab8 at bus_generic_driver_added+0x58
#17 0xffffffff80c50839 at devclass_driver_added+0x39
lock order reversal: (Giant after non-sleepable)
 1st 0xffffffff81ae90a8 vtdev (vtdev, sleep mutex) @ /usr/src/sys/dev/vt/vt_core.c:3012
 2nd 0xffffffff81a02940 Giant (Giant, sleep mutex) @ /usr/src/sys/kern/kern_synch.c:228
lock order Giant -> vtdev established at:
#0 0xffffffff80c8731d at witness_checkorder+0x46d
#1 0xffffffff80bf3fa4 at __mtx_lock_flags+0x94
#2 0xffffffff80a6e7f3 at vt_upgrade+0x363
#3 0xffffffff80ba27fc at mi_startup+0xec
#4 0xffffffff8038202c at btext+0x2c
lock order vtdev -> Giant attempted at:
#0 0xffffffff80c87c7c at witness_checkorder+0xdcc
#1 0xffffffff80bf3fa4 at __mtx_lock_flags+0x94
#2 0xffffffff80c240df at _sleep+0x34f
#3 0xffffffff80c7aa3b at taskqueue_drain+0xfb
#4 0xffffffff834dd253 at vt_kms_postswitch+0x73
#5 0xffffffff80a67afd at vt_fb_init+0xfd
#6 0xffffffff80a6f208 at vt_replace_backend+0x118
#7 0xffffffff80a67c03 at vt_fb_attach+0x13
#8 0xffffffff834dde58 at linux_register_framebuffer+0x5e8
#9 0xffffffff834e5765 at __drm_fb_helper_initial_config_and_unlock+0x445
#10 0xffffffff83194ac0 at intel_fbdev_initial_config_async+0x20
#11 0xffffffff830757b4 at i915_driver_probe+0x1094
#12 0xffffffff8308747c at i915_pci_probe+0x3c
#13 0xffffffff80e7ddf6 at linux_pci_attach_device+0x2d6
#14 0xffffffff80c5303a at device_attach+0x3ca
#15 0xffffffff80c52be0 at device_probe_and_attach+0x70
#16 0xffffffff80c54ab8 at bus_generic_driver_added+0x58
#17 0xffffffff80c50839 at devclass_driver_added+0x39
start FB_INFO:
type=11 height=2160 width=3840 depth=32
cmsize=16 size=33177600
pbase=0x4000340000 vbase=0xfffffe0129940000
name=drmn0 flags=0x0 stride=15360 bpp=32
cmap[0]=0 cmap[1]=7f0000 cmap[2]=7f00 cmap[3]=c4a000
end FB_INFO
drmn0: fb0: i915drmfb frame buffer device
panic: Assertion vm_object_busied((m->object)) failed at /usr/src/sys/vm/vm_page.c:5455
cpuid = 3
time = 1623813580
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe011356b590
vpanic() at vpanic+0x181/frame 0xfffffe011356b5e0
panic() at panic+0x43/frame 0xfffffe011356b640
vm_page_object_busy_assert() at vm_page_object_busy_assert+0x44/frame 0xfffffe011356b650
pmap_enter() at pmap_enter+0x105/frame 0xfffffe011356b700
vm_fault_cpu() at vm_fault_cpu+0x23d/frame 0xfffffe011356b760
linux_cdev_pager_populate() at linux_cdev_pager_populate+0x15f/frame 0xfffffe011356b7d0
vm_fault_allocate() at vm_fault_allocate+0x310/frame 0xfffffe011356b830
vm_fault() at vm_fault+0x50e/frame 0xfffffe011356b940
vm_fault_trap() at vm_fault_trap+0x71/frame 0xfffffe011356b980
trap_pfault() at trap_pfault+0x246/frame 0xfffffe011356b9e0
trap() at trap+0x45f/frame 0xfffffe011356baf0
calltrap() at calltrap+0x8/frame 0xfffffe011356baf0
--- trap 0xc, rip = 0x802c62265, rsp = 0x7fffffffdc40, rbp = 0x7fffffffdc50 ---
KDB: enter: panic
Uptime: 12m45s
Dumping 926 out of 15985 MB:..2%..11%..21%..32%..42%..51%..61%..71%..82%..92%

------------------------------------------------------------------------
kernel config

options	CONFIG_AUTOGENERATED
ident	GENERIC
machine	amd64
cpu	HAMMER
makeoptions	WITH_CTF=1
makeoptions	DEBUG=-g
options	IICHID_SAMPLING
options	HID_DEBUG
options	EVDEV_SUPPORT
options	XENHVM
options	USB_DEBUG
options	ATH_ENABLE_11N
options	AH_AR5416_INTERRUPT_MITIGATION
options	IEEE80211_SUPPORT_MESH
options	IEEE80211_DEBUG
options	SC_PIXEL_MODE
options	VESA
options	COMPAT_LINUXKPI
options	PCI_IOV
options	PCI_HP
options	IOMMU
options	EARLY_AP_STARTUP
options	SMP
options	NETGDB
options	NETDUMP
options	DEBUGNET
options	ZSTDIO
options	GZIO
options	EKCD
options	VERBOSE_SYSINIT=0
options	MALLOC_DEBUG_MAXZONES=8
options	WITNESS_SKIPSPIN
options	WITNESS
options	QUEUE_MACRO_DEBUG_TRASH
options	INVARIANT_SUPPORT
options	INVARIANTS
options	DEADLKRES
options	GDB
options	FULL_BUF_TRACKING
options	DDB
options	BUF_TRACKING
options	KDB_TRACE
options	KDB
options	RCTL
options	RACCT_DEFAULT_TO_DISABLED
options	RACCT
options	INCLUDE_CONFIG_FILE
options	DDB_CTF
options	KDTRACE_HOOKS
options	KDTRACE_FRAME
options	MAC
options	CAPABILITIES
options	CAPABILITY_MODE
options	AUDIT
options	HWPMC_HOOKS
options	KBD_INSTALL_CDEV
options	PRINTF_BUFR_SIZE=128
options	_KPOSIX_PRIORITY_SCHEDULING
options	SYSVSEM
options	SYSVMSG
options	SYSVSHM
options	STACK
options	KTRACE
options	SCSI_DELAY=5000
options	COMPAT_FREEBSD12
options	COMPAT_FREEBSD11
options	COMPAT_FREEBSD10
options	COMPAT_FREEBSD9
options	COMPAT_FREEBSD7
options	COMPAT_FREEBSD6
options	COMPAT_FREEBSD5
options	COMPAT_FREEBSD4
options	COMPAT_FREEBSD32
options	EFIRT
options	GEOM_LABEL
options	GEOM_RAID
options	TMPFS
options	PSEUDOFS
options	PROCFS
options	CD9660
options	MSDOSFS
options	NFS_ROOT
options	NFSLOCKD
options	NFSD
options	NFSCL
options	MD_ROOT
options	QUOTA
options	UFS_GJOURNAL
options	UFS_DIRHASH
options	UFS_ACL
options	SOFTUPDATES
options	FFS
options	KERN_TLS
options	SCTP_SUPPORT
options	TCP_RFC7413
options	TCP_HHOOK
options	TCP_BLACKBOX
options	TCP_OFFLOAD
options	FIB_ALGO
options	ROUTE_MPATH
options	IPSEC_SUPPORT
options	INET6
options	INET
options	VIMAGE
options	PREEMPTION
options	NUMA
options	SCHED_ULE
options	NEW_PCIB
options	GEOM_PART_GPT
options	GEOM_PART_MBR
options	GEOM_PART_EBR
options	GEOM_PART_BSD
device	isa
device	mem
device	io
device	uart_ns8250
device	cpufreq
device	acpi
device	smbios
device	pci
device	fdc
device	ahci
device	ata
device	mvs
device	siis
device	ahc
device	ahd
device	esp
device	hptiop
device	isp
device	mpt
device	mps
device	mpr
device	sym
device	isci
device	ocs_fc
device	pvscsi
device	scbus
device	ch
device	da
device	sa
device	cd
device	pass
device	ses
device	amr
device	arcmsr
device	ciss
device	iir
device	ips
device	mly
device	twa
device	smartpqi
device	tws
device	aac
device	aacp
device	aacraid
device	ida
device	mfi
device	mlx
device	mrsas
device	pmspcv
device	twe
device	nvme
device	nvd
device	vmd
device	vmd_bus
device	atkbdc
device	atkbd
device	psm
device	kbdmux
device	vga
device	splash
device	sc
device	vt
device	vt_vga
device	vt_efifb
device	vt_vbefb
device	agp
device	cbb
device	pccard
device	cardbus
device	uart
device	ppc
device	ppbus
device	lpt
device	ppi
device	puc
device	iflib
device	em
device	ix
device	ixv
device	ixl
device	iavf
device	ice
device	vmx
device	axp
device	bxe
device	le
device	ti
device	mlx5
device	mlxfw
device	mlx5en
device	miibus
device	ae
device	age
device	alc
device	ale
device	bce
device	bfe
device	bge
device	cas
device	dc
device	et
device	fxp
device	gem
device	jme
device	lge
device	msk
device	nfe
device	nge
device	re
device	rl
device	sge
device	sis
device	sk
device	ste
device	stge
device	vge
device	vr
device	xl
device	wlan
device	wlan_wep
device	wlan_ccmp
device	wlan_tkip
device	wlan_amrr
device	an
device	ath
device	ath_pci
device	ath_hal
device	ath_rate_sample
device	ipw
device	iwi
device	iwn
device	malo
device	mwl
device	ral
device	wpi
device	crypto
device	aesni
device	loop
device	padlock_rng
device	rdrand_rng
device	ether
device	vlan
device	tuntap
device	md
device	gif
device	firmware
device	xz
device	bpf
device	uhci
device	ohci
device	ehci
device	xhci
device	usb
device	ukbd
device	umass
device	sound
device	snd_cmi
device	snd_csa
device	snd_emu10kx
device	snd_es137x
device	snd_hda
device	snd_ich
device	snd_via8233
device	mmc
device	mmcsd
device	sdhci
device	rtsx
device	virtio
device	virtio_pci
device	vtnet
device	virtio_blk
device	virtio_scsi
device	virtio_balloon
device	hyperv
device	xenpci
device	netmap
device	evdev
device	uinput
device	hid

------------------------------------------------------------------------
ddb capture buffer



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