Date: Mon, 09 Aug 2021 08:44:30 -0700 From: Neel Chauhan <nc@FreeBSD.org> To: freebsd-current@freebsd.org Subject: amdgpu/efifb/vt: panic: malloc: called with spinlock or critical section held on CURRENT Message-ID: <e80bb7201414ecdb7140cf1b480b258d@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] Hi current@, I recently got a AMD Ryzen 4700U (Renoir) based HP Envy x360, mainly to replace my Intel TigerLake HP Spectre x360. When I load amdgpu, I get a blank screen which then gives the following kernel panic: Unread portion of the kernel message buffer: taskqueue_drain with the following non-sleepable locks held: exclusive sleep mutex vtdev (vtdev) r = 0 (0xffffffff81aea0a8) locked @ /usr/src/sys/dev/vt/vt_core.c:3012 stack backtrace: #0 0xffffffff80c902e1 at witnespanic: malloc: called with spinlock or critical section held cpuid = 6 time = 1628439111 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00c1ff4470 vpanic() at vpanic+0x187/frame 0xfffffe00c1ff44d0 panic() at panic+0x43/frame 0xfffffe00c1ff4530 malloc_dbg() at malloc_dbg+0xe2/frame 0xfffffe00c1ff4550 malloc() at malloc+0x30/frame 0xfffffe00c1ff45a0 dcn21_validate_bandwidth() at dcn21_validate_bandwidth+0x7e/frame 0xfffffe00c1ff4630 dc_validate_global_state() at dc_validate_global_state+0x2cc/frame 0xfffffe00c1ff4690 amdgpu_dm_atomic_check() at amdgpu_dm_atomic_check+0xee1/frame 0xfffffe00c1ff4940 drm_atomic_check_only() at drm_atomic_check_only+0x424/frame 0xfffffe00c1ff49c0 drm_atomic_commit() at drm_atomic_commit+0x13/frame 0xfffffe00c1ff49e0 drm_client_modeset_commit_atomic() at drm_client_modeset_commit_atomic+0x148/frame 0xfffffe00c1ff4a50 drm_client_modeset_commit_force() at drm_client_modeset_commit_force+0x66/frame 0xfffffe00c1ff4a90 drm_fb_helper_restore_fbdev_mode_unlocked() at drm_fb_helper_restore_fbdev_mode_unlocked+0x7a/frame 0xfffffe00c1ff4ac0 taskqueue_run_locked() at taskqueue_run_locked+0xaa/frame 0xfffffe00c1ff4b40 taskqueue_thread_loop() at taskqueue_thread_loop+0xc2/frame 0xfffffe00c1ff4b70 fork_exit() at fork_exit+0x80/frame 0xfffffe00c1ff4bb0 fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00c1ff4bb0 This happens on both 5.5 from Ports and 5.6-wip. The full stacktrace is attached (using 5.5). I have filed the respective bug reports: * Bugzilla: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257707 * drm-kmod GitHub: https://github.com/freebsd/drm-kmod/issues/101 I've read someone use other Renoir-based systems and it seems they have graphics on 5.5. Linux (a 5.6 kernel) and OpenBSD have working graphics. It could also be an efifb or vt bug. For reference, The f3a3b061216 snapshot works with i915kms on Intel Haswell on an old PC (I live in WA but am currently with family in NY), but not with amdgpu on Renoir. Recompiling/updating my kernel and rebuilding drm-kmod didn't work. -Neel (nc@) [-- Attachment #2 --] envy.local dumped core - see /var/crash/vmcore.0 Sun Aug 8 09:13:01 PDT 2021 FreeBSD envy.local 14.0-CURRENT FreeBSD 14.0-CURRENT #0 main-n248478-f3a3b061216: Thu Aug 5 06:53:04 UTC 2021 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 panic: malloc: called with spinlock or critical section held 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: taskqueue_drain with the following non-sleepable locks held: exclusive sleep mutex vtdev (vtdev) r = 0 (0xffffffff81aea0a8) locked @ /usr/src/sys/dev/vt/vt_core.c:3012 stack backtrace: #0 0xffffffff80c902e1 at witnespanic: malloc: called with spinlock or critical section held cpuid = 6 time = 1628439111 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00c1ff4470 vpanic() at vpanic+0x187/frame 0xfffffe00c1ff44d0 panic() at panic+0x43/frame 0xfffffe00c1ff4530 malloc_dbg() at malloc_dbg+0xe2/frame 0xfffffe00c1ff4550 malloc() at malloc+0x30/frame 0xfffffe00c1ff45a0 dcn21_validate_bandwidth() at dcn21_validate_bandwidth+0x7e/frame 0xfffffe00c1ff4630 dc_validate_global_state() at dc_validate_global_state+0x2cc/frame 0xfffffe00c1ff4690 amdgpu_dm_atomic_check() at amdgpu_dm_atomic_check+0xee1/frame 0xfffffe00c1ff4940 drm_atomic_check_only() at drm_atomic_check_only+0x424/frame 0xfffffe00c1ff49c0 drm_atomic_commit() at drm_atomic_commit+0x13/frame 0xfffffe00c1ff49e0 drm_client_modeset_commit_atomic() at drm_client_modeset_commit_atomic+0x148/frame 0xfffffe00c1ff4a50 drm_client_modeset_commit_force() at drm_client_modeset_commit_force+0x66/frame 0xfffffe00c1ff4a90 drm_fb_helper_restore_fbdev_mode_unlocked() at drm_fb_helper_restore_fbdev_mode_unlocked+0x7a/frame 0xfffffe00c1ff4ac0 taskqueue_run_locked() at taskqueue_run_locked+0xaa/frame 0xfffffe00c1ff4b40 taskqueue_thread_loop() at taskqueue_thread_loop+0xc2/frame 0xfffffe00c1ff4b70 fork_exit() at fork_exit+0x80/frame 0xfffffe00c1ff4bb0 fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00c1ff4bb0 --- trap 0, rip = 0, rsp = 0, rbp = 0 --- KDB: enter: panic Uptime: 1m59s Dumping 983 out of 15711 MB:..2%..12%..22%..31%..41%..51%..61%..72%..82%..92% __curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:55 55 /usr/src/sys/amd64/include/pcpu_aux.h: No such file or directory. (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 0xffffffff80c1f4e0 in kern_reboot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:486 #3 0xffffffff80c1f946 in vpanic ( fmt=0xffffffff811f1051 "malloc: called with spinlock or critical section held", ap=<optimized out>) at /usr/src/sys/kern/kern_shutdown.c:919 #4 0xffffffff80c1f693 in panic (fmt=<unavailable>) at /usr/src/sys/kern/kern_shutdown.c:843 #5 0xffffffff80bf5302 in malloc_dbg (vap=<optimized out>, sizep=<optimized out>, mtp=<optimized out>, flags=<optimized out>) at /usr/src/sys/kern/kern_malloc.c:545 #6 0xffffffff80bf5070 in malloc (size=2016, mtp=0xffffffff81b489d0 <M_KMALLOC>, flags=258) at /usr/src/sys/kern/kern_malloc.c:644 #7 0xffffffff839c3e3e in dcn21_validate_bandwidth () from /boot/modules/amdgpu.ko #8 0xffffffff83942e3c in dc_validate_global_state () from /boot/modules/amdgpu.ko #9 0xffffffff83918f51 in amdgpu_dm_atomic_check () from /boot/modules/amdgpu.ko #10 0xffffffff83771384 in drm_atomic_check_only () from /boot/modules/drm.ko #11 0xffffffff83771793 in drm_atomic_commit () from /boot/modules/drm.ko #12 0xffffffff8377e2d8 in drm_client_modeset_commit_atomic () from /boot/modules/drm.ko #13 0xffffffff8377e036 in drm_client_modeset_commit_force () from /boot/modules/drm.ko #14 0xffffffff837bf71a in drm_fb_helper_restore_fbdev_mode_unlocked () from /boot/modules/drm.ko #15 0xffffffff80c8277a in taskqueue_run_locked (queue=0x1, queue@entry=0xfffff80003986900) at /usr/src/sys/kern/subr_taskqueue.c:476 #16 0xffffffff80c83802 in taskqueue_thread_loop ( arg=arg@entry=0xffffffff81f04f38 <taskqueue_thread>) at /usr/src/sys/kern/subr_taskqueue.c:793 #17 0xffffffff80bd8980 in fork_exit ( callout=0xffffffff80c83740 <taskqueue_thread_loop>, arg=0xffffffff81f04f38 <taskqueue_thread>, frame=0xfffffe00c1ff4bc0) at /usr/src/sys/kern/kern_fork.c:1083 #18 <signal handler called> (kgdb) ------------------------------------------------------------------------ ps -axlww UID PID PPID C PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND 0 0 0 7 -16 0 0 0 swapin DLs - 0:03.53 [kernel] 0 1 0 7 20 0 11820 1292 wait DLs - 0:00.16 [init] 0 2 0 5 -16 0 0 0 - DL - 0:00.00 [KTLS] 0 3 0 6 -16 0 0 0 crypto_w DL - 0:00.00 [crypto] 0 4 0 7 -16 0 0 0 crypto_r DL - 0:00.00 [crypto returns 0] 0 5 0 7 -16 0 0 0 crypto_r DL - 0:00.00 [crypto returns 1] 0 6 0 6 -16 0 0 0 crypto_r DL - 0:00.00 [crypto returns 2] 0 7 0 6 -16 0 0 0 crypto_r DL - 0:00.00 [crypto returns 3] 0 8 0 6 -16 0 0 0 crypto_r DL - 0:00.00 [crypto returns 4] 0 9 0 4 -16 0 0 0 crypto_r DL - 0:00.00 [crypto returns 5] 0 10 0 3 -16 0 0 0 audit_wo DL - 0:00.00 [audit] 0 11 0 0 155 0 0 0 - RL - 3:50.20 [idle] 0 12 0 1 -52 0 0 0 - WL - 0:00.77 [intr] 0 13 0 3 -8 0 0 0 - DL - 0:00.01 [geom] 0 14 0 5 -16 0 0 0 crypto_r DL - 0:00.00 [crypto returns 6] 0 15 0 4 -16 0 0 0 crypto_r DL - 0:00.00 [crypto returns 7] 0 16 0 5 -16 0 0 0 seqstate DL - 0:00.00 [sequencer 00] 0 17 0 6 -16 0 0 0 - DL - 0:00.00 [cam] 0 18 0 7 -68 0 0 0 - DL - 0:00.15 [usb] 0 19 0 4 -16 0 0 0 - DL - 0:00.00 [soaiod1] 0 20 0 4 -16 0 0 0 - DL - 0:00.00 [soaiod2] 0 21 0 7 -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 0 -8 0 0 0 t->zthr_ DL - 0:00.70 [zfskern] 0 24 0 4 -16 0 0 0 - DL - 0:00.08 [rand_harvestq] 0 25 0 6 -16 0 0 0 tzpoll DL - 0:00.00 [acpi_thermal] 0 26 0 5 -16 0 0 0 psleep DL - 0:00.01 [pagedaemon] 0 27 0 6 -16 0 0 0 psleep DL - 0:00.00 [vmdaemon] 0 28 0 6 -16 0 0 0 qsleep DL - 0:00.00 [bufdaemon] 0 29 0 7 -16 0 0 0 vlruwt DL - 0:00.00 [vnlru] 0 30 0 7 16 0 0 0 syncer DL - 0:00.00 [syncer] 0 693 0 7 -16 0 0 0 sleep DL - 0:00.00 [ng_queue] 0 982 1 1 20 0 18648 8112 select Ds - 0:00.00 [wpa_supplicant] 0 1066 1 0 52 0 13268 2848 select Ds - 0:00.00 [dhclient] 0 1069 1 0 4 0 13268 2920 select Ds - 0:00.00 [dhclient] 65 1129 1 3 52 0 13272 3056 select DCs - 0:00.00 [dhclient] 0 1130 1 5 20 0 11556 1808 select Ds - 0:00.00 [devd] 0 1322 1 7 20 0 12988 2976 select Ds - 0:00.01 [syslogd] 0 1434 1 7 52 0 20956 8708 select Ds - 0:00.00 [sshd] 0 1437 1 5 20 0 18216 7580 select Ds - 0:00.00 [sendmail] 25 1440 1 7 52 0 18216 6924 pause Ds - 0:00.00 [sendmail] 0 1444 1 3 26 0 13028 2740 nanslp Ds - 0:00.00 [cron] 0 1459 1 6 25 0 13728 3292 wait Ds - 0:00.00 [login] 0 1460 1 1 52 0 12956 2404 ttyin Ds+ - 0:00.00 [getty] 0 1461 1 3 52 0 12956 2404 ttyin Ds+ - 0:00.00 [getty] 0 1462 1 6 52 0 12956 2404 ttyin Ds+ - 0:00.00 [getty] 0 1463 1 0 52 0 12956 2404 ttyin Ds+ - 0:00.00 [getty] 0 1464 1 4 52 0 12956 2404 ttyin Ds+ - 0:00.00 [getty] 0 1465 1 5 52 0 12956 2404 ttyin Ds+ - 0:00.00 [getty] 0 1466 1 2 52 0 12956 2404 ttyin Ds+ - 0:00.00 [getty] 0 1467 1459 5 20 0 14236 4368 pause D - 0:00.01 [csh] 0 1643 1467 3 20 0 12828 2220 - R+ - 0:00.00 [kldload] ------------------------------------------------------------------------ vmstat -s 1159749 cpu context switches 258988 device interrupts 2710 software interrupts 280602 traps 770431 system calls 31 kernel threads created 1229 fork() calls 355 vfork() calls 28 rfork() calls 0 swap pager pageins 0 swap pager pages paged in 0 swap pager pageouts 0 swap pager pages paged out 883 vnode pager pageins 7981 vnode pager pages paged in 0 vnode pager pageouts 0 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 63068 copy-on-write faults 63 copy-on-write optimized faults 180419 zero fill pages zeroed 0 zero fill pages prezeroed 47 intransit blocking page faults 271903 total VM faults taken 742 page faults requiring I/O 0 pages affected by kernel thread creation 101190 pages affected by fork() 12513 pages affected by vfork() 988 pages affected by rfork() 413499 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 30 12K 30 384 pfs_vncache 1 32K 1 32768 GEOM 60 11K 572 16,32,64,128,256,512,1024,2048,8192,16384 raid_data 0 0K 78 32,128,256 isadev 8 1K 8 128 ddb_capture 1 64K 1 65536 cdev 2 1K 2 256 filedesc 1 4K 1 4096 pwddesc 52 4K 1644 64 sigio 0 0K 1 64 filecaps 1 1K 127 16,32,64 kdtrace 456 105K 2077 64,256 kenv 111 12K 111 16,32,64,128,8192 kqueue 52 4K 1646 64,256,2048 proc-args 85 4K 1390 16,32,64,128,256 hhook 13 4K 13 256 ithread 159 29K 159 32,128,256 prison 12 1K 12 16,32 KTRACE 100 13K 100 128 linker 735 3584K 1261 16,32,64,128,256,384,512,1024,2048,4096,8192,16384,32768,65536 evdev 14 17K 14 384,1024,2048 lockf 28 3K 114390 64,128 loginclass 3 1K 3 64 devbuf 18156 37086K 23095 16,32,64,128,256,384,1024,2048,4096,8192,65536 temp 42 35K 5287 16,32,64,128,256,384,512,1024,2048,4096,8192,16384,32768,65536 module 530 67K 531 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 19 3K 33 128 proc 3 66K 3 2048,32768 subproc 143 243K 1735 384,4096 cred 35 9K 112 256 acpiintr 1 1K 1 64 plimit 18 5K 301 256 uidinfo 4 9K 5 128,8192 dumper 2 1K 2 128,512 acpica 10201 1053K 630209 16,32,64,128,256,384,512,1024,2048,4096,16384 sysctl 0 0K 83 32,64 sysctloid 47605 2764K 47916 16,32,64,128,256 sysctltmp 0 0K 2797 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 858 108K 858 128 p1003.1b 1 1K 1 16 SWAP 1 1044K 1 bus 1406 134K 30867 16,32,64,128,256,2048,4096 bus-sc 107 3407K 10855 16,32,64,128,256,384,512,1024,2048,4096,8192,16384,32768,65536 devstat 4 9K 4 32,4096 eventhandler 130 11K 130 64,128 firmware 20 2K 22 32,128 gtaskqueue 54 30K 54 16,32,256,8192 kobj 345 1380K 512 4096 Per-cpu 1 1K 1 32 rman 223 26K 712 16,32,128 sbuf 0 0K 549 16,32,64,128,256,512,4096,8192,32768 toponodes 35 5K 35 128 taskqueue 171 19K 195 16,32,64,128,256 terminal 11 3K 11 256 Unitno 25 2K 43 32,64 vmem 2 272K 3 16384 ioctlops 0 0K 130 256,384,1024 select 9 2K 65 128 iov 0 0K 85283 16,64,128,256,384,512 selfd 28 2K 6523 64 procdesc 1 1K 28 128 msg 4 30K 4 2048,4096,8192,16384 sem 4 106K 4 2048,4096 shm 1 32K 1 32768 tty 12 12K 12 1024 acpitask 1 64K 1 65536 acpisem 84 11K 84 128 acpidev 105 7K 105 64 nvd 2 1K 2 64,256 nvme 1059 153K 20535 128,1024,2048,4096 ktls 1 1K 1 1024 mbuf_tag 0 0K 40267 32,64,256 shmfd 1 8K 1 8192 soname 5 1K 10589 16,32,128 pcb 17 2057K 109 16,32,64,1024,2048 CAM SIM 1 1K 1 128 entropy 1 1K 47 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 9 41K 9 256,384,1024,2048,4096,16384 hdac 2 2K 2 384,1024 hdacc 2 1K 2 32 vfscache 3 4108K 3 4096,8192 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 89 32 mount 306 12K 562 16,32,64,128,256,1024 statfs 0 0K 4 4096 vnodemarker 3 2K 21 512 chacha20random 1 2K 1 2048 BPF 15 1043K 16 32,128,256,512,4096 ifnet 3 5K 3 128,2048 ifaddr 74 13K 75 16,32,64,128,256,384,2048,4096 ether_multi 40 4K 45 16,32,64,128 clone 8 1K 8 128 lltable 12 4K 12 256,384 tun 3 1K 3 32 pfil 3 1K 3 128 nhops 6 1K 6 128 routetbl 52 11K 168 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 3 512 80211node 1 32K 9 16,32768 80211nodeie 35 13K 41 32,64,128,256,384,512 80211ratectl 2 1K 2 16,64 80211scan 35 31K 35 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 25 3K 25 32,256 ip6opt 0 0K 3 32 mld 2 1K 2 128 ip6ndp 4 1K 5 64,256 inpcbpolicy 7 1K 189 32 secasvar 1 1K 1 1024 sahead 1 1K 1 1024 ipsecpolicy 1 1K 1 1024 ipsec-saq 2 2K 2 1024 lkpikmalloc 1250 1578K 1367 16,32,64,128,256,384,512,1024,2048,4096,8192,16384,32768,65536 lkpifw 10 1K 20 32 idr 48 17K 48 128,384 crypto 4 2K 4 64,256,1024 acpi_perf 8 1K 8 128 acpipwr 2 1K 2 64 CAM queue 2 2K 5 16,1024 USB 57 85K 66 16,32,128,256,384,512,1024,2048,4096,8192 USBdev 80 284K 91 32,64,128,256,384,1024,4096,16384 xform 3 1K 28 16,32,64 audit_evclass 236 8K 294 32 ufs_quota 1 2048K 1 vm_pgdata 1 1K 1 128 UMA 350 7K 350 16,32 CAM dev queue 1 1K 1 64 vm_fictitious 2 6657K 2 64 vtbuf 24 2880K 70 4096 vt 14 165K 14 384,4096 rpc 2 8K 2 4096 aesni_data 2 1K 2 64,512 pci_link 16 2K 16 32,128 atkbddev 2 1K 2 64 apmdev 1 1K 1 128 intr 4 472K 4 65536 MCA 37 8K 37 64,128,512 cpus 2 1K 2 32 nexusdev 7 1K 7 16 BACKLIGHT 1 1K 1 64 fpukern_ctx 8 8K 8 1024 memdesc 1 4K 1 4096 DEVFS3 412 103K 417 256 DEVFS1 384 384K 424 1024 DEVFS_RULE 59 21K 59 64,384 DEVFS 21 1K 22 16,32,128 DEVFSP 6 1K 27 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 2 6K 2 2048,4096 local_apic 1 8K 1 8192 msi 20 3K 20 128 kstat_data 34 34K 34 1024 solaris 137357 47857K 3698160 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 18 2K 21 64,384 netgraph_node 2 1K 2 128 rtwn_priv 1 1K 1 512 idr 1 1K 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, 294, 0, 294, 0, 0, 0 UMA Zones: 1536, 0, 322, 0, 322, 0, 0, 0 UMA Slabs 0: 112, 0, 200318, 0, 200318, 0, 0, 0 UMA Slabs 1: 176, 0, 9, 0, 9, 0, 0, 0 UMA Hash: 256, 0, 0, 0, 0, 0, 0, 0 2 Bucket: 32, 0, 5133, 1167, 35823, 0, 0, 0 4 Bucket: 48, 0, 580, 1184, 101885, 0, 0, 0 8 Bucket: 80, 0, 721, 579, 14921, 0, 0, 0 16 Bucket: 144, 0, 1068, 3832, 15943, 3, 0, 0 32 Bucket: 256, 0, 4532, 403, 74729, 8, 0, 0 64 Bucket: 512, 0, 1970, 150, 58790,2215, 0, 0 128 Bucket: 1024, 0, 238, 53, 5437, 879, 0, 0 256 Bucket: 2048, 0, 682, 60, 5770, 86, 0, 0 SMR SHARED: 24, 0, 3, 92, 3, 0, 0, 0 SMR CPU: 32, 0, 3, 92, 3, 0, 0, 0 vmem: 1856, 0, 1, 1, 1, 0, 0, 0 vmem btag: 56, 0, 31171, 273, 31171, 868, 0, 0 VM OBJECT: 264, 0, 23627, 283, 50713, 0, 0, 0 RADIX NODE: 144, 0, 19508, 2420, 84810, 0, 0, 0 KMAP ENTRY: 96, 0, 102, 0, 121, 0, 0, 0 MAP ENTRY: 96, 0, 816, 1410, 89720, 0, 0, 0 VMSPACE: 2544, 0, 21, 45, 1614, 0, 0, 0 fakepg: 104, 0, 1, 38, 1, 0, 0, 0 pcpu-4: 4, 0, 0, 0, 0, 0, 0, 0 pcpu-8: 8, 0, 3820, 1296, 3827, 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, 467, 301, 467, 0, 0, 0 malloc-16: 16, 0, 4, 996, 5, 0, 0, 0 malloc-16: 16, 0, 552, 1698, 291346, 0, 0, 0 malloc-16: 16, 0, 273, 1727, 8149, 0, 0, 0 malloc-16: 16, 0, 741, 1509, 115284, 0, 0, 0 malloc-16: 16, 0, 150, 1850, 1113, 0, 0, 0 malloc-16: 16, 0, 350, 1400, 358, 0, 0, 0 malloc-16: 16, 0, 198, 1802, 328, 0, 0, 0 malloc-16: 16, 0, 19389, 861, 19724, 0, 0, 0 malloc-32: 32, 0, 15, 867, 42, 0, 0, 0 malloc-32: 32, 0, 443, 817, 36154, 0, 0, 0 malloc-32: 32, 0, 203, 805, 6204, 0, 0, 0 malloc-32: 32, 0, 4691, 15721, 1377402, 0, 0, 0 malloc-32: 32, 0, 191, 817, 957, 0, 0, 0 malloc-32: 32, 0, 432, 828, 524, 0, 0, 0 malloc-32: 32, 0, 10, 494, 14, 0, 0, 0 malloc-32: 32, 0, 8346, 600, 8463, 0, 0, 0 malloc-64: 64, 0, 57, 510, 1731, 0, 0, 0 malloc-64: 64, 0, 3955, 455, 100849, 0, 0, 0 malloc-64: 64, 0, 576, 432, 1260, 0, 0, 0 malloc-64: 64, 0, 50065, 26039, 360795, 0, 0, 0 malloc-64: 64, 0, 8551, 332, 9305, 0, 0, 0 malloc-64: 64, 0, 172, 332, 246, 0, 0, 0 malloc-64: 64, 0, 158, 346, 6759, 0, 0, 0 malloc-64: 64, 0, 4886, 343, 4950, 0, 0, 0 malloc-128: 128, 0, 12, 81, 17, 0, 0, 0 malloc-128: 128, 0, 6514, 182, 283757, 0, 0, 0 malloc-128: 128, 0, 521, 192, 1729, 0, 0, 0 malloc-128: 128, 0, 25231, 1305, 380017, 0, 0, 0 malloc-128: 128, 0, 1155, 209, 3222, 0, 0, 0 malloc-128: 128, 0, 1540, 134, 1587, 0, 0, 0 malloc-128: 128, 0, 1067, 204, 22943, 0, 0, 0 malloc-128: 128, 0, 15186, 128, 15274, 0, 0, 0 malloc-256: 256, 0, 20, 100, 303, 0, 0, 0 malloc-256: 256, 0, 274, 86, 3358, 0, 0, 0 malloc-256: 256, 0, 228, 72, 1324, 0, 0, 0 malloc-256: 256, 0, 27107, 4633, 469843, 0, 0, 0 malloc-256: 256, 0, 605, 205, 5839, 0, 0, 0 malloc-256: 256, 0, 87, 63, 122, 0, 0, 0 malloc-256: 256, 0, 5, 40, 8, 0, 0, 0 malloc-256: 256, 0, 48, 357, 40346, 0, 0, 0 malloc-384: 384, 0, 3, 17, 3, 0, 0, 0 malloc-384: 384, 0, 86, 54, 97, 0, 0, 0 malloc-384: 384, 0, 8, 62, 2046, 0, 0, 0 malloc-384: 384, 0, 27273, 4337, 905147, 0, 0, 0 malloc-384: 384, 0, 246, 34, 280, 0, 0, 0 malloc-384: 384, 0, 25, 45, 35, 0, 0, 0 malloc-384: 384, 0, 11, 9, 11, 0, 0, 0 malloc-384: 384, 0, 0, 0, 0, 0, 0, 0 malloc-512: 512, 0, 0, 0, 0, 0, 0, 0 malloc-512: 512, 0, 20, 52, 40, 0, 0, 0 malloc-512: 512, 0, 7, 41, 356, 0, 0, 0 malloc-512: 512, 0, 599, 32657, 104774, 0, 0, 0 malloc-512: 512, 0, 7, 49, 33, 0, 0, 0 malloc-512: 512, 0, 8, 16, 10, 0, 0, 0 malloc-512: 512, 0, 0, 0, 0, 0, 0, 0 malloc-512: 512, 0, 0, 32, 141, 0, 0, 0 malloc-1024: 1024, 0, 9, 7, 9, 0, 0, 0 malloc-1024: 1024, 0, 87, 21, 111, 0, 0, 0 malloc-1024: 1024, 0, 15, 17, 1133, 0, 0, 0 malloc-1024: 1024, 0, 1546, 110, 32819, 0, 0, 0 malloc-1024: 1024, 0, 483, 21, 3423, 0, 0, 0 malloc-1024: 1024, 0, 16, 12, 21, 0, 0, 0 malloc-1024: 1024, 0, 2, 30, 15, 0, 0, 0 malloc-1024: 1024, 0, 2, 18, 48, 0, 0, 0 malloc-2048: 2048, 0, 3, 1, 3, 0, 0, 0 malloc-2048: 2048, 0, 30, 26, 1740, 0, 0, 0 malloc-2048: 2048, 0, 3, 7, 207, 0, 0, 0 malloc-2048: 2048, 0, 169, 59, 43388, 0, 0, 0 malloc-2048: 2048, 0, 272, 12, 349, 0, 0, 0 malloc-2048: 2048, 0, 10, 8, 20, 0, 0, 0 malloc-2048: 2048, 0, 8, 6, 8, 0, 0, 0 malloc-2048: 2048, 0, 0, 6, 13, 0, 0, 0 malloc-4096: 4096, 0, 1, 0, 1, 0, 0, 0 malloc-4096: 4096, 0, 22, 0, 22, 0, 0, 0 malloc-4096: 4096, 0, 8, 7, 18231, 0, 0, 0 malloc-4096: 4096, 0, 1328, 14, 3708, 0, 0, 0 malloc-4096: 4096, 0, 97, 10, 865, 0, 0, 0 malloc-4096: 4096, 0, 34, 4, 68, 0, 0, 0 malloc-4096: 4096, 0, 3, 0, 3, 0, 0, 0 malloc-4096: 4096, 0, 1, 0, 1, 0, 0, 0 malloc-8192: 8192, 0, 1, 0, 1, 0, 0, 0 malloc-8192: 8192, 0, 4, 0, 5, 0, 0, 0 malloc-8192: 8192, 0, 0, 4, 511, 0, 0, 0 malloc-8192: 8192, 0, 4, 10, 129, 0, 0, 0 malloc-8192: 8192, 0, 18, 0, 18, 0, 0, 0 malloc-8192: 8192, 0, 6, 0, 6, 0, 0, 0 malloc-8192: 8192, 0, 1, 0, 1, 0, 0, 0 malloc-8192: 8192, 0, 0, 3, 56, 0, 0, 0 malloc-16384: 16384, 0, 2, 0, 2, 0, 0, 0 malloc-16384: 16384, 0, 3, 0, 3, 0, 0, 0 malloc-16384: 16384, 0, 1, 4, 817, 0, 0, 0 malloc-16384: 16384, 0, 5, 20, 37225, 0, 0, 0 malloc-16384: 16384, 0, 14, 6, 37, 0, 0, 0 malloc-16384: 16384, 0, 18, 0, 18, 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, 2, 0, 2, 0, 0, 0 malloc-32768: 32768, 0, 11, 1, 21, 0, 0, 0 malloc-32768: 32768, 0, 0, 7, 683, 0, 0, 0 malloc-32768: 32768, 0, 2, 5, 8, 0, 0, 0 malloc-32768: 32768, 0, 8, 1, 9, 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, 2, 1, 3, 0, 0, 0 malloc-65536: 65536, 0, 1, 0, 1, 0, 0, 0 malloc-65536: 65536, 0, 8, 0, 8, 0, 0, 0 malloc-65536: 65536, 0, 2, 5, 765, 0, 0, 0 malloc-65536: 65536, 0, 1, 0, 1, 0, 0, 0 malloc-65536: 65536, 0, 8, 7, 94, 0, 0, 0 malloc-65536: 65536, 0, 0, 0, 0, 0, 0, 0 malloc-65536: 65536, 0, 0, 0, 0, 0, 0, 0 malloc-65536: 65536, 0, 1, 0, 1, 0, 0, 0 SLEEPQUEUE: 88, 0, 430, 114, 430, 0, 0, 0 kenv: 258, 0, 21, 114, 9290, 0, 0, 0 Files: 80, 0, 76, 374, 41835, 0, 0, 0 filedesc0: 1072, 0, 52, 88, 1644, 0, 0, 0 PWD: 32, 0, 13, 995, 228, 0, 0, 0 rl_entry: 40, 0, 57, 751, 57, 0, 0, 0 TURNSTILE: 136, 0, 430, 95, 430, 0, 0, 0 rangeset pctrie nodes: 144, 0, 0, 0, 0, 0, 0, 0 lkpicurr: 168, 0, 19, 53, 19, 0, 0, 0 lkpimm: 168, 0, 3, 22, 3, 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: 896, 0, 1, 8, 1, 0, 0, 0 MAC labels: 40, 0, 0, 0, 0, 0, 0, 0 PROC: 1336, 0, 51, 39, 1643, 0, 0, 0 PGRP: 88, 0, 21, 347, 48, 0, 0, 0 THREAD: 1808, 0, 403, 23, 432, 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, 2040, 41227, 0, 0, 0 mbuf: 256, 6259688, 1, 794, 41282, 0, 0, 0 mbuf_cluster: 2048, 978076, 2040, 4, 2040, 0, 0, 0 mbuf_jumbo_page: 4096, 489038, 0, 0, 0, 0, 0, 0 mbuf_jumbo_9k: 9216, 144900, 0, 0, 0, 0, 0, 0 mbuf_jumbo_16k: 16384, 81506, 0, 0, 0, 0, 0, 0 epoch_record pcpu: 256, 0, 4, 12, 4, 0, 0, 0 ktls_session: 192, 0, 0, 0, 0, 0, 0, 0 IOMMU_MAP_ENTRY: 120, 0, 0, 0, 0, 0, 0, 0 ttyinq: 160, 0, 120, 80, 255, 0, 0, 0 ttyoutq: 256, 0, 64, 56, 136, 0, 0, 0 DEVCTL: 1024, 1000, 0, 0, 621, 0, 0, 0 g_bio: 384, 0, 0, 320, 49333, 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, 714, 5827, 0, 0, 0 VNODE: 448, 0, 25087, 284, 106846, 0, 0, 0 BUF TRIE: 144, 0, 5, 181, 5, 0, 0, 0 S VFS Cache: 104, 0, 25856, 742, 44249, 0, 0, 0 STS VFS Cache: 144, 0, 0, 0, 0, 0, 0, 0 L VFS Cache: 320, 0, 55, 4481, 6317, 0, 0, 0 LTS VFS Cache: 360, 0, 0, 0, 0, 0, 0, 0 NAMEI: 1024, 0, 0, 52, 252348, 0, 0, 0 TMPFS node: 224, 0, 0, 0, 0, 0, 0, 0 DIRHASH: 1024, 0, 0, 0, 0, 0, 0, 0 NCLNODE: 592, 0, 0, 0, 0, 0, 0, 0 pipe: 744, 0, 2, 53, 525, 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 Mountpoints: 2752, 0, 13, 15, 13, 0, 0, 0 reference_cache: 40, 0, 24, 3006, 80910, 0, 0, 0 reference_history_cache: 8, 0, 24, 1948, 80910, 0, 0, 0 zfs_btree_leaf_cache: 4096, 0, 94, 74, 8850, 0, 0, 0 metaslab_alloc_trace_cache: 72, 0, 0, 0, 0, 0, 0, 0 ddt_cache: 24824, 0, 13, 0, 13, 0, 0, 0 ddt_entry_cache: 392, 0, 0, 0, 0, 0, 0, 0 zio_cache: 1232, 0, 12, 14922, 233912, 0, 0, 0 zio_link_cache: 48, 0, 0, 17052, 161768, 0, 0, 0 zio_buf_512: 512, 0, 212, 612, 66325, 0, 0, 0 zio_data_buf_512: 512, 0, 1534, 86450, 205768, 0, 0, 0 zio_buf_1024: 1024, 0, 329, 247, 4803, 0, 0, 0 zio_data_buf_1024: 1024, 0, 3222, 94, 9433, 0, 0, 0 zio_buf_1536: 1536, 0, 143, 107, 3269, 0, 0, 0 zio_data_buf_1536: 1536, 0, 2531, 54, 7365, 0, 0, 0 zio_buf_2048: 2048, 0, 44, 42, 1866, 0, 0, 0 zio_data_buf_2048: 2048, 0, 1663, 45, 4785, 0, 0, 0 zio_buf_2560: 2560, 0, 22, 26, 1687, 0, 0, 0 zio_data_buf_2560: 2560, 0, 1607, 61, 4652, 0, 0, 0 zio_buf_3072: 3072, 0, 14, 42, 1200, 0, 0, 0 zio_data_buf_3072: 3072, 0, 1142, 22, 3251, 0, 0, 0 zio_buf_3584: 3584, 0, 18, 22, 954, 0, 0, 0 zio_data_buf_3584: 3584, 0, 900, 18, 2598, 0, 0, 0 zio_buf_4096: 4096, 0, 2567, 23, 5912, 0, 0, 0 zio_data_buf_4096: 4096, 0, 5625, 747, 24155, 0, 0, 0 zio_buf_5120: 5120, 0, 0, 718, 1235, 0, 0, 0 zio_data_buf_5120: 5120, 0, 57, 749, 2378, 0, 0, 0 zio_buf_6144: 6144, 0, 0, 532, 1005, 0, 0, 0 zio_data_buf_6144: 6144, 0, 50, 555, 1963, 0, 0, 0 zio_buf_7168: 7168, 0, 0, 434, 855, 0, 0, 0 zio_data_buf_7168: 7168, 0, 38, 453, 1645, 0, 0, 0 zio_buf_8192: 8192, 0, 0, 336, 930, 0, 0, 0 zio_data_buf_8192: 8192, 0, 42, 374, 2132, 0, 0, 0 zio_buf_10240: 10240, 0, 1, 521, 1024, 0, 0, 0 zio_data_buf_10240: 10240, 0, 46, 536, 2017, 0, 0, 0 zio_buf_12288: 12288, 0, 1, 390, 890, 0, 0, 0 zio_data_buf_12288: 12288, 0, 40, 417, 1739, 0, 0, 0 zio_buf_14336: 14336, 0, 0, 269, 620, 0, 0, 0 zio_data_buf_14336: 14336, 0, 26, 275, 1250, 0, 0, 0 zio_buf_16384: 16384, 0, 1054, 1242, 5810, 0, 0, 0 zio_data_buf_16384: 16384, 0, 25, 225, 1105, 0, 0, 0 zio_buf_comb_20480: 20480, 0, 33, 521, 1914, 0, 0, 0 zio_buf_comb_24576: 24576, 0, 27, 380, 1376, 0, 0, 0 zio_buf_comb_28672: 28672, 0, 17, 277, 1059, 0, 0, 0 zio_buf_comb_32768: 32768, 0, 31, 215, 921, 0, 0, 0 zio_buf_comb_40960: 40960, 0, 18, 349, 1387, 0, 0, 0 zio_buf_comb_49152: 49152, 0, 20, 223, 1082, 0, 0, 0 zio_buf_comb_57344: 57344, 0, 11, 129, 617, 0, 0, 0 zio_buf_comb_65536: 65536, 0, 2, 122, 576, 0, 0, 0 zio_buf_comb_81920: 81920, 0, 3, 140, 1542, 0, 0, 0 zio_buf_comb_98304: 98304, 0, 1, 98, 816, 0, 0, 0 zio_buf_comb_114688: 114688, 0, 3, 63, 429, 0, 0, 0 zio_buf_comb_131072: 131072, 0, 275, 4233, 28122, 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, 61211, 93107, 782360, 0, 0, 0 sa_cache: 296, 0, 25021, 56, 25112, 0, 0, 0 dnode_t: 1032, 0, 25375, 32, 26120, 0, 0, 0 arc_buf_hdr_t_full: 360, 0, 28856, 5750, 103440, 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, 2450, 16198, 105851, 0, 0, 0 dmu_buf_impl_t: 408, 0, 27565, 6845, 133717, 0, 0, 0 zil_lwb_cache: 352, 0, 10, 320, 579, 0, 0, 0 zil_zcw_cache: 80, 0, 0, 350, 69, 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: 464, 0, 25021, 83, 25112, 0, 0, 0 ksiginfo: 112, 0, 65, 943, 107, 0, 0, 0 itimer: 352, 0, 0, 0, 0, 0, 0, 0 KNOTE: 160, 0, 0, 50, 11, 0, 0, 0 socket: 944, 502775, 20, 52, 3446, 0, 0, 0 unpcb: 256, 502775, 11, 109, 3244, 0, 0, 0 ipq: 56, 30564, 0, 0, 0, 0, 0, 0 udp_inpcb: 496, 502775, 3, 61, 163, 0, 0, 0 udpcb: 32, 502775, 3, 1005, 163, 0, 0, 0 tcp_inpcb: 496, 502775, 3, 53, 22, 0, 0, 0 tcpcb: 1080, 502775, 3, 46, 22, 0, 0, 0 tcptw: 88, 27767, 0, 0, 0, 0, 0, 0 syncache: 168, 15360, 0, 0, 0, 0, 0, 0 hostcache: 64, 15360, 0, 0, 0, 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, 61129, 0, 252, 7, 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: 496, 502775, 0, 0, 0, 0, 0, 0 ripcb: 496, 502775, 1, 23, 4, 0, 0, 0 IPsec SA lft_c: 16, 0, 0, 0, 0, 0, 0, 0 routing nhops: 256, 0, 10, 65, 16, 0, 0, 0 rtentry: 176, 0, 13, 102, 16, 0, 0, 0 ada_ccb: 272, 0, 0, 0, 0, 0, 0, 0 da_ccb: 544, 0, 0, 0, 0, 0, 0, 0 swpctrie: 144, 1956192, 0, 0, 0, 0, 0, 0 swblk: 136, 1956166, 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, 2, 19, 2, 0, 0, 0 amdgpu_sync: 32, 0, 0, 0, 0, 0, 0, 0 amdgpu_fence: 72, 0, 2, 30, 2, 0, 0, 0 ------------------------------------------------------------------------ vmstat -i interrupt total rate irq1: atkbd0 236 5 irq4: ig4iic0 643 15 irq6: ig4iic1 696 16 irq9: acpi0 10 0 cpu0:timer 18737 426 cpu1:timer 20867 475 cpu2:timer 40106 912 cpu3:timer 20807 473 cpu4:timer 19892 453 cpu5:timer 9901 225 cpu6:timer 12266 279 cpu7:timer 12313 280 irq62: nvme0:admin 22 1 irq63: nvme0:io0 1854 42 irq64: nvme0:io1 2555 58 irq65: nvme0:io2 1763 40 irq66: nvme0:io3 1817 41 irq67: nvme0:io4 2036 46 irq68: nvme0:io5 2523 57 irq69: nvme0:io6 2070 47 irq70: nvme0:io7 1860 42 irq71: hdac0 3 0 irq72: xhci0 240827 5479 irq73: xhci1 48 1 irq74: hdac1 22 1 irq75: vgapci0 3 0 Total 413877 9415 ------------------------------------------------------------------------ pstat -T 76/502775 files 0M/0M swap space ------------------------------------------------------------------------ pstat -s Device 1K-blocks Used Avail Capacity ------------------------------------------------------------------------ iostat tty nvd0 cpu tin tout KB/t tps MB/s us ni sy in id 1 377 96.8 140 13.2 1 0 3 0 96 ------------------------------------------------------------------------ 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: 19679 packets sent 17 data packets (2674 bytes) 0 data packets (0 bytes) retransmitted 0 data packets unnecessarily retransmitted 0 resends initiated by MTU discovery 19622 ack-only packets (0 delayed) 0 URG only packets 0 window probe packets 6 window update packets 34 control packets 39028 packets received 51 acks (for 2691 bytes) 13 duplicate acks 0 UDP tunneled pkts 0 UDP tunneled pkt cnt with errors 0 acks for unsent data 38763 packets (56101432 bytes) received in-sequence 12 completely duplicate packets (15940 bytes) 0 old duplicate packets 0 packets with some dup. data (0 bytes duped) 212 out-of-order packets (306976 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 17 connection requests 0 connection accepts 0 bad connection attempts 0 listen queue overflows 0 ignored RSTs in the windows 17 connections established (including accepts) 0 times used RTT from hostcache 0 times used RTT variance from hostcache 0 times used slow-start threshold from hostcache 19 connections closed (including 0 drops) 0 connections updated cached RTT on close 0 connections updated cached RTT variance on close 0 connections updated cached ssthresh on close 0 embryonic connections dropped 51 segments updated rtt (of 51 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 0 keepalive timeouts 0 keepalive probes sent 0 connections dropped by keepalive 0 correct ACK header predictions 38734 correct data packet header predictions 0 syncache entries added 0 retransmitted 0 dupsyn 0 dropped 0 completed 0 bucket overflow 0 cache overflow 0 reset 0 stale 0 aborted 0 badack 0 unreach 0 zone failures 0 cookies sent 0 cookies received 0 hostcache entries 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 218 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 3 connections in LISTEN state 0 connections in SYN_SENT state 0 connections in SYN_RCVD state 0 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: 46 datagrams received 0 with incomplete header 0 with bad data length field 0 with bad checksum 0 with no checksum 2 dropped due to no socket 2 broadcast/multicast datagrams undelivered 0 dropped due to full socket buffers 0 not for hashed pcb 42 delivered 44 datagrams output 0 times multicast source filter matched ip: 39075 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 39074 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 19723 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: 0 calls to icmp_error 0 errors not generated in response to an icmp message 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: 2 ARP requests sent 0 ARP requests failed to sent 2 ARP replies sent 13 ARP requests received 1 ARP reply received 14 ARP packets received 0 total packets dropped due to no ARP entry 0 ARP entrys timed out 0 Duplicate IPs seen ip6: 4 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 3 packets for this host 0 packets forwarded 0 packets not forwardable 0 redirects sent 8 packets sent from this host 0 packets sent with fabricated ip header 0 output packets dropped due to no bufs, etc. 17 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 3 multicast packets which we don't join Input histogram: ICMP6: 4 Mbuf statistics: 3 one mbuf 1 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 3 link-locals source addresses of a different scope 3 link-locals Source addresses selection rule applied: 3 first candidate icmp6: 0 calls to icmp6_error 0 errors not generated in response to an icmp6 message 0 errors not generated because of rate limitation Output histogram: router solicitation: 3 neighbor solicitation: 1 0 messages with bad code fields 0 messages < minimum length 0 bad checksums 0 messages with bad length Input histogram: router advertisement: 1 Histogram of error messages to be generated: 0 no route 0 administratively prohibited 0 beyond scope 0 address unreachable 0 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 1/2834/2835 mbufs in use (current/cache/total) 0/2044/2044/978076 mbuf clusters in use (current/cache/total/max) 0/2040 mbuf+clusters out of packet secondary zone in use (current/cache) 0/0/0/489038 4k (page size) jumbo clusters in use (current/cache/total/max) 0/0/0/144900 9k jumbo clusters in use (current/cache/total/max) 0/0/0/81506 16k jumbo clusters in use (current/cache/total/max) 0K/4796K/4796K 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) fffff800479847c0 udp4 0 0 *.514 *.* fffff80047984ba0 udp6 0 0 *.514 *.* fffff80047984d90 udp4 0 0 *.* *.* ------------------------------------------------------------------------ netstat -aL Current listen queue sizes (qlen/incqlen/maxqlen) Proto Listen Local Address ------------------------------------------------------------------------ fstat USER CMD PID FD MOUNT INUM MODE SZ|DV R/W root kldload 1643 root / 34 drwxr-xr-x 26 r root kldload 1643 wd /var/crash 34 drwxr-x--- 2 r root kldload 1643 text / 15826 -r-xr-xr-x 9240 r root kldload 1643 ctty /dev 84 crw------- ttyv0 rw root kldload 1643 0 /dev 84 crw------- ttyv0 rw root kldload 1643 1 /dev 84 crw------- ttyv0 rw root kldload 1643 2 /dev 84 crw------- ttyv0 rw root csh 1467 root / 34 drwxr-xr-x 26 r root csh 1467 wd /var/crash 34 drwxr-x--- 2 r root csh 1467 text / 15675 -r-xr-xr-x 441944 r root csh 1467 ctty /dev 84 crw------- ttyv0 rw root csh 1467 15 /dev 84 crw------- ttyv0 rw root csh 1467 16 /dev 84 crw------- ttyv0 rw root csh 1467 17 /dev 84 crw------- ttyv0 rw root csh 1467 18 /dev 84 crw------- ttyv0 rw root csh 1467 19 /dev 84 crw------- ttyv0 rw root getty 1466 root / 34 drwxr-xr-x 26 r root getty 1466 wd / 34 drwxr-xr-x 26 r root getty 1466 text / 15433 -r-xr-xr-x 35392 r root getty 1466 ctty /dev 91 crw------- ttyv7 rw root getty 1466 0 /dev 91 crw------- ttyv7 rw root getty 1466 1 /dev 91 crw------- ttyv7 rw root getty 1466 2 /dev 91 crw------- ttyv7 rw root getty 1465 root / 34 drwxr-xr-x 26 r root getty 1465 wd / 34 drwxr-xr-x 26 r root getty 1465 text / 15433 -r-xr-xr-x 35392 r root getty 1465 ctty /dev 90 crw------- ttyv6 rw root getty 1465 0 /dev 90 crw------- ttyv6 rw root getty 1465 1 /dev 90 crw------- ttyv6 rw root getty 1465 2 /dev 90 crw------- ttyv6 rw root getty 1464 root / 34 drwxr-xr-x 26 r root getty 1464 wd / 34 drwxr-xr-x 26 r root getty 1464 text / 15433 -r-xr-xr-x 35392 r root getty 1464 ctty /dev 89 crw------- ttyv5 rw root getty 1464 0 /dev 89 crw------- ttyv5 rw root getty 1464 1 /dev 89 crw------- ttyv5 rw root getty 1464 2 /dev 89 crw------- ttyv5 rw root getty 1463 root / 34 drwxr-xr-x 26 r root getty 1463 wd / 34 drwxr-xr-x 26 r root getty 1463 text / 15433 -r-xr-xr-x 35392 r root getty 1463 ctty /dev 88 crw------- ttyv4 rw root getty 1463 0 /dev 88 crw------- ttyv4 rw root getty 1463 1 /dev 88 crw------- ttyv4 rw root getty 1463 2 /dev 88 crw------- ttyv4 rw root getty 1462 root / 34 drwxr-xr-x 26 r root getty 1462 wd / 34 drwxr-xr-x 26 r root getty 1462 text / 15433 -r-xr-xr-x 35392 r root getty 1462 ctty /dev 87 crw------- ttyv3 rw root getty 1462 0 /dev 87 crw------- ttyv3 rw root getty 1462 1 /dev 87 crw------- ttyv3 rw root getty 1462 2 /dev 87 crw------- ttyv3 rw root getty 1461 root / 34 drwxr-xr-x 26 r root getty 1461 wd / 34 drwxr-xr-x 26 r root getty 1461 text / 15433 -r-xr-xr-x 35392 r root getty 1461 ctty /dev 86 crw------- ttyv2 rw root getty 1461 0 /dev 86 crw------- ttyv2 rw root getty 1461 1 /dev 86 crw------- ttyv2 rw root getty 1461 2 /dev 86 crw------- ttyv2 rw root getty 1460 root / 34 drwxr-xr-x 26 r root getty 1460 wd / 34 drwxr-xr-x 26 r root getty 1460 text / 15433 -r-xr-xr-x 35392 r root getty 1460 ctty /dev 85 crw------- ttyv1 rw root getty 1460 0 /dev 85 crw------- ttyv1 rw root getty 1460 1 /dev 85 crw------- ttyv1 rw root getty 1460 2 /dev 85 crw------- ttyv1 rw root login 1459 root / 34 drwxr-xr-x 26 r root login 1459 wd / 272 drwxr-x--- 7 r root login 1459 text / 116 -r-sr-xr-x 26584 r root login 1459 ctty /dev 84 crw------- ttyv0 rw root login 1459 0 /dev 84 crw------- ttyv0 rw root login 1459 1 /dev 84 crw------- ttyv0 rw root login 1459 2 /dev 84 crw------- ttyv0 rw root login 1459 3* local dgram fffff8003b21dc00 <-> fffff8003b347700 root cron 1444 root / 34 drwxr-xr-x 26 r root cron 1444 wd / 15900 drwxr-x--- 3 r root cron 1444 text / 4906 -r-xr-xr-x 47800 r root cron 1444 0 /dev 27 crw-rw-rw- null rw root cron 1444 1 /dev 27 crw-rw-rw- null rw root cron 1444 2 /dev 27 crw-rw-rw- null rw root cron 1444 3 / 15890 drwxr-xr-x 24 r root cron 1444 4 / 33299 -rw------- 4 w smmsp sendmail 1440 root / 34 drwxr-xr-x 26 r smmsp sendmail 1440 wd / 16347 drwxrwx--- 3 r smmsp sendmail 1440 text / 15511 -r-xr-sr-x 793776 r smmsp sendmail 1440 0 /dev 27 crw-rw-rw- null r smmsp sendmail 1440 1 /dev 27 crw-rw-rw- null w smmsp sendmail 1440 2 /dev 27 crw-rw-rw- null w smmsp sendmail 1440 3* local dgram fffff8003b347e00 <-> fffff8003b21dd00 smmsp sendmail 1440 4 / 33156 -rw------- 50 w root sendmail 1437 root / 34 drwxr-xr-x 26 r root sendmail 1437 wd / 16351 drwxr-xr-x 2 r root sendmail 1437 text / 15511 -r-xr-sr-x 793776 r root sendmail 1437 0 /dev 27 crw-rw-rw- null r root sendmail 1437 1 /dev 27 crw-rw-rw- null w root sendmail 1437 2 /dev 27 crw-rw-rw- null w root sendmail 1437 3* local dgram fffff8003b347800 <-> fffff8003b347700 root sendmail 1437 4 /dev 64 crw-rw-rw- crypto rw root sendmail 1437 5* internet stream tcp fffffe013111b950 root sendmail 1437 6 / 32774 -rw------- 79 w root sshd 1434 root / 34 drwxr-xr-x 26 r root sshd 1434 wd / 34 drwxr-xr-x 26 r root sshd 1434 text / 4834 -r-xr-xr-x 325696 r root sshd 1434 0 /dev 27 crw-rw-rw- null rw root sshd 1434 1 /dev 27 crw-rw-rw- null rw root sshd 1434 2 /dev 27 crw-rw-rw- null rw root sshd 1434 3 /dev 64 crw-rw-rw- crypto rw root sshd 1434 4* internet6 stream tcp fffffe0131108950 root sshd 1434 5* internet stream tcp fffffe0131108518 root syslogd 1322 root / 34 drwxr-xr-x 26 r root syslogd 1322 wd / 34 drwxr-xr-x 26 r root syslogd 1322 text / 4685 -r-xr-xr-x 57808 r root syslogd 1322 0 /dev 27 crw-rw-rw- null rw root syslogd 1322 1 /dev 27 crw-rw-rw- null rw root syslogd 1322 2 /dev 27 crw-rw-rw- null rw root syslogd 1322 3* pipe fffff8003b95c2e8 <-> fffff8003b95c448 0 rw root syslogd 1322 4* pipe fffff8003b95c448 <-> fffff8003b95c2e8 0 rw root syslogd 1322 5 /dev 12 crw------- klog r root syslogd 1322 6* internet6 dgram udp fffff8003b92eba0 root syslogd 1322 7* internet dgram udp fffff8003b92ed90 root syslogd 1322 8* local dgram fffff8003b21dd00 root syslogd 1322 9* local dgram fffff8003b347700 root syslogd 1322 10 / 15890 drwxr-xr-x 24 r root syslogd 1322 11 / 33674 -rw------- 4 w root syslogd 1322 13 - - bad - root syslogd 1322 14 /var/log 133 -rw-r--r-- 48726 w root syslogd 1322 15 /var/log 135 -rw------- 60 w root syslogd 1322 16 /var/log 129 -rw------- 566 w root syslogd 1322 17 /var/log 132 -rw-r----- 630 w root syslogd 1322 18 /var/log 130 -rw------- 146 w root syslogd 1322 19 /var/log 131 -rw------- 60 w root syslogd 1322 20 /var/log 136 -rw-r--r-- 1758 w root syslogd 1322 22 /var/log 137 -rw------- 60 w root syslogd 1322 23 /var/log 138 -rw-r--r-- 60 w root syslogd 1322 24 /var/log 139 -rw-r----- 60 w root devd 1130 root / 34 drwxr-xr-x 26 r root devd 1130 wd / 34 drwxr-xr-x 26 r root devd 1130 text / 15859 -r-xr-xr-x 1038920 r root devd 1130 0 /dev 27 crw-rw-rw- null rw root devd 1130 1 /dev 27 crw-rw-rw- null rw root devd 1130 2 /dev 27 crw-rw-rw- null rw root devd 1130 3 /dev 6 crw------- devctl r root devd 1130 4* local stream fffff8003b77de00 root devd 1130 5* local seqpak fffff8003b77dd00 root devd 1130 6 / 15890 drwxr-xr-x 24 r root devd 1130 7 / 32906 -rw------- 4 w root devd 1130 8* local dgram fffff8003b6d8b00 <-> fffff8003b347700 _dhcp dhclient 1129 root / 34 drwxr-xr-x 26 r _dhcp dhclient 1129 wd / 34 drwxr-xr-x 26 r _dhcp dhclient 1129 text / 15874 -r-xr-xr-x 119280 r _dhcp dhclient 1129 0 /dev 27 crw-rw-rw- null rw _dhcp dhclient 1129 1 /dev 27 crw-rw-rw- null rw _dhcp dhclient 1129 2 /dev 27 crw-rw-rw- null rw _dhcp dhclient 1129 3 / 16356 drwxr-xr-x 3 r _dhcp dhclient 1129 4* local stream fffff8003b6d8e00 <-> fffff8003b6d8c00 _dhcp dhclient 1129 5 / 33408 -rw-r--r-- 4 w _dhcp dhclient 1129 7 /dev 31 crw------- bpf r _dhcp dhclient 1129 8* route raw 0 fffff8003bc2cb10 _dhcp dhclient 1129 9 / 33416 ---------- 1148 w _dhcp dhclient 1129 11* pipe fffff8001cbc2a18 <-> fffff8001cbc28b8 0 rw root dhclient 1069 root / 34 drwxr-xr-x 26 r root dhclient 1069 wd / 34 drwxr-xr-x 26 r root dhclient 1069 text / 15874 -r-xr-xr-x 119280 r root dhclient 1069 0 /dev 27 crw-rw-rw- null rw root dhclient 1069 1 /dev 27 crw-rw-rw- null rw root dhclient 1069 2 /dev 27 crw-rw-rw- null rw root dhclient 1069 3 / 16356 drwxr-xr-x 3 r root dhclient 1069 4* local stream fffff8003b6d8e00 <-> fffff8003b6d8c00 root dhclient 1069 5 / 33408 -rw-r--r-- 4 w root dhclient 1069 8 /dev 31 crw------- bpf w root dhclient 1069 9* internet raw ip fffff8003bbfad90 root dhclient 1069 10* pipe fffff8001cbc28b8 <-> fffff8001cbc2a18 0 rw root dhclient 1066 root / 34 drwxr-xr-x 26 r root dhclient 1066 wd / 34 drwxr-xr-x 26 r root dhclient 1066 text / 15874 -r-xr-xr-x 119280 r root dhclient 1066 0 /dev 27 crw-rw-rw- null rw root dhclient 1066 1 /dev 27 crw-rw-rw- null rw root dhclient 1066 2 /dev 27 crw-rw-rw- null rw root dhclient 1066 3 root dhclient 1066 6* local stream fffff8003b6d8c00 <-> fffff8003b6d8e00 root wpa_supplicant 982 root / 34 drwxr-xr-x 26 r root wpa_supplicant 982 wd / 34 drwxr-xr-x 26 r root wpa_supplicant 982 text / 4920 -r-xr-xr-x 1062864 r root wpa_supplicant 982 0 /dev 27 crw-rw-rw- null rw root wpa_supplicant 982 1 /dev 27 crw-rw-rw- null rw root wpa_supplicant 982 2 /dev 27 crw-rw-rw- null rw root wpa_supplicant 982 3* internet dgram udp fffff8003b293d90 root wpa_supplicant 982 4* route raw 0 fffff8003b213760 root wpa_supplicant 982 5 /dev 31 crw------- bpf rw root wpa_supplicant 982 6 /dev 64 crw-rw-rw- crypto rw root wpa_supplicant 982 7* local dgram fffff8003b21de00 root wpa_supplicant 982 8 / 16357 drwxr-xr-x 4 r root wpa_supplicant 982 9 / 33162 -rw------- 3 w root ng_queue 693 root / 34 drwxr-xr-x 26 r root ng_queue 693 wd / 34 drwxr-xr-x 26 r root init 1 root / 34 drwxr-xr-x 26 r root init 1 wd / 34 drwxr-xr-x 26 r root init 1 text / 15845 -r-xr-xr-x 1303424 r root kernel 0 root / 34 drwxr-xr-x 26 r root kernel 0 wd / 34 drwxr-xr-x 26 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 #0 main-n248478-f3a3b061216: Thu Aug 5 06:53:04 UTC 2021 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 FreeBSD clang version 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) WARNING: WITNESS option enabled, expect reduced performance. VT(efifb): resolution 1920x1080 CPU: AMD Ryzen 7 4700U with Radeon Graphics (1996.29-MHz K8-class CPU) Origin="AuthenticAMD" Id=0x860f01 Family=0x17 Model=0x60 Stepping=1 Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT> Features2=0x7ed8320b<SSE3,PCLMULQDQ,MON,SSSE3,FMA,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND> AMD Features=0x2e500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM> AMD Features2=0x75c237ff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW,IBS,SKINIT,WDT,TCE,Topology,PCXC,PNXC,DBE,PL2I,MWAITX,ADMSKX> Structured Extended Features=0x219c91a9<FSGSBASE,BMI1,AVX2,SMEP,BMI2,PQM,PQE,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA> Structured Extended Features2=0x400004<UMIP,RDPID> XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES> AMD Extended Feature Extensions ID EBX=0x90cf757<CLZERO,IRPerf,XSaveErPtr,RDPRU,MCOMMIT,WBNOINVD,IBPB,IBRS,STIBP,PREFER_IBRS,SSBD> SVM: NP,NRIP,VClean,AFlush,DAssist,NAsids=32768 TSC: P-state invariant, performance statistics real memory = 17179869184 (16384 MB) avail memory = 15945486336 (15206 MB) Event timer "LAPIC" quality 600 ACPI APIC Table: <HPQOEM 876E > FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs FreeBSD/SMP: 1 package(s) x 2 cache groups x 4 core(s) random: registering fast source Intel Secure Key RNG random: fast provider: "Intel Secure Key RNG" random: unblocking device. ioapic0 <Version 2.1> irqs 0-23 ioapic1 <Version 2.1> irqs 24-55 Launching APs: 5 4 7 6 1 3 2 random: entropy device external interface kbd1 at kbdmux0 efirtc0: <EFI Realtime Clock> efirtc0: registered as a time-of-day clock, resolution 1.000000s smbios0: <System Management BIOS> at iomem 0xcb6f2000-0xcb6f201e smbios0: Version: 3.2, BCD Revision: 3.2 aesni0: <AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS,SHA1,SHA256> acpi0: <HPQOEM SLIC-MPC> acpi0: Power Button (fixed) hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff irq 0,8 on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 350 Event timer "HPET1" frequency 14318180 Hz quality 350 Event timer "HPET2" frequency 14318180 Hz quality 350 attimer0: <AT timer> port 0x40-0x43 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: <32-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 acpi_ec0: <Embedded Controller: GPE 0x3> port 0x62,0x66 on acpi0 isab0: <ACPI Generic ISA bridge> on acpi0 isa0: <ISA bus> on isab0 acpi_button0: <Power Button> on acpi0 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pci0: <ACPI PCI bus> on pcib0 pci0: <base peripheral, IOMMU> at device 0.2 (no driver attached) pcib1: <ACPI PCI-PCI bridge> at device 1.3 on pci0 pci1: <ACPI PCI bus> on pcib1 pci1: <network> at device 0.0 (no driver attached) pcib2: <ACPI PCI-PCI bridge> at device 2.1 on pci0 pci2: <ACPI PCI bus> on pcib2 rtsx0: <2.0c Realtek RTS522A PCI MMC/SD Card Reader> mem 0xd0600000-0xd0600fff at device 0.0 on pci2 rtsx0: Card absent pcib3: <ACPI PCI-PCI bridge> at device 2.3 on pci0 pci3: <ACPI PCI bus> on pcib3 nvme0: <Generic NVMe Device> mem 0xd0500000-0xd0503fff,0xd0504000-0xd05040ff at device 0.0 on pci3 pcib4: <ACPI PCI-PCI bridge> at device 8.1 on pci0 pci4: <ACPI PCI bus> on pcib4 vgapci0: <VGA-compatible display> port 0x1000-0x10ff mem 0xfce0000000-0xfcefffffff,0xfcf0000000-0xfcf01fffff,0xd0400000-0xd047ffff at device 0.0 on pci4 hdac0: <ATI (0x1637) HDA Controller> mem 0xd04c8000-0xd04cbfff at device 0.1 on pci4 pci4: <encrypt/decrypt> at device 0.2 (no driver attached) xhci0: <XHCI (generic) USB 3.0 controller> mem 0xd0200000-0xd02fffff at device 0.3 on pci4 xhci0: 64 bytes context size, 64-bit DMA usbus0: waiting for BIOS to give up control xhci_interrupt: host controller halted usbus0 on xhci0 usbus0: 5.0Gbps Super Speed USB v3.0 xhci1: <XHCI (generic) USB 3.0 controller> mem 0xd0100000-0xd01fffff at device 0.4 on pci4 xhci1: 64 bytes context size, 64-bit DMA usbus1: waiting for BIOS to give up control xhci_interrupt: host controller halted usbus1 on xhci1 usbus1: 5.0Gbps Super Speed USB v3.0 pci4: <multimedia> at device 0.5 (no driver attached) hdac1: <AMD Raven HDA Controller> mem 0xd04c0000-0xd04c7fff at device 0.6 on pci4 isab1: <PCI-ISA bridge> at device 20.3 on pci0 device_attach: isab1 attach returned 6 acpi_lid0: <Control Method Lid Switch> on acpi0 acpi_tz0: <Thermal Zone> on acpi0 acpi_tz0: _CRT value is absurd, ignored (226.9C) acpi_tz0: _PSV value is absurd, ignored (-273.1C) acpi_tz1: <Thermal Zone> on acpi0 cpu0: <ACPI CPU> 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] battery0: <ACPI Control Method Battery> on acpi0 acpi_acad0: <AC Adapter> on acpi0 atrtc0: <AT realtime clock> at port 0x70 irq 8 on isa0 atrtc0: registered as a time-of-day clock, resolution 1.000000s Event timer "RTC" frequency 32768 Hz quality 0 atrtc0: non-PNP ISA device will be removed from GENERIC in FreeBSD 14. hwpstate0: <Cool`n'Quiet 2.0> on cpu0 Timecounters tick every 1.000 msec ZFS filesystem version: 5 ZFS storage pool version: features support (5000) ugen1.1: <0x1022 XHCI root HUB> at usbus1 ugen0.1: <0x1022 XHCI root HUB> at usbus0 uhub0 on usbus1 uhub0: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus1 uhub1 on usbus0 uhub1: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 nvd0: <WDC PC SN730 SDBPNTY-512G-1006> NVMe namespace nvd0: 488386MB (1000215216 512 byte sectors) hdacc0: <ATI R6xx HDA CODEC> at cad 0 on hdac0 hdaa0: <ATI R6xx Audio Function Group> at nid 1 on hdacc0 pcm0: <ATI R6xx (HDMI)> at nid 3 on hdaa0 hdacc1: <Realtek ALC245 HDA CODEC> at cad 0 on hdac1 hdaa1: <Realtek ALC245 Audio Function Group> at nid 1 on hdacc1 pcm1: <Realtek ALC245 (Left Analog)> at nid 33 and 25 on hdaa1 pcm2: <Realtek ALC245 (Internal Analog Speaker)> at nid 23 on hdaa1 isab1: <PCI-ISA bridge> at device 20.3 on pci0 device_attach: isab1 attach returned 6 Trying to mount root from zfs:zroot/ROOT/default []... Root mount waiting for: usbus0 usbus1 CAM WARNING: WITNESS option enabled, expect reduced performance. uhub0: 6 ports with 6 removable, self powered uhub1: 6 ports with 6 removable, self powered ugen1.2: <vendor 0x8087 product 0x0029> at usbus1 ugen0.2: <vendor 0x06cb product 0x00e7> at usbus0 ugen0.3: <Chicony Electronics Co.,Ltd. HP Wide Vision HD Camera> at usbus0 Root mount waiting for: usbus0 ugen0.4: <VIA Labs, Inc. USB3.0 Hub> at usbus0 uhub2 on uhub1 uhub2: <VIA Labs, Inc. USB3.0 Hub, class 9/0, rev 3.00/90.74, addr 3> on usbus0 Root mount waiting for: usbus0 uhub2: 4 ports with 4 removable, self powered Setting hostuuid: 16b4c89b-b269-eb11-810a-b0227a8629ad. Setting hostid: 0x83a387d4. no pools available to import Starting file system checks: /dev/nvd0p1: FILESYSTEM CLEAN; SKIPPING CHECKS Mounting local filesystems:. Loading kernel modules: driver bug: Unable to set devclass (class: ppc devname: (unknown)) ig4iic0: <Designware I2C Controller> iomem 0xfedc4000-0xfedc4fff irq 4 on acpi0 iicbus0: <Philips I2C bus (ACPI-hinted)> on ig4iic0 ugen0.5: <VIA Labs, Inc. USB2.0 Hub> at usbus0 uhub3 on uhub1 uhub3: <VIA Labs, Inc. USB2.0 Hub, class 9/0, rev 2.10/90.70, addr 4> on usbus0 uhub3: 4 ports with 4 removable, self powered iicbus0: <unknown card> at addr 0x10 ig4iic1: <Designware I2C Controller> iomem 0xfedc5000-0xfedc5fff irq 6 on acpi0 iicbus1: <Philips I2C bus (ACPI-hinted)> on ig4iic1 ugen0.6: <Realtek 802.11ac WLAN Adapter> at usbus0 iicbus1: <unknown card> at addr 0x2c isab1: <PCI-ISA bridge> at device 20.3 on pci0 device_attach: isab1 attach returned 6 iichid0: <ELAN2514:03 04F3:2AF0 I2C HID device> at addr 0x10 on iicbus0 iichid0: Interrupt setup failed. Fallback to sampling hidbus0: <HID bus> on iichid0 iichid1: <SYNA32A0:08 06CB:CE14 I2C HID device> at addr 0x2c on iicbus1 iichid1: Interrupt setup failed. Fallback to sampling hidbus1: <HID bus> on iichid1 Autoloading module: acpi_wmi Autoloading module: hconf Autoloading module: hms Autoloading module: hmt Autoloading module: hpen Autoloading module: intpm driver bug: Unable to set devclass (class: ppc devname: (unknown)) acpi_wmi0: <ACPI-WMI mapping> on acpi0 acpi_wmi0: Embedded MOF found ACPI: \134_SB.WFDE.WQCC: 1 arguments were passed to a non-method ACPI object (Buffer) (20210730/nsarguments-361) acpi_wmi1: <ACPI-WMI mapping> on acpi0 acpi_wmi1: Embedded MOF found ACPI: \134_SB.WFTE.WQCC: 1 arguments were passed to a non-method ACPI object (Buffer) (20210730/nsarguments-361) acpi_wmi2: <ACPI-WMI mapping> on acpi0 acpi_wmi2: Embedded MOF found ACPI: \134_SB.WMID.WQAB: 1 arguments were passed to a non-method ACPI object (Buffer) (20210730/nsarguments-361) intsmb0: <AMD FCH SMBus Controller> at device 20.0 on pci0 smbus0: <System Management Bus> on intsmb0 isab1: <PCI-ISA bridge> at device 20.3 on pci0 device_attach: isab1 attach returned 6 hmt0: <ELAN2514:03 04F3:2AF0 TouchScreen> on hidbus0 hmt0: Multitouch touchscreen with 0 external buttons hmt0: 10 contacts with [WH] properties. Report range [0:0] - [3976:2128] hpen0: <ELAN2514:03 04F3:2AF0 Pen> on hidbus0 hms0: <SYNA32A0:08 06CB:CE14 Mouse> on hidbus1 hms0: 2 buttons and [XY] coordinates ID=2 hmt1: <SYNA32A0:08 06CB:CE14 TouchPad> on hidbus1 hconf0: <SYNA32A0:08 06CB:CE14 Configuration> on hidbus1 hmt1: Multitouch touchpad with 0 external buttons, click-pad hmt1: 5 contacts with [C] properties. Report range [0:0] - [1272:672] ELF ldconfig path: /lib /usr/lib /usr/lib/compat 32-bit compatibility ldconfig path: /usr/lib32 Setting hostname: envy.local. Setting up harvesting: PURE_RDRAND,[UMA],[FS_ATIME],SWI,INTERRUPT,NET_NG,[NET_ETHER],NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED Feeding entropy: . ifconfig: SIOCIFCREATE2: Device not configured lo0: link state changed to UP Starting Network: lo0. 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> Starting devd. iwmbtfw: iwmbt_fw_read: open: /usr/local/share/iwmbt-firmware/ibt-20-1-3.sfi: No such file or directory iwmbtfw: main: Firmware download failed! Autoloading module: ng_ubt Autoloading module: if_rtwn_usb rtwn0 on uhub3 rtwn0: <802.11ac WLAN Adapter > on usbus0 rtwn0: MAC/BB RTL8821AU, RF 6052 1T1R wlan0: Ethernet address: 98:48:27:8f:34:a9 Created wlan(4) interfaces: wlan0. Starting wpa_supplicant. wlan0: link state changed to UP wlan0: link state changed to DOWN Starting Network: wlan0. wlan0: flags=8c43<UP,BROADCAST,RUNNING,OACTIVE,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=200001<RXCSUM,RXCSUM_IPV6> ether 98:48:27:8f:34:a9 inet6 fe80::9a48:27ff:fe8f:34a9%wlan0 prefixlen 64 scopeid 0x2 groups: wlan ssid "" channel 36 (5180 MHz 11a ht/20) regdomain FCC country US authmode WPA1+WPA2/802.11i privacy MIXED deftxkey UNDEF txpower 17 bmiss 7 mcastrate 6 mgmtrate 6 scanvalid 60 ht20 ampdulimit 8k ampdudensity 16 shortgi -stbc ldpctx -ldpcrx -uapsd wme roaming MANUAL parent interface: rtwn0 media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) status: no carrier nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL> Starting dhclient. wlan0: no link ......Script /etc/rc.d/devd interrupted 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 Waiting 30s for the default route interface: Script /etc/rc.d/defaultroute interrupted Updating motd:. Clearing /tmp (X related). Creating and/or trimming log files. Updating /var/run/os-release done. Starting syslogd. No core dumps found. Mounting late filesystems:. Configuring vt: blanktime. Generating RSA host key. 2048 SHA256:SsDGsHSTS6bx4oirTTmq+zmsn2fm8qK6L88Sf7GvwVY root@envy.local (RSA) Generating ECDSA host key. 256 SHA256:RvoQTBz7N/ANw9pfnS0hNfNfwiTo+Cxg/Bu3SFpJxz0 root@envy.local (ECDSA) Generating ED25519 host key. 256 SHA256:XiUGQpkSOq5NYNgGUa8O3yQoLlK3GaaDzxxUNZ2+uaw root@envy.local (ED25519) Performing sanity check on sshd configuration. Starting sshd. Starting sendmail_submit. Starting sendmail_msp_queue. Starting cron. Starting background file system checks in 60 seconds. Sun Aug 8 09:05:41 PDT 2021 Aug 8 09:05:43 envy login[1419]: ROOT LOGIN (root) ON ttyv0 lo0: link state changed to DOWN wlan0: Ethernet address: 98:48:27:8f:34:a9 lo0: link state changed to UP Aug 8 09:08:07 envy wpa_supplicant[1633]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Invalid argument Aug 8 09:08:07 envy syslogd: last message repeated 1 times Aug 8 09:08:10 envy wpa_supplicant[1634]: Failed to add supported operating classes IE wlan0: link state changed to UP Aug 8 09:08:10 envy dhclient[1658]: send_packet: No buffer space available [drm] amdgpu kernel modesetting enabled. drmn0: <drmn> on vgapci0 VT: Replacing driver "efifb" with new "dummy". vgapci0: child drmn0 requested pci_enable_io vgapci0: child drmn0 requested pci_enable_io sysctl_warn_reuse: can't re-use a leaf (hw.dri.debug)! [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x103C:0x876E 0xC2). [drm] register mmio base: 0xD0400000 [drm] register mmio size: 524288 [drm] add ip block number 0 <soc15_common> [drm] add ip block number 1 <gmc_v9_0> [drm] add ip block number 2 <vega10_ih> [drm] add ip block number 3 <psp> [drm] add ip block number 4 <smu> [drm] add ip block number 5 <gfx_v9_0> [drm] add ip block number 6 <sdma_v4_0> [drm] add ip block number 7 <dm> [drm] add ip block number 8 <vcn_v2_0> drmn0: successfully loaded firmware image 'amdgpu/renoir_gpu_info.bin' ATOM BIOS: 113-RENOIR-026 drmn0: successfully loaded firmware image 'amdgpu/renoir_sdma.bin' [drm] VCN decode is enabled in VM mode [drm] VCN encode is enabled in VM mode [drm] VCN jpeg decode is enabled in VM mode [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit drmn0: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used) drmn0: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF drmn0: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF Successfully added WC MTRR for [0xfce0000000-0xfcefffffff]: 0; [drm] Detected VRAM RAM=512M, BAR=256M [drm] RAM width 64bits UNKNOWN [TTM] Zone kernel: Available graphics memory: 8044414 KiB [TTM] Zone dma32: Available graphics memory: 2097152 KiB [TTM] Initializing pool allocator [drm] amdgpu: 512M of VRAM memory ready [drm] amdgpu: 3072M of GTT memory ready. [drm] GART: num cpu pages 262144, num gpu pages 262144 [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000). drmn0: successfully loaded firmware image 'amdgpu/renoir_asd.bin' drmn0: successfully loaded firmware image 'amdgpu/renoir_pfp.bin' drmn0: successfully loaded firmware image 'amdgpu/renoir_me.bin' drmn0: successfully loaded firmware image 'amdgpu/renoir_ce.bin' drmn0: successfully loaded firmware image 'amdgpu/renoir_rlc.bin' drmn0: successfully loaded firmware image 'amdgpu/renoir_mec.bin' drmn0: successfully loaded firmware image 'amdgpu/renoir_mec2.bin' [drm] use_doorbell being set to: [true] drmn0: successfully loaded firmware image 'amdgpu/renoir_vcn.bin' [drm] Found VCN firmware Version ENC: 1.7 DEC: 4 VEP: 0 Revision: 17 [drm] PSP loading VCN firmware sos fw version = 0x110149. [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR Aug 8 09:09:22 envy kernel: Successfully added WC MTRR for [0xfce0000000-0xfcefffffff]: 0; amdgpu: [powerplay] smu driver if version = 0x0000000a, smu fw if version = 0x0000000e, smu fw version = 0x00374500 (55.69.0) amdgpu: [powerplay] SMU driver if version not matched amdgpu: [powerplay] dpm has been disabled amdgpu: [powerplay] SMU is initialized successfully! [drm] Display Core initialized with v3.2.56! [drm] Connector eDP-1: get mode from tunables: [drm] - kern.vt.fb.modes.eDP-1 [drm] - kern.vt.fb.default_mode Aug 8 09:09:22 envy kernel: amdgpu: [powerplay] SMU driver if version not matched [drm] Connector HDMI-A-1: get mode from tunables: [drm] - kern.vt.fb.modes.HDMI-A-1 [drm] - kern.vt.fb.default_mode [drm] Connector DP-1: get mode from tunables: [drm] - kern.vt.fb.modes.DP-1 [drm] - kern.vt.fb.default_mode [drm] DP Alt mode state on HPD: 1 Aug 8 09:09:22 envy kernel: [drm] DP Alt mode state on HPD: 1 [drm ERROR :retrieve_link_cap] retrieve_link_cap: Read dpcd data failed. [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [drm] Driver supports precise vblank timestamp query. [drm] VCN decode and encode initialized successfully(under DPG Mode). [drm] fb mappable at 0xFCE0BC7000 [drm] vram apper at 0xFCE0000000 [drm] size 8294400 [drm] fb depth is 24 [drm] pitch is 7680 WARNING: Device "fb" is Giant locked and may be deleted before FreeBSD 14.0. VT: Replacing driver "dummy" with new "fb". taskqueue_drain with the following non-sleepable locks held: exclusive sleep mutex vtdev (vtdev) r = 0 (0xffffffff81aea0a8) locked @ /usr/src/sys/dev/vt/vt_core.c:3012 stack backtrace: #0 0xffffffff80c902e1 at witnespanic: malloc: called with spinlock or critical section held cpuid = 7 time = 1628438963 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00c1ff4470 vpanic() at vpanic+0x187/frame 0xfffffe00c1ff44d0 panic() at panic+0x43/frame 0xfffffe00c1ff4530 malloc_dbg() at malloc_dbg+0xe2/frame 0xfffffe00c1ff4550 malloc() at malloc+0x30/frame 0xfffffe00c1ff45a0 dcn21_validate_bandwidth() at dcn21_validate_bandwidth+0x7e/frame 0xfffffe00c1ff4630 dc_validate_global_state() at dc_validate_global_state+0x2cc/frame 0xfffffe00c1ff4690 amdgpu_dm_atomic_check() at amdgpu_dm_atomic_check+0xee1/frame 0xfffffe00c1ff4940 drm_atomic_check_only() at drm_atomic_check_only+0x424/frame 0xfffffe00c1ff49c0 drm_atomic_commit() at drm_atomic_commit+0x13/frame 0xfffffe00c1ff49e0 drm_client_modeset_commit_atomic() at drm_client_modeset_commit_atomic+0x148/frame 0xfffffe00c1ff4a50 drm_client_modeset_commit_force() at drm_client_modeset_commit_force+0x66/frame 0xfffffe00c1ff4a90 drm_fb_helper_restore_fbdev_mode_unlocked() at drm_fb_helper_restore_fbdev_mode_unlocked+0x7a/frame 0xfffffe00c1ff4ac0 taskqueue_run_locked() at taskqueue_run_locked+0xaa/frame 0xfffffe00c1ff4b40 taskqueue_thread_loop() at taskqueue_thread_loop+0xc2/frame 0xfffffe00c1ff4b70 fork_exit() at fork_exit+0x80/frame 0xfffffe00c1ff4bb0 fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00c1ff4bb0 --- trap 0, rip = 0, rsp = 0, rbp = 0 --- KDB: enter: panic Uptime: 4m12s ---<<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 #0 main-n248478-f3a3b061216: Thu Aug 5 06:53:04 UTC 2021 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 FreeBSD clang version 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) WARNING: WITNESS option enabled, expect reduced performance. VT(efifb): resolution 1920x1080 CPU: AMD Ryzen 7 4700U with Radeon Graphics (1996.29-MHz K8-class CPU) Origin="AuthenticAMD" Id=0x860f01 Family=0x17 Model=0x60 Stepping=1 Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT> Features2=0x7ed8320b<SSE3,PCLMULQDQ,MON,SSSE3,FMA,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND> AMD Features=0x2e500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM> AMD Features2=0x75c237ff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW,IBS,SKINIT,WDT,TCE,Topology,PCXC,PNXC,DBE,PL2I,MWAITX,ADMSKX> Structured Extended Features=0x219c91a9<FSGSBASE,BMI1,AVX2,SMEP,BMI2,PQM,PQE,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA> Structured Extended Features2=0x400004<UMIP,RDPID> XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES> AMD Extended Feature Extensions ID EBX=0x90cf757<CLZERO,IRPerf,XSaveErPtr,RDPRU,MCOMMIT,WBNOINVD,IBPB,IBRS,STIBP,PREFER_IBRS,SSBD> SVM: NP,NRIP,VClean,AFlush,DAssist,NAsids=32768 TSC: P-state invariant, performance statistics real memory = 17179869184 (16384 MB) avail memory = 15945482240 (15206 MB) Event timer "LAPIC" quality 600 ACPI APIC Table: <HPQOEM 876E > FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs FreeBSD/SMP: 1 package(s) x 2 cache groups x 4 core(s) random: registering fast source Intel Secure Key RNG random: fast provider: "Intel Secure Key RNG" random: unblocking device. ioapic0 <Version 2.1> irqs 0-23 ioapic1 <Version 2.1> irqs 24-55 Launching APs: 6 3 1 2 7 5 4 random: entropy device external interface kbd1 at kbdmux0 efirtc0: <EFI Realtime Clock> efirtc0: registered as a time-of-day clock, resolution 1.000000s smbios0: <System Management BIOS> at iomem 0xcb6f2000-0xcb6f201e smbios0: Version: 3.2, BCD Revision: 3.2 aesni0: <AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS,SHA1,SHA256> acpi0: <HPQOEM SLIC-MPC> acpi0: Power Button (fixed) hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff irq 0,8 on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 350 Event timer "HPET1" frequency 14318180 Hz quality 350 Event timer "HPET2" frequency 14318180 Hz quality 350 attimer0: <AT timer> port 0x40-0x43 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: <32-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 acpi_ec0: <Embedded Controller: GPE 0x3> port 0x62,0x66 on acpi0 isab0: <ACPI Generic ISA bridge> on acpi0 isa0: <ISA bus> on isab0 acpi_button0: <Power Button> on acpi0 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pci0: <ACPI PCI bus> on pcib0 pci0: <base peripheral, IOMMU> at device 0.2 (no driver attached) pcib1: <ACPI PCI-PCI bridge> at device 1.3 on pci0 pci1: <ACPI PCI bus> on pcib1 pci1: <network> at device 0.0 (no driver attached) pcib2: <ACPI PCI-PCI bridge> at device 2.1 on pci0 pci2: <ACPI PCI bus> on pcib2 rtsx0: <2.0c Realtek RTS522A PCI MMC/SD Card Reader> mem 0xd0600000-0xd0600fff at device 0.0 on pci2 rtsx0: Card absent pcib3: <ACPI PCI-PCI bridge> at device 2.3 on pci0 pci3: <ACPI PCI bus> on pcib3 nvme0: <Generic NVMe Device> mem 0xd0500000-0xd0503fff,0xd0504000-0xd05040ff at device 0.0 on pci3 pcib4: <ACPI PCI-PCI bridge> at device 8.1 on pci0 pci4: <ACPI PCI bus> on pcib4 vgapci0: <VGA-compatible display> port 0x1000-0x10ff mem 0xfce0000000-0xfcefffffff,0xfcf0000000-0xfcf01fffff,0xd0400000-0xd047ffff at device 0.0 on pci4 hdac0: <ATI (0x1637) HDA Controller> mem 0xd04c8000-0xd04cbfff at device 0.1 on pci4 pci4: <encrypt/decrypt> at device 0.2 (no driver attached) xhci0: <XHCI (generic) USB 3.0 controller> mem 0xd0200000-0xd02fffff at device 0.3 on pci4 xhci0: 64 bytes context size, 64-bit DMA usbus0: waiting for BIOS to give up control xhci_interrupt: host controller halted usbus0 on xhci0 usbus0: 5.0Gbps Super Speed USB v3.0 xhci1: <XHCI (generic) USB 3.0 controller> mem 0xd0100000-0xd01fffff at device 0.4 on pci4 xhci1: 64 bytes context size, 64-bit DMA usbus1: waiting for BIOS to give up control xhci_interrupt: host controller halted usbus1 on xhci1 usbus1: 5.0Gbps Super Speed USB v3.0 pci4: <multimedia> at device 0.5 (no driver attached) hdac1: <AMD Raven HDA Controller> mem 0xd04c0000-0xd04c7fff at device 0.6 on pci4 isab1: <PCI-ISA bridge> at device 20.3 on pci0 device_attach: isab1 attach returned 6 acpi_lid0: <Control Method Lid Switch> on acpi0 acpi_tz0: <Thermal Zone> on acpi0 acpi_tz0: _CRT value is absurd, ignored (226.9C) acpi_tz0: _PSV value is absurd, ignored (-273.1C) acpi_tz1: <Thermal Zone> on acpi0 cpu0: <ACPI CPU> 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] battery0: <ACPI Control Method Battery> on acpi0 acpi_acad0: <AC Adapter> on acpi0 atrtc0: <AT realtime clock> at port 0x70 irq 8 on isa0 atrtc0: registered as a time-of-day clock, resolution 1.000000s Event timer "RTC" frequency 32768 Hz quality 0 atrtc0: non-PNP ISA device will be removed from GENERIC in FreeBSD 14. hwpstate0: <Cool`n'Quiet 2.0> on cpu0 Timecounters tick every 1.000 msec ZFS filesystem version: 5 ZFS storage pool version: features support (5000) ugen1.1: <0x1022 XHCI root HUB> at usbus1 ugen0.1: <0x1022 XHCI root HUB> at usbus0 uhub0 on usbus1 uhub0: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus1 uhub1 on usbus0 uhub1: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 nvd0: <WDC PC SN730 SDBPNTY-512G-1006> NVMe namespace nvd0: 488386MB (1000215216 512 byte sectors) hdacc0: <ATI R6xx HDA CODEC> at cad 0 on hdac0 hdaa0: <ATI R6xx Audio Function Group> at nid 1 on hdacc0 pcm0: <ATI R6xx (HDMI)> at nid 3 on hdaa0 hdacc1: <Realtek ALC245 HDA CODEC> at cad 0 on hdac1 hdaa1: <Realtek ALC245 Audio Function Group> at nid 1 on hdacc1 pcm1: <Realtek ALC245 (Left Analog)> at nid 33 and 25 on hdaa1 pcm2: <Realtek ALC245 (Internal Analog Speaker)> at nid 23 on hdaa1 isab1: <PCI-ISA bridge> at device 20.3 on pci0 device_attach: isab1 attach returned 6 Trying to mount root from zfs:zroot/ROOT/default []... Root mount waiting for: usbus0 usbus1 WARNING: WITNESS option enabled, expect reduced performance. uhub0: 6 ports with 6 removable, self powered uhub1: 6 ports with 6 removable, self powered ugen1.2: <vendor 0x8087 product 0x0029> at usbus1 ugen0.2: <vendor 0x06cb product 0x00e7> at usbus0 ugen0.3: <Chicony Electronics Co.,Ltd. HP Wide Vision HD Camera> at usbus0 Root mount waiting for: usbus0 ugen0.4: <VIA Labs, Inc. USB3.0 Hub> at usbus0 uhub2 on uhub1 uhub2: <VIA Labs, Inc. USB3.0 Hub, class 9/0, rev 3.00/90.74, addr 3> on usbus0 Root mount waiting for: usbus0 uhub2: 4 ports with 4 removable, self powered Setting hostuuid: 16b4c89b-b269-eb11-810a-b0227a8629ad. Setting hostid: 0x83a387d4. no pools available to import Starting file system checks: /dev/nvd0p1: 6 files, 258 MiB free (16521 clusters) FIXED /dev/nvd0p1: MARKING FILE SYSTEM CLEAN ugen0.5: <VIA Labs, Inc. USB2.0 Hub> at usbus0 uhub3 on uhub1 uhub3: <VIA Labs, Inc. USB2.0 Hub, class 9/0, rev 2.10/90.70, addr 4> on usbus0 Mounting local filesystems:. Loading kernel modules: driver bug: Unable to set devclass (class: ppc devname: (unknown)) ig4iic0: <Designware I2C Controller> iomem 0xfedc4000-0xfedc4fff irq 4 on acpi0 iicbus0: <Philips I2C bus (ACPI-hinted)> on ig4iic0 uhub3: 4 ports with 4 removable, self powered ugen0.6: <Realtek 802.11ac WLAN Adapter> at usbus0 iicbus0: <unknown card> at addr 0x10 ig4iic1: <Designware I2C Controller> iomem 0xfedc5000-0xfedc5fff irq 6 on acpi0 iicbus1: <Philips I2C bus (ACPI-hinted)> on ig4iic1 iicbus1: <unknown card> at addr 0x2c isab1: <PCI-ISA bridge> at device 20.3 on pci0 device_attach: isab1 attach returned 6 iichid0: <ELAN2514:03 04F3:2AF0 I2C HID device> at addr 0x10 on iicbus0 iichid0: Interrupt setup failed. Fallback to sampling hidbus0: <HID bus> on iichid0 iichid1: <SYNA32A0:08 06CB:CE14 I2C HID device> at addr 0x2c on iicbus1 iichid1: Interrupt setup failed. Fallback to sampling hidbus1: <HID bus> on iichid1 Autoloading module: acpi_wmi Autoloading module: hconf Autoloading module: hms Autoloading module: hmt Autoloading module: hpen Autoloading module: intpm driver bug: Unable to set devclass (class: ppc devname: (unknown)) acpi_wmi0: <ACPI-WMI mapping> on acpi0 acpi_wmi0: Embedded MOF found ACPI: \134_SB.WFDE.WQCC: 1 arguments were passed to a non-method ACPI object (Buffer) (20210730/nsarguments-361) acpi_wmi1: <ACPI-WMI mapping> on acpi0 acpi_wmi1: Embedded MOF found ACPI: \134_SB.WFTE.WQCC: 1 arguments were passed to a non-method ACPI object (Buffer) (20210730/nsarguments-361) acpi_wmi2: <ACPI-WMI mapping> on acpi0 acpi_wmi2: Embedded MOF found ACPI: \134_SB.WMID.WQAB: 1 arguments were passed to a non-method ACPI object (Buffer) (20210730/nsarguments-361) intsmb0: <AMD FCH SMBus Controller> at device 20.0 on pci0 smbus0: <System Management Bus> on intsmb0 isab1: <PCI-ISA bridge> at device 20.3 on pci0 device_attach: isab1 attach returned 6 hmt0: <ELAN2514:03 04F3:2AF0 TouchScreen> on hidbus0 hmt0: Multitouch touchscreen with 0 external buttons hmt0: 10 contacts with [WH] properties. Report range [0:0] - [3976:2128] hpen0: <ELAN2514:03 04F3:2AF0 Pen> on hidbus0 hms0: <SYNA32A0:08 06CB:CE14 Mouse> on hidbus1 hms0: 2 buttons and [XY] coordinates ID=2 hmt1: <SYNA32A0:08 06CB:CE14 TouchPad> on hidbus1 hconf0: <SYNA32A0:08 06CB:CE14 Configuration> on hidbus1 hmt1: Multitouch touchpad with 0 external buttons, click-pad hmt1: 5 contacts with [C] properties. Report range [0:0] - [1272:672] ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/compat/pkg /usr/local/lib/compat/pkg 32-bit compatibility ldconfig path: /usr/lib32 Setting hostname: envy.local. Setting up harvesting: PURE_RDRAND,[UMA],[FS_ATIME],SWI,INTERRUPT,NET_NG,[NET_ETHER],NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED Feeding entropy: . ifconfig: SIOCIFCREATE2: Device not configured lo0: link state changed to UP Starting Network: lo0. 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> Starting devd. iwmbtfw: iwmbt_fw_read: open: /usr/local/share/iwmbt-firmware/ibt-20-1-3.sfi: No such file or directory iwmbtfw: main: Firmware download failed! Autoloading module: ng_ubt Autoloading module: if_rtwn_usb rtwn0 on uhub3 rtwn0: <802.11ac WLAN Adapter > on usbus0 rtwn0: MAC/BB RTL8821AU, RF 6052 1T1R wlan0: Ethernet address: 98:48:27:8f:34:a9 Created wlan(4) interfaces: wlan0. Starting wpa_supplicant. wlan0: link state changed to UP Starting Network: wlan0. wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=200001<RXCSUM,RXCSUM_IPV6> ether 98:48:27:8f:34:a9 inet6 fe80::9a48:27ff:fe8f:34a9%wlan0 prefixlen 64 scopeid 0x2 groups: wlan ssid Linksys00152_5GHz channel 44 (5220 MHz 11a ht/20) bssid c4:41:1e:6a:c2:9e regdomain FCC country US authmode WPA2/802.11i privacy ON deftxkey UNDEF AES-CCM 2:128-bit txpower 17 bmiss 7 mcastrate 6 mgmtrate 6 scanvalid 60 ht20 ampdulimit 64k ampdudensity 4 shortgi -stbc ldpctx -ldpcrx -uapsd wme roaming MANUAL parent interface: rtwn0 media: IEEE 802.11 Wireless Ethernet MCS mode 11na status: associated nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL> Starting dhclient. DHCPREQUEST on wlan0 to 255.255.255.255 port 67 DHCPACK from 192.168.1.1 bound to 192.168.1.119 -- renewal in 43200 seconds. 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 motd:. Clearing /tmp (X related). Creating and/or trimming log files. Updating /var/run/os-release done. Starting syslogd. Aug 8 09:10:19 envy savecore[1349]: reboot after panic: malloc: called with spinlock or critical section held Writing crash summary to /var/crash/core.txt.0. Mounting late filesystems:. Configuring vt: blanktime. Performing sanity check on sshd configuration. Starting sshd. Starting sendmail_submit. Starting sendmail_msp_queue. Starting cron. Starting background file system checks in 60 seconds. Sun Aug 8 09:10:23 PDT 2021 Aug 8 09:10:27 envy login[1459]: ROOT LOGIN (root) ON ttyv0 [drm] amdgpu kernel modesetting enabled. drmn0: <drmn> on vgapci0 VT: Replacing driver "efifb" with new "dummy". vgapci0: child drmn0 requested pci_enable_io vgapci0: child drmn0 requested pci_enable_io sysctl_warn_reuse: can't re-use a leaf (hw.dri.debug)! [drm] initializing kernel modesetting (RENOIR 0x1002:0x1636 0x103C:0x876E 0xC2). [drm] register mmio base: 0xD0400000 [drm] register mmio size: 524288 [drm] add ip block number 0 <soc15_common> [drm] add ip block number 1 <gmc_v9_0> [drm] add ip block number 2 <vega10_ih> [drm] add ip block number 3 <psp> [drm] add ip block number 4 <smu> [drm] add ip block number 5 <gfx_v9_0> [drm] add ip block number 6 <sdma_v4_0> [drm] add ip block number 7 <dm> [drm] add ip block number 8 <vcn_v2_0> drmn0: successfully loaded firmware image 'amdgpu/renoir_gpu_info.bin' ATOM BIOS: 113-RENOIR-026 drmn0: successfully loaded firmware image 'amdgpu/renoir_sdma.bin' [drm] VCN decode is enabled in VM mode [drm] VCN encode is enabled in VM mode [drm] VCN jpeg decode is enabled in VM mode [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit drmn0: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used) drmn0: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF drmn0: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF Successfully added WC MTRR for [0xfce0000000-0xfcefffffff]: 0; [drm] Detected VRAM RAM=512M, BAR=256M [drm] RAM width 64bits UNKNOWN [TTM] Zone kernel: Available graphics memory: 8044414 KiB [TTM] Zone dma32: Available graphics memory: 2097152 KiB [TTM] Initializing pool allocator [drm] amdgpu: 512M of VRAM memory ready [drm] amdgpu: 3072M of GTT memory ready. [drm] GART: num cpu pages 262144, num gpu pages 262144 [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000). drmn0: successfully loaded firmware image 'amdgpu/renoir_asd.bin' drmn0: successfully loaded firmware image 'amdgpu/renoir_pfp.bin' drmn0: successfully loaded firmware image 'amdgpu/renoir_me.bin' drmn0: successfully loaded firmware image 'amdgpu/renoir_ce.bin' drmn0: successfully loaded firmware image 'amdgpu/renoir_rlc.bin' drmn0: successfully loaded firmware image 'amdgpu/renoir_mec.bin' drmn0: successfully loaded firmware image 'amdgpu/renoir_mec2.bin' [drm] use_doorbell being set to: [true] drmn0: successfully loaded firmware image 'amdgpu/renoir_vcn.bin' [drm] Found VCN firmware Version ENC: 1.7 DEC: 4 VEP: 0 Revision: 17 [drm] PSP loading VCN firmware sos fw version = 0x110149. [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR Aug 8 09:11:51 envy kernel: Successfully added WC MTRR for [0xfce0000000-0xfcefffffff]: 0; amdgpu: [powerplay] smu driver if version = 0x0000000a, smu fw if version = 0x0000000e, smu fw version = 0x00374500 (55.69.0) amdgpu: [powerplay] SMU driver if version not matched amdgpu: [powerplay] dpm has been disabled amdgpu: [powerplay] SMU is initialized successfully! [drm] Display Core initialized with v3.2.56! [drm] Connector eDP-1: get mode from tunables: [drm] - kern.vt.fb.modes.eDP-1 [drm] - kern.vt.fb.default_mode Aug 8 09:11:51 envy kernel: amdgpu: [powerplay] SMU driver if version not matched [drm] Connector HDMI-A-1: get mode from tunables: [drm] - kern.vt.fb.modes.HDMI-A-1 [drm] - kern.vt.fb.default_mode [drm] Connector DP-1: get mode from tunables: [drm] - kern.vt.fb.modes.DP-1 [drm] - kern.vt.fb.default_mode [drm] DP Alt mode state on HPD: 1 Aug 8 09:11:51 envy kernel: [drm] DP Alt mode state on HPD: 1 [drm ERROR :retrieve_link_cap] retrieve_link_cap: Read dpcd data failed. [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [drm] Driver supports precise vblank timestamp query. [drm] VCN decode and encode initialized successfully(under DPG Mode). [drm] fb mappable at 0xFCE0BC7000 [drm] vram apper at 0xFCE0000000 [drm] size 8294400 [drm] fb depth is 24 [drm] pitch is 7680 WARNING: Device "fb" is Giant locked and may be deleted before FreeBSD 14.0. VT: Replacing driver "dummy" with new "fb". taskqueue_drain with the following non-sleepable locks held: exclusive sleep mutex vtdev (vtdev) r = 0 (0xffffffff81aea0a8) locked @ /usr/src/sys/dev/vt/vt_core.c:3012 stack backtrace: #0 0xffffffff80c902e1 at witnespanic: malloc: called with spinlock or critical section held cpuid = 6 time = 1628439111 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00c1ff4470 vpanic() at vpanic+0x187/frame 0xfffffe00c1ff44d0 panic() at panic+0x43/frame 0xfffffe00c1ff4530 malloc_dbg() at malloc_dbg+0xe2/frame 0xfffffe00c1ff4550 malloc() at malloc+0x30/frame 0xfffffe00c1ff45a0 dcn21_validate_bandwidth() at dcn21_validate_bandwidth+0x7e/frame 0xfffffe00c1ff4630 dc_validate_global_state() at dc_validate_global_state+0x2cc/frame 0xfffffe00c1ff4690 amdgpu_dm_atomic_check() at amdgpu_dm_atomic_check+0xee1/frame 0xfffffe00c1ff4940 drm_atomic_check_only() at drm_atomic_check_only+0x424/frame 0xfffffe00c1ff49c0 drm_atomic_commit() at drm_atomic_commit+0x13/frame 0xfffffe00c1ff49e0 drm_client_modeset_commit_atomic() at drm_client_modeset_commit_atomic+0x148/frame 0xfffffe00c1ff4a50 drm_client_modeset_commit_force() at drm_client_modeset_commit_force+0x66/frame 0xfffffe00c1ff4a90 drm_fb_helper_restore_fbdev_mode_unlocked() at drm_fb_helper_restore_fbdev_mode_unlocked+0x7a/frame 0xfffffe00c1ff4ac0 taskqueue_run_locked() at taskqueue_run_locked+0xaa/frame 0xfffffe00c1ff4b40 taskqueue_thread_loop() at taskqueue_thread_loop+0xc2/frame 0xfffffe00c1ff4b70 fork_exit() at fork_exit+0x80/frame 0xfffffe00c1ff4bb0 fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00c1ff4bb0 --- trap 0, rip = 0, rsp = 0, rbp = 0 --- KDB: enter: panic Uptime: 1m59s Dumping 983 out of 15711 MB:..2%..12%..22%..31%..41%..51%..61%..72%..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 cardbus device uart device ppc device ppbus device lpt device ppi device puc device iflib device em device igc 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 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 xentimer 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?e80bb7201414ecdb7140cf1b480b258d>
