NetBSD-Syzbot archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
MSan: Uninitialized Memory in umap_lookup
Hello,
syzbot found the following issue on:
HEAD commit: 906e271cb392 modfl(3): Fix conversion from FreeBSD.
git tree: netbsd
console output: https://syzkaller.appspot.com/x/log.txt?x=120e1bd4980000
kernel config: https://syzkaller.appspot.com/x/.config?x=739e57438eb9ed9e
dashboard link: https://syzkaller.appspot.com/bug?extid=eb3131ee87c501643ca9
compiler: Debian clang version 15.0.6
Unfortunately, I don't have any reproducer for this issue yet.
Downloadable assets:
disk image: https://storage.googleapis.com/syzbot-assets/3896d04608c8/disk-906e271c.raw.xz
netbsd.gdb: https://storage.googleapis.com/syzbot-assets/6d90cfe21ee8/netbsd-906e271c.gdb.xz
IMPORTANT: if you fix the issue, please add the following tag to the commit:
Reported-by: syzbot+eb3131ee87c501643ca9%syzkaller.appspotmail.com@localhost
[ 235.7975762] panic: MSan: Uninitialized Variable 'tdvp' From union_lookup1()
[ 235.7975762] cpu1: Begin traceback...
[ 235.8275790] vpanic() at netbsd:vpanic+0xc9d
[ 235.8776049] panic() at netbsd:panic+0x1b3
[ 235.9376376] __msan_warning() at netbsd:__msan_warning+0x11e kmsan_report_inline sys/kern/subr_msan.c:250 [inline]
[ 235.9376376] __msan_warning() at netbsd:__msan_warning+0x11e sys/kern/subr_msan.c:631
[ 235.9876616] umap_lookup() at netbsd:umap_lookup+0xebb
[ 236.0376876] VOP_LOOKUP() at netbsd:VOP_LOOKUP+0x248
[ 236.0877137] union_lookup1() at netbsd:union_lookup1+0x4cf sys/fs/union/union_vnops.c:279
[ 236.1477447] union_lookup() at netbsd:union_lookup+0x579 sys/fs/union/union_vnops.c:371
[ 236.1977735] VOP_LOOKUP() at netbsd:VOP_LOOKUP+0x248
[ 236.2477939] lookup_once() at netbsd:lookup_once+0x10ec sys/kern/vfs_lookup.c:1150
[ 236.3078234] namei_tryemulroot() at netbsd:namei_tryemulroot+0x3cfc namei_oneroot sys/kern/vfs_lookup.c:1546 [inline]
[ 236.3078234] namei_tryemulroot() at netbsd:namei_tryemulroot+0x3cfc sys/kern/vfs_lookup.c:1906
[ 236.3578485] namei() at netbsd:namei+0x289
[ 236.4078720] do_sys_unlinkat() at netbsd:do_sys_unlinkat+0x48d fd_nameiat sys/kern/vfs_syscalls.c:245 [inline]
[ 236.4078720] do_sys_unlinkat() at netbsd:do_sys_unlinkat+0x48d sys/kern/vfs_syscalls.c:2857
[ 236.4679026] sys___syscall() at netbsd:sys___syscall+0x2ae sy_call sys/sys/syscallvar.h:65 [inline]
[ 236.4679026] sys___syscall() at netbsd:sys___syscall+0x2ae sys/kern/sys_syscall.c:90
[ 236.5179278] syscall() at netbsd:syscall+0x576 sy_invoke sys/sys/syscallvar.h:94 [inline]
[ 236.5179278] syscall() at netbsd:syscall+0x576 sys/arch/x86/x86/syscall.c:137
[ 236.5379377] --- syscall (number 10 via SYS_syscall) ---
[ 236.5579488] netbsd:syscall+0x576:
[ 236.5579488] cpu1: End traceback...
[ 236.5579488] fatal breakpoint trap in supervisor mode
[ 236.5679512] trap type 1 code 0 rip 0xffffffff8023687d cs 0x8 rflags 0x282 cr2 0x7f7001853000 ilevel 0 rsp 0xffffe680d075df40
[ 236.5779523] curlwp 0xffffe68013e15100 pid 2239.2291 lowest kstack 0xffffe680d07572c0
Stopped in pid 2239.2291 (syz-executor.3) at netbsd:breakpoint+0x5: leave
?
breakpoint() at netbsd:breakpoint+0x5
vpanic() at netbsd:vpanic+0xc9d
panic() at netbsd:panic+0x1b3
__msan_warning() at netbsd:__msan_warning+0x11e kmsan_report_inline sys/kern/subr_msan.c:250 [inline]
__msan_warning() at netbsd:__msan_warning+0x11e sys/kern/subr_msan.c:631
umap_lookup() at netbsd:umap_lookup+0xebb
VOP_LOOKUP() at netbsd:VOP_LOOKUP+0x248
union_lookup1() at netbsd:union_lookup1+0x4cf sys/fs/union/union_vnops.c:279
union_lookup() at netbsd:union_lookup+0x579 sys/fs/union/union_vnops.c:371
VOP_LOOKUP() at netbsd:VOP_LOOKUP+0x248
lookup_once() at netbsd:lookup_once+0x10ec sys/kern/vfs_lookup.c:1150
namei_tryemulroot() at netbsd:namei_tryemulroot+0x3cfc namei_oneroot sys/kern/vfs_lookup.c:1546 [inline]
namei_tryemulroot() at netbsd:namei_tryemulroot+0x3cfc sys/kern/vfs_lookup.c:1906
namei() at netbsd:namei+0x289
do_sys_unlinkat() at netbsd:do_sys_unlinkat+0x48d fd_nameiat sys/kern/vfs_syscalls.c:245 [inline]
do_sys_unlinkat() at netbsd:do_sys_unlinkat+0x48d sys/kern/vfs_syscalls.c:2857
sys___syscall() at netbsd:sys___syscall+0x2ae sy_call sys/sys/syscallvar.h:65 [inline]
sys___syscall() at netbsd:sys___syscall+0x2ae sys/kern/sys_syscall.c:90
syscall() at netbsd:syscall+0x576 sy_invoke sys/sys/syscallvar.h:94 [inline]
syscall() at netbsd:syscall+0x576 sys/arch/x86/x86/syscall.c:137
--- syscall (number 10 via SYS_syscall) ---
netbsd:syscall+0x576:
Panic string: MSan: Uninitialized Variable 'tdvp' From union_lookup1()
PID LID S CPU FLAGS STRUCT LWP * NAME WAIT
2274 2274 3 0 0 ffffe68013a3cbc0 syz-executor.0 vm_map
2239 2276 2 1 0 ffffe68013e15980 syz-executor.3
2239 > 2291 7 1 0 ffffe68013e15100 syz-executor.3
2239 2239 2 1 10000000 ffffe6801384a6c0 syz-executor.3
2646 2646 2 0 0 ffffe68013718a40 syz-executor.4
5685 5685 3 0 40000 ffffe6801384b700 syz-executor.1 vm_map
5856 5856 2 0 40000 ffffe6801384ab00 syz-executor.5
2292 2292 2 0 140 ffffe68013784240 syz-executor.3
1526 1526 3 0 40000 ffffe68013514100 syz-executor.2 vm_map
2116 2116 3 0 180 ffffe680135a08c0 syz-executor.4 parked
4558 4558 3 1 180 ffffe680135a0040 syz-executor.3 parked
2896 2896 3 1 180 ffffe68013a3c780 syz-executor.2 parked
4049 385 2 0 1000040 ffffe680135a0480 syz-executor.2
4049 2493 3 1 11100000 ffffe68013a3c340 syz-executor.2 vfork
1535 1535 3 0 180 ffffe68013772a80 syz-executor.3 parked
581 1470 3 0 1100000 ffffe68013514540 syz-executor.3 vfork
581 581 2 0 11000040 ffffe68013772200 syz-executor.3
982 2592 2 1 140 ffffe68013784ac0 syz-fuzzer
982 1201 3 1 180 ffffe680137181c0 syz-fuzzer wait
982 1236 3 1 180 ffffe6801365da00 syz-fuzzer wait
982 1106 3 1 180 ffffe6801365d5c0 syz-fuzzer parked
982 1244 3 1 180 ffffe6801365d180 syz-fuzzer wait
982 1130 3 1 180 ffffe68012cc7500 syz-fuzzer parked
982 1223 3 0 180 ffffe68012cc7940 syz-fuzzer wait
982 1132 3 0 180 ffffe68012cc70c0 syz-fuzzer wait
982 1229 3 0 180 ffffe68012c0f900 syz-fuzzer parked
982 1237 3 0 180 ffffe68012c0f4c0 syz-fuzzer parked
982 1242 3 0 180 ffffe68012c0f080 syz-fuzzer wait
982 1082 3 0 180 ffffe68012b748c0 syz-fuzzer parked
982 1231 3 0 180 ffffe6801233b2c0 syz-fuzzer parked
982 982 3 0 180 ffffe6801230fb00 syz-fuzzer parked
1080 1080 3 0 180 ffffe6801230f6c0 sshd select
1193 1193 3 1 180 ffffe6801230f280 getty nanoslp
1216 1216 3 0 180 ffffe6801254dbc0 getty nanoslp
1083 1083 3 0 180 ffffe68012275ac0 getty nanoslp
1078 1078 3 1 180 ffffe680121d7200 getty ttyraw
734 734 3 0 180 ffffe68012522300 sshd select
1097 1097 3 1 180 ffffe68012b74040 powerd kqueue
811 811 2 1 140 ffffe68012b74480 syslogd
605 605 3 0 180 ffffe6801233bb40 dhcpcd poll
559 559 3 0 180 ffffe68012522b80 dhcpcd poll
747 747 3 0 180 ffffe6801233b700 dhcpcd poll
292 292 3 1 180 ffffe6801254d780 dhcpcd poll
485 485 3 1 180 ffffe6801254d340 dhcpcd poll
291 291 3 0 180 ffffe68012522740 dhcpcd poll
1 1 3 0 180 ffffe68011e53100 init wait
0 2289 3 0 200 ffffe6801384b2c0 ktrace ktrwait
0 2090 3 0 200 ffffe68013e15540 ktrace ktrwait
0 6374 3 1 200 ffffe68013772640 ktrace ktrwait
0 1785 3 1 200 ffffe680135d4140 ktrace ktrwait
0 1925 3 0 200 ffffe68013514980 poolthread pooljob
0 1580 3 1 200 ffffe6801384bb40 ktrace ktrwait
0 1966 3 1 200 ffffe6801384a280 ktrace ktrwait
0 1453 3 0 200 ffffe68013718600 ktrace ktrwait
0 1385 3 1 200 ffffe68013784680 ktrace ktrwait
0 673 3 0 200 ffffe680121d7640 physiod physiod
0 196 3 0 200 ffffe68012275680 pooldrain pooldrain
0 195 3 0 200 ffffe68012275240 ioflush syncer
0 194 3 1 200 ffffe680121d7a80 pgdaemon pgdaemon
0 167 3 0 200 ffffe680121a7a40 usb7 usbevt
0 172 3 1 200 ffffe680121a7600 usb6 usbevt
0 170 3 1 200 ffffe680121a71c0 usb5 usbevt
0 168 3 0 200 ffffe6801211ba00 usb4 usbevt
0 166 3 0 200 ffffe6801211b5c0 usb3 usbevt
0 165 3 0 200 ffffe6801211b180 usb2 usbevt
0 31 3 1 200 ffffe6801206b9c0 usb1 usbevt
0 63 3 1 200 ffffe6801206b580 usb0 usbevt
0 126 3 1 200 ffffe6801206b140 usbtask-dr usbtsk
0 125 3 1 200 ffffe68011e53980 usbtask-hc usbtsk
0 124 3 0 200 ffffe680103d3b00 swwreboot swwreboot
0 123 3 1 200 ffffe68011e53540 npfgc0 npfgcw
0 122 3 1 200 ffffe68011e47940 rt_free rt_free
0 121 3 1 200 ffffe68011e47500 unpgc unpgc
0 120 3 0 200 ffffe68011e470c0 key_timehandler key_timehandler
0 119 3 1 200 ffffe68011e41900 icmp6_wqinput/1 icmp6_wqinput
0 118 3 0 200 ffffe68011e414c0 icmp6_wqinput/0 icmp6_wqinput
0 > 117 7 0 200 ffffe68011e41080 nd6_timer
0 116 3 1 200 ffffe68011cccbc0 carp6_wqinput/1 carp6_wqinput
0 115 3 0 200 ffffe68011ccc780 carp6_wqinput/0 carp6_wqinput
0 114 3 1 200 ffffe68011ccc340 carp_wqinput/1 carp_wqinput
0 113 3 0 200 ffffe68011ccd8c0 carp_wqinput/0 carp_wqinput
0 112 3 1 200 ffffe68011ccd480 icmp_wqinput/1 icmp_wqinput
0 111 3 0 200 ffffe68011cc9b80 icmp_wqinput/0 icmp_wqinput
0 110 2 1 200 ffffe68011cc9740 rt_timer
0 109 3 0 200 ffffe68011ccd040 vmem_rehash vmem_rehash
0 100 3 0 200 ffffe68011cc9300 entbutler entropy
0 99 3 0 200 ffffe680117c0b40 viomb balloon
0 98 3 1 200 ffffe680117c0700 vioif0_txrx/1 vioif0_txrx
0 97 3 0 200 ffffe680117c02c0 vioif0_txrx/0 vioif0_txrx
0 30 3 0 200 ffffe680103d36c0 scsibus0 sccomp
0 29 3 0 200 ffffe680103d3280 pms0 pmsreset
0 28 3 1 200 ffffe680103baac0 xcall/1 xcall
0 27 1 1 200 ffffe680103ba680 softser/1
0 26 1 1 200 ffffe680103ba240 softclk/1
0 25 1 1 200 ffffe680103b7a80 softbio/1
0 24 1 1 200 ffffe680103b7640 softnet/1
0 23 1 1 201 ffffe680103b7200 idle/1
0 22 3 0 200 ffffe6800f1d2a40 lnxsyswq lnxsyswq
0 21 3 0 200 ffffe6800f1d2600 lnxubdwq lnxubdwq
0 20 3 0 200 ffffe6800f1d21c0 lnxpwrwq lnxpwrwq
0 19 3 0 200 ffffe6800f1d1a00 lnxlngwq lnxlngwq
0 18 3 0 200 ffffe6800f1d15c0 lnxhipwq lnxhipwq
0 17 3 0 200 ffffe6800f1d1180 lnxrcugc lnxrcugc
0 16 3 0 200 ffffe6800f1ca9c0 sysmon smtaskq
0 15 3 0 200 ffffe6800f1ca580 pmfsuspend pmfsuspend
0 14 3 0 200 ffffe6800f1ca140 pmfevent pmfevent
0 13 3 0 200 ffffe6800f1c8980 sopendfree sopendfr
0 12 3 0 200 ffffe6800f1c8540 ifwdog ifwdog
0 11 3 0 200 ffffe6800f1c8100 iflnkst iflnkst
0 10 3 0 200 ffffe6800f1be940 nfssilly nfssilly
0 9 3 0 200 ffffe6800f1be500 pooldisp pooldisp
0 8 3 1 200 ffffe6800f1be0c0 modunload mod_unld
0 7 3 0 200 ffffe6800ebc9900 xcall/0 xcall
0 6 1 0 200 ffffe6800ebc94c0 softser/0
0 5 3 0 200 ffffe6800ebc9080 softclk/0 mutex
0 4 1 0 200 ffffe6800ebc88c0 softbio/0
0 3 1 0 200 ffffe6800ebc8480 softnet/0
0 2 1 0 201 ffffe6800ebc8040 idle/0
0 0 3 0 200 ffffffff86a6f8c0 swapper uvm
[Locks tracked through LWPs]
****** LWP 2274.2274 (syz-executor.0) @ 0xffffe68013a3cbc0, l_stat=3
*** Locks held:
* Lock 0 (initialized at netbsd:kcov_open+0x10d sys/kern/subr_kcov.c:461)
lock address : ffffe6801389a040
type : sleep/adaptive
initialized : netbsd:kcov_open+0x10d
shared holds : 0 exclusive: 1
shares wanted: 0 exclusive: 0
relevant cpu : 0 last held: 0
relevant lwp : 0xffffe68013a3cbc0 last held: 0xffffe68013a3cbc0
last locked* : netbsd:kcov_fops_ioctl+0xa0
unlocked : 0
owner field : 000000000000000000 wait/spin: 0/0
Turnstile: no active turnstile for this lock.
*** Locks wanted: none
****** LWP 2239.2276 (syz-executor.3) @ 0xffffe68013e15980, l_stat=2
*** Locks held: none
*** Locks wanted:
* Lock 0 (initialized at netbsd:module_hook_init+0x43 sys/kern/kern_module_hook.c:132)
lock address : netbsd:module_hook
type : sleep/adaptive
initialized : netbsd:module_hook_init+0x43
shared holds : 0 exclusive: 0
shares wanted: 0 exclusive: 0
relevant cpu : 1 last held: 0
relevant lwp : 0xffffe68013e15980 last held: 000000000000000000
last locked : 0
unlocked* : 0
owner field : 000000000000000000 wait/spin: 0/0
Turnstile: no active turnstile for this lock.
****** LWP 2239.2291 (syz-executor.3) @ 0xffffe68013e15100, l_stat=7
*** Locks held:
* Lock 0 (initialized at netbsd:vcache_alloc+0xc6 sys/kern/vfs_vnode.c:1438)
lock address : ffffe6801389e200
type : sleep/adaptive
initialized : netbsd:vcache_alloc+0xc6
shared holds : 0 exclusive: 1
shares wanted: 0 exclusive: 0
relevant cpu : 1 last held: 1
relevant lwp : 0xffffe68013e15100 last held: 0xffffe68013e15100
last locked* : netbsd:genfs_lock+0x1d6
unlocked : netbsd:genfs_unlock+0x55
owner/count : 0xffffe68013e15100 flags : 0x0000000000000004
Turnstile: no active turnstile for this lock.
*** Locks wanted: none
****** LWP 2646.2646 (syz-executor.4) @ 0xffffe68013718a40, l_stat=2
*** Locks held:
* Lock 0 (initialized at netbsd:kcov_open+0x10d sys/kern/subr_kcov.c:461)
lock address : ffffe6801389a1c0
type : sleep/adaptive
initialized : netbsd:kcov_open+0x10d
shared holds : 0 exclusive: 1
shares wanted: 0 exclusive: 0
relevant cpu : 0 last held: 0
relevant lwp : 0xffffe68013718a40 last held: 0xffffe68013718a40
last locked* : netbsd:kcov_fops_ioctl+0xa0
unlocked : 0
owner field : 0xffffe68013718a40 wait/spin: 0/0
Turnstile: no active turnstile for this lock.
*** Locks wanted: none
****** LWP 5685.5685 (syz-executor.1) @ 0xffffe6801384b700, l_stat=3
*** Locks held:
* Lock 0 (initialized at netbsd:kcov_open+0x10d sys/kern/subr_kcov.c:461)
lock address : ffffe68013dec680
type : sleep/adaptive
initialized : netbsd:kcov_open+0x10d
shared holds : 0 exclusive: 1
shares wanted: 0 exclusive: 0
relevant cpu : 0 last held: 0
relevant lwp : 0xffffe6801384b700 last held: 0xffffe6801384b700
last locked* : netbsd:kcov_fops_ioctl+0xa0
unlocked : 0
owner field : 000000000000000000 wait/spin: 0/0
Turnstile: no active turnstile for this lock.
* Lock 1 (initialized at netbsd:uvm_obj_init+0x88 sys/uvm/uvm_object.c:70)
lock address : ffffe68013883300
type : sleep/adaptive
initialized : netbsd:uvm_obj_init+0x88
shared holds : 0 exclusive: 1
shares wanted: 0 exclusive: 0
relevant cpu : 0 last held: 0
relevant lwp : 0xffffe6801384b700 last held: 0xffffe6801384b700
last locked* : netbsd:uvm_fault_internal+0xb64c
unlocked : netbsd:uao_get+0x26bc
owner/count : 000000000000000000 flags : 000000000000000000
Turnstile: no active turnstile for this lock.
*** Locks wanted: none
****** LWP 5856.5856 (syz-executor.5) @ 0xffffe6801384ab00, l_stat=2
*** Locks held:
* Lock 0 (initialized at netbsd:kcov_open+0x10d sys/kern/subr_kcov.c:461)
lock address : ffffe68013883680
type : sleep/adaptive
initialized : netbsd:kcov_open+0x10d
shared holds : 0 exclusive: 1
shares wanted: 0 exclusive: 0
relevant cpu : 0 last held: 1
relevant lwp : 0xffffe6801384ab00 last held: 0xffffe6801384ab00
last locked* : netbsd:kcov_fops_ioctl+0xa0
unlocked : 0
owner field : 0xffffe6801384ab00 wait/spin: 0/0
Turnstile: no active turnstile for this lock.
*** Locks wanted: none
****** LWP 1526.1526 (syz-executor.2) @ 0xffffe68013514100, l_stat=3
*** Locks held:
* Lock 0 (initialized at netbsd:fork1+0x972 sys/kern/kern_fork.c:366)
lock address : ffffe6801376be90
type : sleep/adaptive
initialized : netbsd:fork1+0x972
shared holds : 0 exclusive: 1
shares wanted: 0 exclusive: 0
relevant cpu : 0 last held: 1
relevant lwp : 0xffffe68013514100 last held: 0xffffe68013514100
last locked* : netbsd:exit1+0xac2
unlocked : netbsd:procfs_lookup+0x2a38
owner/count : 0xffffe68013514100 flags : 0x0000000000000004
Turnstile: no active turnstile for this lock.
*** Locks wanted: none
****** LWP 559.559 (dhcpcd) @ 0xffffe68012522b80, l_stat=3
*** Locks held: none
*** Locks wanted:
* Lock 0 (initialized at netbsd:module_hook_init+0x43 sys/kern/kern_module_hook.c:132)
lock address : netbsd:module_hook
type : sleep/adaptive
initialized : netbsd:module_hook_init+0x43
shared holds : 0 exclusive: 0
shares wanted: 0 exclusive: 0
relevant cpu : 0 last held: 0
relevant lwp : 0xffffe68012522b80 last held: 000000000000000000
last locked : 0
unlocked* : 0
owner field : 000000000000000000 wait/spin: 0/0
Turnstile: no active turnstile for this lock.
****** LWP 747.747 (dhcpcd) @ 0xffffe6801233b700, l_stat=3
*** Locks held: none
*** Locks wanted:
* Lock 0 (initialized at netbsd:module_hook_init+0x43 sys/kern/kern_module_hook.c:132)
lock address : netbsd:module_hook
type : sleep/adaptive
initialized : netbsd:module_hook_init+0x43
shared holds : 0 exclusive: 0
shares wanted: 0 exclusive: 0
relevant cpu : 0 last held: 0
relevant lwp : 0xffffe6801233b700 last held: 000000000000000000
last locked : 0
unlocked* : 0
owner field : 000000000000000000 wait/spin: 0/0
Turnstile: no active turnstile for this lock.
****** LWP 485.485 (dhcpcd) @ 0xffffe6801254d340, l_stat=3
*** Locks held: none
*** Locks wanted:
* Lock 0 (initialized at netbsd:module_hook_init+0x43 sys/kern/kern_module_hook.c:132)
lock address : netbsd:module_hook
type : sleep/adaptive
initialized : netbsd:module_hook_init+0x43
shared holds : 0 exclusive: 0
shares wanted: 0 exclusive: 0
relevant cpu : 1 last held: 0
relevant lwp : 0xffffe6801254d340 last held: 000000000000000000
last locked : 0
unlocked* : 0
owner field : 000000000000000000 wait/spin: 0/0
Turnstile: no active turnstile for this lock.
****** LWP 291.291 (dhcpcd) @ 0xffffe68012522740, l_stat=3
*** Locks held: none
*** Locks wanted:
* Lock 0 (initialized at netbsd:module_hook_init+0x43 sys/kern/kern_module_hook.c:132)
lock address : netbsd:module_hook
type : sleep/adaptive
initialized : netbsd:module_hook_init+0x43
shared holds : 0 exclusive: 0
shares wanted: 0 exclusive: 0
relevant cpu : 0 last held: 0
relevant lwp : 0xffffe68012522740 last held: 000000000000000000
last locked : 0
unlocked* : 0
owner field : 000000000000000000 wait/spin: 0/0
Turnstile: no active turnstile for this lock.
****** LWP 0.26 (softclk/1) @ 0xffffe680103ba240, l_stat=1
*** Locks held: none
*** Locks wanted:
* Lock 0 (initialized at netbsd:module_hook_init+0x43 sys/kern/kern_module_hook.c:132)
lock address : netbsd:module_hook
type : sleep/adaptive
initialized : netbsd:module_hook_init+0x43
shared holds : 0 exclusive: 0
shares wanted: 0 exclusive: 0
relevant cpu : 1 last held: 0
relevant lwp : 0xffffe680103ba240 last held: 000000000000000000
last locked : 0
unlocked* : 0
owner field : 000000000000000000 wait/spin: 0/0
Turnstile: no active turnstile for this lock.
****** LWP 0.11 (iflnkst) @ 0xffffe6800f1c8100, l_stat=3
*** Locks held: none
*** Locks wanted:
* Lock 0 (initialized at netbsd:module_hook_init+0x43 sys/kern/kern_module_hook.c:132)
lock address : netbsd:module_hook
type : sleep/adaptive
initialized : netbsd:module_hook_init+0x43
shared holds : 0 exclusive: 0
shares wanted: 0 exclusive: 0
relevant cpu : 0 last held: 0
relevant lwp : 0xffffe6800f1c8100 last held: 000000000000000000
last locked : 0
unlocked* : 0
owner field : 000000000000000000 wait/spin: 0/0
Turnstile: no active turnstile for this lock.
****** LWP 0.0 (swapper) @ 0xffffffff86a6f8c0, l_stat=3
*** Locks held: none
*** Locks wanted:
* Lock 0 (initialized at netbsd:module_hook_init+0x43 sys/kern/kern_module_hook.c:132)
lock address : netbsd:module_hook
type : sleep/adaptive
initialized : netbsd:module_hook_init+0x43
shared holds : 0 exclusive: 0
shares wanted: 0 exclusive: 0
relevant cpu : 0 last held: 0
relevant lwp : 0xffffffff86a6f8c0 last held: 000000000000000000
last locked : 0
unlocked* : 0
owner field : 000000000000000000 wait/spin: 0/0
Turnstile: no active turnstile for this lock.
[Locks tracked through CPUs]
******* Locks held on cpu1:
* Lock 0 (initialized at netbsd:main+0x362 sys/kern/init_main.c:304)
lock address : netbsd:kernel_lock
type : spin
initialized : netbsd:main+0x362
shared holds : 0 exclusive: 1
shares wanted: 0 exclusive: 0
relevant cpu : 1 last held: 1
relevant lwp : 0xffffe68013e15100 last held: 0xffffe68013e15100
last locked* : netbsd:VOP_LOOKUP+0x16f
unlocked : netbsd:VOP_LOCK+0x7de
curcpu holds : 2 wanted by: 000000000000000000
* Lock 1 (initialized at netbsd:kprintf_init+0xcb sys/kern/subr_prf.c:156)
lock address : netbsd:kprintf_mtx
type : spin
initialized : netbsd:kprintf_init+0xcb
shared holds : 0 exclusive: 1
shares wanted: 0 exclusive: 0
relevant cpu : 1 last held: 1
relevant lwp : 0xffffe68013e15100 last held: 0xffffe68013e15100
last locked* : netbsd:vpanic+0x624
unlocked : netbsd:log+0x618
owner field : 0x0000000000000800 wait/spin: 0/1
PAGE FLAG PQ UOBJECT UANON
0xffffe68000017180 0001 00000000 0x0 0x0
0xffffe68000017200 0041 00000000 0x0 0x0
0xffffe68000017280 0041 00000000 0x0 0x0
0xffffe68000017300 0041 00000000 0x0 0x0
0xffffe68000017380 0041 00000000 0x0 0x0
0xffffe68000017400 0041 00000000 0x0 0x0
0xffffe68000017480 0041 00000000 0x0 0x0
0xffffe68000017500 0041 00000000 0x0 0x0
0xffffe68000017580 0041 00000000 0x0 0x0
0xffffe68000017600 0041 00000000 0x0 0x0
0xffffe68000017680 0041 00000000 0x0 0x0
0xffffe68000017700 0041 00000000 0x0 0x0
0xffffe68000017780 0041 00000000 0x0 0x0
0xffffe68000017800 0041 00000000 0x0 0x0
0xffffe68000017880 0041 00000000 0x0 0x0
0xffffe68000017900 0041 00000000 0x0 0x0
0xffffe68000017980 0041 00000000 0x0 0x0
0xffffe68000017a00 0041 00000000 0x0 0x0
0xffffe68000017a80 0041 00000000 0x0 0x0
0xffffe68000017b00 0041 00000000 0x0 0x0
0xffffe68000017b80 0041 00000000 0x0 0x0
0xffffe68000017c00 0041 00000000 0x0 0x0
0xffffe68000017c80 0041 00000000 0x0 0x0
0xffffe68000017d00 0041 00000000 0x0 0x0
0xffffe68000017d80 0041 00000000 0x0 0x0
0xffffe68000017e00 0041 00000000 0x0 0x0
0xffffe68000017e80 0041 00000000 0x0 0x0
0xffffe68000017f00 0041 00000000 0x0 0x0
0xffffe68000017f80 0041 00000000 0x0 0x0
0xffffe68000018000 0041 00000000 0x0 0x0
0xffffe68000018080 0041 00000000 0x0 0x0
0xffffe68000018100 0041 00000000 0x0 0x0
0xffffe68000018180 0041 00000000 0x0 0x0
0xffffe68000018200 0041 00000000 0x0 0x0
0xffffe68000018280 0041 00000000 0x0 0x0
0xffffe68000018300 0041 00000000 0x0 0x0
0xffffe68000018380 0041 00000000 0x0 0x0
0xffffe68000018400 0041 00000000 0x0 0x0
0xffffe68000018480 0041 00000000 0x0 0x0
0xffffe68000018500 0041 00000000 0x0 0x0
0xffffe68000018580 0041 00000000 0x0 0x0
0xffffe68000018600 0041 00000000 0x0 0x0
0xffffe68000018680 0041 00000000 0x0 0x0
0xffffe68000018700 0041 00000000 0x0 0x0
0xffffe68000018780 0041 00000000 0x0 0x0
0xffffe68000018800 0041 00000000 0x0 0x0
0xffffe68000018880 0041 00000000 0x0 0x0
0xffffe68000018900 0041 00000000 0x0 0x0
0xffffe68000018980 0041 00000000 0x0 0x0
0xffffe68000018a00 0041 00000000 0x0 0x0
0xffffe68000018a80 0041 00000000 0x0 0x0
0xffffe68000018b00 0041 00000000 0x0 0x0
0xffffe68000018b80 0041 00000000 0x0 0x0
0xffffe68000018c00 0041 00000000 0x0 0x0
0xffffe68000018c80 0041 00000000 0x0 0x0
0xffffe68000018d00 0041 00000000 0x0 0x0
0xffffe68000018d80 0041 00000000 0x0 0x0
0xffffe68000018e00 0041 00000000 0x0 0x0
0xffffe68000018e80 0041 00000000 0x0 0x0
0xffffe68000018f00 0041 00000000 0x0 0x0
0xffffe68000018f80 0041 00000000 0x0 0x0
0xffffe68000019000 0041 00000000 0x0 0x0
0xffffe68000019080 0041 00000000 0x0 0x0
0xffffe68000019100 0041 00000000 0x0 0x0
0xffffe68000019180 0041 00000000 0x0 0x0
0xffffe68000019200 0041 00000000 0x0 0x0
0xffffe68000019280 0041 00000000 0x0 0x0
0xffffe68000019300 0041 00000000 0x0 0x0
0xffffe68000019380 0041 00000000 0x0 0x0
0xffffe68000019400 0041 00000000 0x0 0x0
0xffffe68000019480 0041 00000000 0x0 0x0
0xffffe68000019500 0041 00000000 0x0 0x0
0xffffe68000019580 0041 00000000 0x0 0x0
0xffffe68000019600 0041 00000000 0x0 0x0
0xffffe68000019680 0041 00000000 0x0 0x0
0xffffe68000019700 0041 00000000 0x0 0x0
0xffffe68000019780 0041 00000000 0x0 0x0
0xffffe68000019800 0041 00000000 0x0 0x0
0xffffe68000019880 0041 00000000 0x0 0x0
0xffffe68000019900 0041 00000000 0x0 0x0
0xffffe68000019980 0041 00000000 0x0 0x0
0xffffe68000019a00 0041 00000000 0x0 0x0
0xffffe68000019a80 0041 00000000 0x0 0x0
0xffffe68000019b00 0041 00000000 0x0 0x0
0xffffe68000019b80 0041 00000000 0x0 0x0
0xffffe68000019c00 0041 00000000 0x0 0x0
0xffffe68000019c80 0041 00000000 0x0 0x0
0xffffe68000019d00 0041 00000000 0x0 0x0
0xffffe68000019d80 0041 00000000 0x0 0x0
0xffffe68000019e00 0041 00000000 0x0 0x0
0xffffe68000019e80 0041 00000000 0x0 0x0
0xffffe68000019f00 0041 00000000 0x0 0x0
0xffffe68000019f80 0041 00000000 0x0 0x0
0xffffe6800001a000 0041 00000000 0x0 0x0
0xffffe6800001a080 0041 00000000 0x0 0x0
0xffffe6800001a100 0041 00000000 0x0 0x0
0xffffe6800001a180 0041 00000000 0x0 0x0
0xffffe6800001a200 0041 00000000 0x0 0x0
0xffffe6800001a280 0041 00000000 0x0 0x0
0xffffe6800001a300 0041 00000000 0x0 0x0
0xffffe6800001a380 0041 00000000 0x0 0x0
0xffffe6800001a400 0041 00000000 0x0 0x0
0xffffe6800001a480 0041 00000000 0x0 0x0
0xffffe6800001a500 0041 00000000 0x0 0x0
0xffffe6800001a580 0041 00000000 0x0 0x0
0xffffe6800001a600 0041 00000000 0x0 0x0
0xffffe6800001a680 0041 00000000 0x0 0x0
0xffffe6800001a700 0041 00000000 0x0 0x0
0xffffe6800001a780 0041 00000000 0x0 0x0
0xffffe6800001a800 0041 00000000 0x0 0x0
0xffffe6800001a880 0041 00000000 0x0 0x0
0xffffe6800001a900 0041 00000000 0x0 0x0
0xffffe6800001a980 0041 00000000 0x0 0x0
0xffffe6800001aa00 0041 00000000 0x0 0x0
0xffffe6800001aa80 0041 00000000 0x0 0x0
0xffffe6800001ab00 0041 00000000 0x0 0x0
0xffffe6800001ab80 0041 00000000 0x0 0x0
0xffffe6800001ac00 0041 00000000 0x0 0x0
0xffffe6800001ac80 0041 00000000 0x0 0x0
0xffffe6800001ad00 0041 00000000 0x0 0x0
0xffffe6800001ad80 0041 00000000 0x0 0x0
0xffffe6800001ae00 0041 00000000 0x0 0x0
0xffffe6800001ae80 0041 00000000 0x0 0x0
0xffffe6800001af00 0041 00000000 0x0 0x0
0xffffe6800001af80 0041 00000000 0x0 0x0
0xffffe6800001b000 0041 00000000 0x0 0x0
0xffffe6800001b080 0041 00000000 0x0 0x0
0xffffe6800001b100 0041 00000000 0x0 0x0
0xffffe6800001b180 0041 00000000 0x0 0x0
0xffffe6800001b200 0041 00000000 0x0 0x0
0xffffe6800001b280 0041 00000000 0x0 0x0
0xffffe6800001b300 0041 00000000 0x0 0x0
0xffffe6800001b380 0041 00000000 0x0 0x0
0xffffe6800001b400 0041 00000000 0x0 0x0
0xffffe6800001b480 0041 00000000 0x0 0x0
0xffffe6800001b500 0041 00000000 0x0 0x0
0xffffe6800001b580 0041 00000000 0x0 0x0
0xffffe6800001b600 0041 00000000 0x0 0x0
0xffffe6800001b680 0041 00000000 0x0 0x0
0xffffe6800001b700 0041 00000000 0x0 0x0
0xffffe6800001b780 0041 00000000 0x0 0x0
0xffffe6800001b800 0041 00000000 0x0 0x0
0xffffe6800001b880 0041 00000000 0x0 0x0
0xffffe6800001b900 0041 00000000 0x0 0x0
0xffffe6800001b980 0041 00000000 0x0 0x0
0xffffe6800001ba00 0041 00000000 0x0 0x0
0xffffe6800001ba80 0041 00000000 0x0 0x0
0xffffe6800001bb00 0041 00000000 0x0 0x0
0xffffe6800001bb80 0041 00000000 0x0 0x0
0xffffe6800001bc00 0041 00000000 0x0 0x0
0xffffe6800001bc80 0041 00000000 0x0 0x0
0xffffe6800001bd00 0041 00000000 0x0 0x0
0xffffe6800001bd80 0041 00000000 0x0 0x0
0xffffe6800001be00 0041 00000000 0x0 0x0
0xffffe6800001be80 0041 00000000 0x0 0x0
0xffffe6800001bf00 0041 00000000 0x0 0x0
0xffffe6800001bf80 0041 00000000 0x0 0x0
0xffffe6800001c000 0041 00000000 0x0 0x0
0xffffe6800001c080 0041 00000000 0x0 0x0
0xffffe6800001c100 0041 00000000 0x0 0x0
0xffffe6800001c180 0041 00000000 0x0 0x0
0xffffe6800001c200 0041 00000000 0x0 0x0
0xffffe6800001c280 0041 00000000 0x0 0x0
0xffffe6800001c300 0041 00000000 0x0 0x0
0xffffe6800001c380 0041 00000000 0x0 0x0
0xffffe6800001c400 0041 00000000 0x0 0x0
0xffffe6800001c480 0041 00000000 0x0 0x0
0xffffe6800001c500 0041 00000000 0x0 0x0
0xffffe6800001c580 0041 00000000 0x0 0x0
0xffffe6800001c600 0041 00000000 0x0 0x0
0xffffe6800001c680 0041 00000000 0x0 0x0
0xffffe6800001c700 0041 00000000 0x0 0x0
0xffffe6800001c780 0041 00000000 0x0 0x0
0xffffe6800001c800 0041 00000000 0x0 0x0
0xffffe6800001c880 0041 00000000 0x0 0x0
0xffffe6800001c900 0041 00000000 0x0 0x0
0xffffe6800001c980 0041 00000000 0x0 0x0
0xffffe6800001ca00 0041 00000000 0x0 0x0
0xffffe6800001ca80 0041 00000000 0x0 0x0
0xffffe6800001cb00 0041 00000000 0x0 0x0
0xffffe6800001cb80 0041 00000000 0x0 0x0
0xffffe6800001cc00 0041 00000000 0x0 0x0
0xffffe6800001cc80 0041 00000000 0x0 0x0
0xffffe6800001cd00 0041 00000000 0x0 0x0
0xffffe6800001cd80 0041 00000000 0x0 0x0
0xffffe6800001ce00 0041 00000000 0x0 0x0
0xffffe6800001ce80 0041 00000000 0x0 0x0
0xffffe6800001cf00 0041 00000000 0x0 0x0
0xffffe6800001cf80 0001 00000000 0x0 0x0
0xffffe6800001d000 0001 00000000 0x0 0x0
0xffffe6800001d080 0001 00000000 0x0 0x0
0xffffe6800001d100 0001 00000000 0x0 0x0
0xffffe6800001d180 0001 00000000 0x0 0x0
0xffffe6800001d200 0001 00000000 0x0 0x0
0xffffe6800001d280 0001 00000000 0x0 0x0
0xffffe6800001d300 0001 00000000 0x0 0x0
0xffffe6800001d380 0001 00000000 0x0 0x0
0xffffe6800001d400 0001 00000000 0x0 0x0
0xffffe6800001d480 0001 00000000 0x0 0x0
0xffffe6800001d500 0001 00000000 0x0 0x0
0xffffe6800001d580 0001 00000000 0x0 0x0
0xffffe6800001d600 0001 00000000 0x0 0x0
0xffffe6800001d680 0001 00000000 0x0 0x0
0xffffe6800001d700 0001 00000000 0x0 0x0
0xffffe6800001d780 0001 00000000 0x0 0x0
0xffffe6800001d800 0001 00000000 0x0 0x0
0xffffe6800001d880 0001 00000000 0x0 0x0
0xffffe6800001d900 0001 00000000 0x0 0x0
0xffffe6800001d980 0001 00000000 0x0 0x0
0xffffe6800001da00 0001 00000000 0x0 0x0
0xffffe6800001da80 0001 00000000 0x0 0x0
0xffffe6800001db00 0001 00000000 0x0 0x0
0xffffe6800001db80 0001 00000000 0x0 0x0
0xffffe6800001dc00 0001 00000000 0x0 0x0
0xffffe6800001dc80 0001 00000000 0x0 0x0
0xffffe6800001dd00 0001 00000000 0x0 0x0
0xffffe6800001dd80 0001 00000000 0x0 0x0
0xffffe6800001de00 0001 00000000 0x0 0x0
0xffffe6800001de80 0001 00000000 0x0 0x0
0xffffe6800001df00 0001 00000000 0x0 0x0
0xffffe6800001df80 0001 00000000 0x0 0x0
0xffffe6800001e000 0001 00000000 0x0 0x0
0xffffe6800001e080 0001 00000000 0x0 0x0
0xffffe6800001e100 0001 00000000 0x0 0x0
0xffffe6800001e180 0001 00000000 0x0 0x0
0xffffe6800001e200 0001 00000000 0x0 0x0
0xffffe6800001e280 0001 00000000 0x0 0x0
0xffffe6800001e300 0001 00000000 0x0 0x0
0xffffe6800001e380 0001 00000000 0x0 0x0
0xffffe6800001e400 0001 00000000 0x0 0x0
0xffffe6800001e480 0001 00000000 0x0 0x0
0xffffe6800001e500 0001 00000000 0x0 0x0
0xffffe6800001e580 0001 00000000 0x0 0x0
0xffffe6800001e600 0001 00000000 0x0 0x0
0xffffe6800001e680 0001 00000000 0x0 0x0
0xffffe6800001e700 0001 00000000 0x0 0x0
0xffffe6800001e780 0001 00000000 0x0 0x0
0xffffe6800001e800 0001 00000000 0x0 0x0
0xffffe6800001e880 0001 00000000 0x0 0x0
0xffffe6800001e900 0001 00000000 0x0 0x0
0xffffe6800001e980 0001 00000000 0x0 0x0
0xffffe6800001ea00 0001 00000000 0x0 0x0
0xffffe6800001ea80 0001 00000000 0x0 0x0
0xffffe6800001eb00 0001 00000000 0x0 0x0
0xffffe6800001eb80 0001 00000000 0x0 0x0
0xffffe6800001ec00 0001 00000000 0x0 0x0
0xffffe6800001ec80 0001 00000000 0x0 0x0
0xffffe6800001ed00 0001 00000000 0x0 0x0
0xffffe6800001ed80 0001 00000000 0x0 0x0
0xffffe6800001ee00 0001 00000000 0x0 0x0
0xffffe6800001ee80 0001 00000000 0x0 0x0
0xffffe6800001ef00 0001 00000000 0x0 0x0
0xffffe6800001ef80 0001 00000000 0x0 0x0
0xffffe6800001f000 0001 00000000 0x0 0x0
0xffffe6800001f080 0001 00000000 0x0 0x0
0xffffe6800001f100 0001 00000000 0x0 0x0
0xffffe6800001f180 0001 00000000 0x0 0x0
0xffffe6800001f200 0001 00000000 0x0 0x0
0xffffe6800001f280 0001 00000000 0x0 0x0
0xffffe6800001f300 0001 00000000 0x0 0x0
0xffffe6800001f380 0001 00000000 0x0 0x0
0xffffe6800001f400 0001 00000000 0x0 0x0
0xffffe6800001f480 0001 00000000 0x0 0x0
0xffffe6800001f500 0001 00000000 0x0 0x0
0xffffe6800001f580 0001 00000000 0x0 0x0
0xffffe6800001f600 0001 00000000 0x0 0x0
0xffffe6800001f680 0001 00000000 0x0 0x0
0xffffe6800001f700 0001 00000000 0x0 0x0
0xffffe6800001f780 0001 00000000 0x0 0x0
0xffffe6800001f800 0001 00000000 0x0 0x0
0xffffe6800001f880 0001 00000000 0x0 0x0
0xffffe6800001f900 0001 00000000 0x0 0x0
0xffffe6800001f980 0001 00000000 0x0 0x0
0xffffe6800001fa00 0001 00000000 0x0 0x0
0xffffe6800001fa80 0001 00000000 0x0 0x0
0xffffe6800001fb00 0001 00000000 0x0 0x0
0xffffe6800001fb80 0001 00000000 0x0 0x0
0xffffe6800001fc00 0001 00000000 0x0 0x0
0xffffe6800001fc80 0001 00000000 0x0 0x0
0xffffe6800001fd00 0001 00000000 0x0 0x0
0xffffe6800001fd80 0001 00000000 0x0 0x0
0xffffe6800001fe00 0001 00000000 0x0 0x0
0xffffe6800001fe80 0001 00000000 0x0 0x0
0xffffe6800001ff00 0001 00000000 0x0 0x0
0xffffe6800001ff80 0001 00000000 0x0 0x0
0xffffe68000020000 0001 00000000 0x0 0x0
0xffffe68000020080 0001 00000000 0x0 0x0
0xffffe68000020100 0001 00000000 0x0 0x0
0xffffe68000020180 0001 00000000 0x0 0x0
0xffffe68000020200 0001 00000000 0x0 0x0
0xffffe68000020280 0001 00000000 0x0 0x0
0xffffe68000020300 0001 00000000 0x0 0x0
0xffffe68000020380 0001 00000000 0x0 0x0
0xffffe68000020400 0001 00000000 0x0 0x0
0xffffe68000020480 0001 00000000 0x0 0x0
0xffffe68000020500 0001 00000000 0x0 0x0
0xffffe68000020580 0001 00000000 0x0 0x0
0xffffe68000020600 0001 00000000 0x0 0x0
0xffffe68000020680 0001 00000000 0x0 0x0
0xffffe68000020700 0001 00000000 0x0 0x0
0xffffe68000020780 0001 00000000 0x0 0x0
0xffffe68000020800 0001 00000000 0x0 0x0
0xffffe68000020880 0001 00000000 0x0 0x0
0xffffe68000020900 0001 00000000 0x0 0x0
0xffffe68000020980 0001 00000000 0x0 0x0
0xffffe68000020a00 0001 00000000 0x0 0x0
0xffffe68000020a80 0001 00000000 0x0 0x0
0xffffe68000020b00 0001 00000000 0x0 0x0
0xffffe68000020b80 0001 00000000 0x0 0x0
0xffffe68000020c00 0001 00000000 0x0 0x0
0xffffe68000020c80 0001 00000000 0x0 0x0
0xffffe68000020d00 0001 00000000 0x0 0x0
0xffffe68000020d80 0001 00000000 0x0 0x0
0xffffe68000020e00 0001 00000000 0x0 0x0
0xffffe68000020e80 0001 00000000 0x0 0x0
0xffffe68000020f00 0001 00000000 0x0 0x0
0xffffe68000020f80 0001 00000000 0x0 0x0
0xffffe68000021000 0001 00000000 0x0 0x0
0xffffe68000021080 0001 00000000 0x0 0x0
0xffffe68000021100 0001 00000000 0x0 0x0
0xffffe68000021180 0001 00000000 0x0 0x0
0xffffe68000021200 0001 00000000 0x0 0x0
0xffffe68000021280 0001 00000000 0x0 0x0
0xffffe68000021300 0001 00000000 0x0 0x0
0xffffe68000021380 0001 00000000 0x0 0x0
0xffffe68000021400 0001 00000000 0x0 0x0
0xffffe68000021480 0001 00000000 0x0 0x0
0xffffe68000021500 0001 00000000 0x0 0x0
0xffffe68000021580 0001 00000000 0x0 0x0
0xffffe68000021600 0001 00000000 0x0 0x0
0xffffe68000021680 0001 00000000 0x0 0x0
0xffffe68000021700 0001 00000000 0x0 0x0
0xffffe68000021780 0001 00000000 0x0 0x0
0xffffe68000021800 0001 00000000 0x0 0x0
0xffffe68000021880 0001 00000000 0x0 0x0
0xffffe68000021900 0001 00000000 0x0 0x0
0xffffe68000021980 0001 00000000 0x0 0x0
0xffffe68000021a00 0001 00000000 0x0 0x0
0xffffe68000021a80 0001 00000000 0x0 0x0
0xffffe68000021b00 0001 00000000 0x0 0x0
0xffffe68000021b80 0001 00000000 0x0 0x0
0xffffe68000021c00 0001 00000000 0x0 0x0
0xffffe68000021c80 0001 00000000 0x0 0x0
0xffffe68000021d00 0001 00000000 0x0 0x0
0xffffe68000021d80 0001 00000000 0x0 0x0
0xffffe68000021e00 0001 00000000 0x0 0x0
0xffffe68000021e80 0001 00000000 0x0 0x0
0xffffe68000021f00 0001 00000000 0x0 0x0
0xffffe68000021f80 0001 00000000 0x0 0x0
0xffffe68000022000 0001 00000000 0x0 0x0
0xffffe68000022080 0001 00000000 0x0 0x0
0xffffe68000022100 0001 00000000 0x0 0x0
0xffffe68000022180 0001 00000000 0x0 0x0
0xffffe68000022200 0001 00000000 0x0 0x0
0xffffe68000022280 0001 00000000 0x0 0x0
0xffffe68000022300 0001 00000000 0x0 0x0
0xffffe68000022380 0001 00000000 0x0 0x0
0xffffe68000022400 0001 00000000 0x0 0x0
0xffffe68000022480 0001 00000000 0x0 0x0
0xffffe68000022500 0001 00000000 0x0 0x0
0xffffe68000022580 0001 00000000 0x0 0x0
0xffffe68000022600 0001 00000000 0x0 0x0
0xffffe68000022680 0001 00000000 0x0 0x0
0xffffe68000022700 0001 00000000 0x0 0x0
0xffffe68000022780 0001 00000000 0x0 0x0
0xffffe68000022800 0001 00000000 0x0 0x0
0xffffe68000022880 0001 00000000 0x0 0x0
0xffffe68000022900 0001 00000000 0x0 0x0
0xffffe68000022980 0001 00000000 0x0 0x0
0xffffe68000022a00 0001 00000000 0x0 0x0
0xffffe68000022a80 0001 00000000 0x0 0x0
0xffffe68000022b00 0001 00000000 0x0 0x0
0xffffe68000022b80 0001 00000000 0x0 0x0
0xffffe68000022c00 0001 00000000 0x0 0x0
0xffffe68000022c80 0001 00000000 0x0 0x0
0xffffe68000022d00 0001 00000000 0x0 0x0
0xffffe68000022d80 0001 00000000 0x0 0x0
0xffffe68000022e00 0001 00000000 0x0 0x0
0xffffe68000022e80 0001 00000000 0x0 0x0
0xffffe68000022f00 0001 00000000 0x0 0x0
0xffffe68000022f80 0001 00000000 0x0 0x0
0xffffe68000023000 0001 00000000 0x0 0x0
0xffffe68000023080 0001 00000000 0x0 0x0
0xffffe68000023100 0001 00000000 0x0 0x0
0xffffe68000023180 0001 00000000 0x0 0x0
0xffffe68000023200 0001 00000000 0x0 0x0
0xffffe68000023280 0001 00000000 0x0 0x0
0xffffe68000023300 0001 00000000 0x0 0x0
0xffffe68000023380 0001 00000000 0x0 0x0
0xffffe68000023400 0001 00000000 0x0 0x0
0xffffe68000023480 0001 00000000 0x0 0x0
0xffffe68000023500 0001 00000000 0x0 0x0
0xffffe68000023580 0001 00000000 0x0 0x0
0xffffe68000023600 0001 00000000 0x0 0x0
0xffffe68000023680 0001 00000000 0x0 0x0
0xffffe68000023700 0001 00000000 0x0 0x0
0xffffe68000023780 0001 00000000 0x0 0x0
0xffffe68000023800 0001 00000000 0x0 0x0
0xffffe68000023880 0001 00000000 0x0 0x0
0xffffe68000023900 0001 00000000 0x0 0x0
0xffffe68000023980 0001 00000000 0x0 0x0
0xffffe68000023a00 0001 00000000 0x0 0x0
0xffffe68000023a80 0001 00000000 0x0 0x0
0xffffe68000023b00 0001 00000000 0x0 0x0
0xffffe68000023b80 0001 00000000 0x0 0x0
0xffffe68000023c00 0001 00000000 0x0 0x0
0xffffe68000023c80 0001 00000000 0x0 0x0
0xffffe68000023d00 0001 00000000 0x0 0x0
0xffffe68000023d80 0001 00000000 0x0 0x0
0xffffe68000023e00 0001 00000000 0x0 0x0
0xffffe68000023e80 0001 00000000 0x0 0x0
0xffffe68000023f00 0001 00000000 0x0 0x0
0xffffe68000023f80 0001 00000000 0x0 0x0
0xffffe68000024000 0001 00000000 0x0 0x0
0xffffe68000024080 0001 00000000 0x0 0x0
0xffffe68000024100 0001 00000000 0x0 0x0
0xffffe68000024180 0001 00000000 0x0 0x0
0xffffe68000024200 0001 00000000 0x0 0x0
0xffffe68000024280 0001 00000000 0x0 0x0
0xffffe68000024300 0001 00000000 0x0 0x0
0xffffe68000024380 0001 00000000 0x0 0x0
0xffffe68000024400 0001 00000000 0x0 0x0
0xffffe68000024480 0001 00000000 0x0 0x0
0xffffe68000024500 0001 00000000 0x0 0x0
0xffffe68000024580 0001 00000000 0x0 0x0
0xffffe68000024600 0001 00000000 0x0 0x0
0xffffe68000024680 0001 00000000 0x0 0x0
0xffffe68000024700 0001 00000000 0x0 0x0
0xffffe68000024780 0001 00000000 0x0 0x0
0xffffe68000024800 0001 00000000 0x0 0x0
0xffffe68000024880 0001 00000000 0x0 0x0
0xffffe68000024900 0001 00000000 0x0 0x0
0xffffe68000024980 0001 00000000 0x0 0x0
0xffffe68000024a00 0001 00000000 0x0 0x0
0xffffe68000024a80 0001 00000000 0x0 0x0
0xffffe68000024b00 0001 00000000 0x0 0x0
0xffffe68000024b80 0001 00000000 0x0 0x0
0xffffe68000024c00 0001 00000000 0x0 0x0
0xffffe68000024c80 0001 00000000 0x0 0x0
0xffffe68000024d00 0001 00000000 0x0 0x0
0xffffe68000024d80 0001 00000000 0x0 0x0
0xffffe68000024e00 0001 00000000 0x0 0x0
0xffffe68000024e80 0001 00000000 0x0 0x0
0xffffe68000024f00 0001 00000000 0x0 0x0
0xffffe68000024f80 0001 00000000 0x0 0x0
0xffffe68000025000 0001 00000000 0x0 0x0
0xffffe68000025080 0001 00000000 0x0 0x0
0xffffe68000025100 0001 00000000 0x0 0x0
0xffffe68000025180 0001 00000000 0x0 0x0
0xffffe68000025200 0001 00000000 0x0 0x0
0xffffe68000025280 0001 00000000 0x0 0x0
0xffffe68000025300 0001 00000000 0x0 0x0
0xffffe68000025380 0001 00000000 0x0 0x0
0xffffe68000025400 0001 00000000 0x0 0x0
0xffffe68000025480 0001 00000000 0x0 0x0
0xffffe68000025500 0001 00000000 0x0 0x0
0xffffe68000025580 0001 00000000 0x0 0x0
0xffffe68000025600 0001 00000000 0x0 0x0
0xffffe68000025680 0001 00000000 0x0 0x0
0xffffe68000025700 0001 00000000 0x0 0x0
0xffffe68000025780 0001 00000000 0x0 0x0
0xffffe68000025800 0001 00000000 0x0 0x0
0xffffe68000025880 0001 00000000 0x0 0x0
0xffffe68000025900 0001 00000000 0x0 0x0
0xffffe68000025980 0001 00000000 0x0 0x0
0xffffe68000025a00 0001 00000000 0x0 0x0
0xffffe68000025a80 0001 00000000 0x0 0x0
0xffffe68000025b00 0001 00000000 0x0 0x0
0xffffe68000025b80 0001 00000000 0x0 0x0
0xffffe68000025c00 0001 00000000 0x0 0x0
0xffffe68000025c80 0001 00000000 0x0 0x0
0xffffe68000025d00 0001 00000000 0x0 0x0
0xffffe68000025d80 0001 00000000 0x0 0x0
0xffffe68000025e00 0001 00000000 0x0 0x0
0xffffe68000025e80 0001 00000000 0x0 0x0
0xffffe68000025f00 0001 00000000 0x0 0x0
0xffffe68000025f80 0001 00000000 0x0 0x0
0xffffe68000026000 0001 00000000 0x0 0x0
0xffffe68000026080 0001 00000000 0x0 0x0
0xffffe68000026100 0001 00000000 0x0 0x0
0xffffe68000026180 0001 00000000 0x0 0x0
0xffffe68000026200 0001 00000000 0x0 0x0
0xffffe68000026280 0001 00000000 0x0 0x0
0xffffe68000026300 0001 00000000 0x0 0x0
0xffffe68000026380 0001 00000000 0x0 0x0
0xffffe68000026400 0001 00000000 0x0 0x0
0xffffe68000026480 0001 00000000 0x0 0x0
0xffffe68000026500 0001 00000000 0x0 0x0
0xffffe68000026580 0001 00000000 0x0 0x0
0xffffe68000026600 0001 00000000 0x0 0x0
0xffffe68000026680 0001 00000000 0x0 0x0
0xffffe68000026700 0001 00000000 0x0 0x0
0xffffe68000026780 0001 00000000 0x0 0x0
0xffffe68000026800 0001 00000000 0x0 0x0
0xffffe68000026880 0001 00000000 0x0 0x0
0xffffe68000026900 0001 00000000 0x0 0x0
0xffffe68000026980 0001 00000000 0x0 0x0
0xffffe68000026a00 0001 00000000 0x0 0x0
0xffffe68000026a80 0001 00000000 0x0 0x0
0xffffe68000026b00 0001 00000000 0x0 0x0
0xffffe68000026b80 0001 00000000 0x0 0x0
0xffffe68000026c00 0001 00000000 0x0 0x0
0xffffe68000026c80 0001 00000000 0x0 0x0
0xffffe68000026d00 0001 00000000 0x0 0x0
0xffffe68000026d80 0001 00000000 0x0 0x0
0xffffe68000026e00 0001 00000000 0x0 0x0
0xffffe68000026e80 0001 00000000 0x0 0x0
0xffffe68000026f00 0001 00000000 0x0 0x0
0xffffe68000026f80 0001 00000000 0x0 0x0
0xffffe68000027000 0001 00000000 0x0 0x0
0xffffe68000027080 0001 00000000 0x0 0x0
0xffffe68000027100 0001 00000000 0x0 0x0
0xffffe68000027180 0001 00000000 0x0 0x0
0xffffe68000027200 0001 00000000 0x0 0x0
0xffffe68000027280 0001 00000000 0x0 0x0
0xffffe68000027300 0001 00000000 0x0 0x0
0xffffe68000027380 0001 00000000 0x0 0x0
0xffffe68000027400 0001 00000000 0x0 0x0
0xffffe68000027480 0001 00000000 0x0 0x0
0xffffe68000027500 0001 00000000 0x0 0x0
0xffffe68000027580 0001 00000000 0x0 0x0
0xffffe68000027600 0001 00000000 0x0 0x0
0xffffe68000027680 0001 00000000 0x0 0x0
0xffffe68000027700 0001 00000000 0x0 0x0
0xffffe68000027780 0001 00000000 0x0 0x0
0xffffe68000027800 0001 00000000 0x0 0x0
0xffffe68000027880 0001 00000000 0x0 0x0
0xffffe68000027900 0001 00000000 0x0 0x0
0xffffe68000027980 0001 00000000 0x0 0x0
0xffffe68000027a00 0001 00000000 0x0 0x0
0xffffe68000027a80 0001 00000000 0x0 0x0
0xffffe68000027b00 0001 00000000 0x0 0x0
0xffffe68000027b80 0001 00000000 0x0 0x0
0xffffe68000027c00 0001 00000000 0x0 0x0
0xffffe68000027c80 0001 00000000 0x0 0x0
0xffffe68000027d00 0001 00000000 0x0 0x0
0xffffe68000027d80 0001 00000000 0x0 0x0
0xffffe68000027e00 0001 00000000 0x0 0x0
0xffffe68000027e80 0001 00000000 0x0 0x0
0xffffe68000027f00 0001 00000000 0x0 0x0
0xffffe68000027f80 0001 00000000 0x0 0x0
0xffffe68000028000 0001 00000000 0x0 0x0
0xffffe68000028080 0001 00000000 0x0 0x0
0xffffe68000028100 0001 00000000 0x0 0x0
0xffffe68000028180 0001 00000000 0x0 0x0
0xffffe68000028200 0001 00000000 0x0 0x0
0xffffe68000028280 0001 00000000 0x0 0x0
0xffffe68000028300 0001 00000000 0x0 0x0
0xffffe68000028380 0001 00000000 0x0 0x0
0xffffe68000028400 0001 00000000 0x0 0x0
0xffffe68000028480 0001 00000000 0x0 0x0
0xffffe68000028500 0001 00000000 0x0 0x0
0xffffe68000028580 0001 00000000 0x0 0x0
0xffffe68000028600 0001 00000000 0x0 0x0
0xffffe68000028680 0001 00000000 0x0 0x0
0xffffe68000028700 0001 00000000 0x0 0x0
0xffffe68000028780 0001 00000000 0x0 0x0
0xffffe68000028800 0001 00000000 0x0 0x0
0xffffe68000028880 0001 00000000 0x0 0x0
0xffffe68000028900 0001 00000000 0x0 0x0
0xffffe68000028980 0001 00000000 0x0 0x0
0xffffe68000028a00 0001 00000000 0x0 0x0
0xffffe68000028a80 0001 00000000 0x0 0x0
0xffffe68000028b00 0001 00000000 0x0 0x0
0xffffe68000028b80 0001 00000000 0x0 0x0
0xffffe68000028c00 0001 00000000 0x0 0x0
0xffffe68000028c80 0001 00000000 0x0 0x0
0xffffe68000028d00 0001 00000000 0x0 0x0
0xffffe68000028d80 0001 00000000 0x0 0x0
0xffffe68000028e00 0001 00000000 0x0 0x0
0xffffe68000028e80 0001 00000000 0x0 0x0
0xffffe68000028f00 0001 00000000 0x0 0x0
0xffffe68000028f80 0001 00000000 0x0 0x0
0xffffe68000029000 0001 00000000 0x0 0x0
0xffffe68000029080 0001 00000000 0x0 0x0
0xffffe68000029100 0001 00000000 0x0 0x0
0xffffe68000029180 0001 00000000 0x0 0x0
0xffffe68000029200 0001 00000000 0x0 0x0
0xffffe68000029280 0001 00000000 0x0 0x0
0xffffe68000029300 0001 00000000 0x0 0x0
0xffffe68000029380 0001 00000000 0x0 0x0
0xffffe68000029400 0001 00000000 0x0 0x0
0xffffe68000029480 0001 00000000 0x0 0x0
0xffffe68000029500 0001 00000000
---
This report is generated by a bot. It may contain errors.
See https://goo.gl/tpsmEJ for more information about syzbot.
syzbot engineers can be reached at syzkaller%googlegroups.com@localhost.
syzbot will keep track of this issue. See:
https://goo.gl/tpsmEJ#status for how to communicate with syzbot.
If the report is already addressed, let syzbot know by replying with:
#syz fix: exact-commit-title
If you want to overwrite report's subsystems, reply with:
#syz set subsystems: new-subsystem
(See the list of subsystem names on the web dashboard)
If the report is a duplicate of another one, reply with:
#syz dup: exact-subject-of-another-report
If you want to undo deduplication, reply with:
#syz undup
--
You received this message because you are subscribed to the Google Groups "syzkaller-netbsd-bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to syzkaller-netbsd-bugs+unsubscribe%googlegroups.com@localhost.
To view this discussion on the web visit https://groups.google.com/d/msgid/syzkaller-netbsd-bugs/00000000000087f1100618831f60%40google.com.
Home |
Main Index |
Thread Index |
Old Index