ASan: Unauthorized Access in rtrequest1

0 views
Skip to first unread message

syzbot

unread,
May 25, 2024, 2:52:26 PMMay 25
to syzkaller-...@googlegroups.com
Hello,

syzbot found the following issue on:

HEAD commit: dd76681b7b7e make: fix a few more memory leaks
git tree: netbsd
console output: https://syzkaller.appspot.com/x/log.txt?x=158a2784980000
kernel config: https://syzkaller.appspot.com/x/.config?x=fab579639ba4bf0a
dashboard link: https://syzkaller.appspot.com/bug?extid=883ca00426f320004fa5
compiler: g++ (Debian 12.2.0-14) 12.2.0

Unfortunately, I don't have any reproducer for this issue yet.

Downloadable assets:
disk image: https://storage.googleapis.com/syzbot-assets/56398a162ad3/disk-dd76681b.raw.xz
netbsd.gdb: https://storage.googleapis.com/syzbot-assets/bba6f9b17ed9/netbsd-dd76681b.gdb.xz

IMPORTANT: if you fix the issue, please add the following tag to the commit:
Reported-by: syzbot+883ca0...@syzkaller.appspotmail.com

[ 225.3056776] panic: ASan: Unauthorized Access In 0xffffffff81e2a894: Addr 0xffffcc0012cc0a58 [4 bytes, read, PoolUseAfterFree]

[ 225.3157076] cpu1: Begin traceback...
[ 225.3358074] vpanic() at netbsd:vpanic+0x282 sys/kern/subr_prf.c:288
[ 225.3860587] panic() at netbsd:panic+0x9e sys/kern/subr_prf.c:1084
[ 225.4363149] kasan_report() at netbsd:kasan_report+0x8f kasan_code_name sys/kern/subr_asan.c:169 [inline]
[ 225.4363149] kasan_report() at netbsd:kasan_report+0x8f sys/kern/subr_asan.c:201
[ 225.4765089] __asan_load4() at netbsd:__asan_load4+0x9d kasan_shadow_4byte_isvalid sys/kern/subr_asan.c:351 [inline]
[ 225.4765089] __asan_load4() at netbsd:__asan_load4+0x9d kasan_shadow_check sys/kern/subr_asan.c:418 [inline]
[ 225.4765089] __asan_load4() at netbsd:__asan_load4+0x9d sys/kern/subr_asan.c:1207
[ 225.5167194] rtrequest1() at netbsd:rtrequest1+0x7e9 sys/net/route.c:1180
[ 225.5569115] rt_ifa_remlocal() at netbsd:rt_ifa_remlocal+0x2a9 rtdeletemsg sys/net/route.c:975 [inline]
[ 225.5569115] rt_ifa_remlocal() at netbsd:rt_ifa_remlocal+0x2a9 sys/net/route.c:1761
[ 225.5971076] in6_ifremlocal() at netbsd:in6_ifremlocal+0x23b sys/netinet6/in6.c:243
[ 225.6473580] in6_purgeaddr() at netbsd:in6_purgeaddr+0xa9 sys/netinet6/in6.c:1470
[ 225.6875585] if_purgeaddrs() at netbsd:if_purgeaddrs+0x1a2 sys/net/if.c:1245
[ 225.7277591] in6_ifdetach() at netbsd:in6_ifdetach+0x26 sys/netinet6/in6_ifattach.c:663
[ 225.7679600] in6_purgeif() at netbsd:in6_purgeif+0x32 sys/netinet6/in6.c:1520
[ 225.8081750] rip6_purgeif_wrapper() at netbsd:rip6_purgeif_wrapper+0x4b rip6_purgeif sys/netinet6/raw_ip6.c:941 [inline]
[ 225.8081750] rip6_purgeif_wrapper() at netbsd:rip6_purgeif_wrapper+0x4b sys/netinet6/raw_ip6.c:986
[ 225.8483589] if_detach() at netbsd:if_detach+0x768 sys/net/if.c:1459
[ 225.8986277] tap_detach() at netbsd:tap_detach+0xe8 sys/net/if_tap.c:402
[ 225.9388138] config_detach_release() at netbsd:config_detach_release+0x3d7 sys/kern/subr_autoconf.c:2177
[ 225.9890612] tap_clone_destroyer() at netbsd:tap_clone_destroyer+0x2d sys/net/if_tap.c:644
[ 226.0393169] tap_clone_destroy() at netbsd:tap_clone_destroy+0x2c sys/net/if_tap.c:634
[ 226.0795109] doifioctl() at netbsd:doifioctl+0x14b7 if_clone_destroy sys/net/if.c:1631 [inline]
[ 226.0795109] doifioctl() at netbsd:doifioctl+0x14b7 sys/net/if.c:3512
[ 226.1197107] soo_ioctl() at netbsd:soo_ioctl+0x3cc sys/kern/sys_socket.c:215
[ 226.1699614] sys_ioctl() at netbsd:sys_ioctl+0x8f6 sys/kern/sys_generic.c:675
[ 226.2101600] syscall() at netbsd:syscall+0x246 sy_call sys/sys/syscallvar.h:65 [inline]
[ 226.2101600] syscall() at netbsd:syscall+0x246 sy_invoke sys/sys/syscallvar.h:94 [inline]
[ 226.2101600] syscall() at netbsd:syscall+0x246 sys/arch/x86/x86/syscall.c:137
[ 226.2202131] --- syscall (number 54) ---
[ 226.2302609] netbsd:syscall+0x246:
[ 226.2403148] cpu1: End traceback...
[ 226.2403148] fatal breakpoint trap in supervisor mode
[ 226.2403148] trap type 1 code 0 rip 0xffffffff8023240d cs 0x8 rflags 0x282 cr2 0x7ed076c0f702 ilevel 0x6 rsp 0xffffcc0248cf6a50
[ 226.2604235] curlwp 0xffffcc0012ce5a40 pid 1273.1273 lowest kstack 0xffffcc0248cf02c0
Stopped in pid 1273.1273 (ifconfig) at netbsd:breakpoint+0x5: leave
?
breakpoint() at netbsd:breakpoint+0x5
db_panic() at netbsd:db_panic+0x105 sys/ddb/db_panic.c:71
vpanic() at netbsd:vpanic+0x282 sys/kern/subr_prf.c:288
panic() at netbsd:panic+0x9e sys/kern/subr_prf.c:1084
kasan_report() at netbsd:kasan_report+0x8f kasan_code_name sys/kern/subr_asan.c:169 [inline]
kasan_report() at netbsd:kasan_report+0x8f sys/kern/subr_asan.c:201
__asan_load4() at netbsd:__asan_load4+0x9d kasan_shadow_4byte_isvalid sys/kern/subr_asan.c:351 [inline]
__asan_load4() at netbsd:__asan_load4+0x9d kasan_shadow_check sys/kern/subr_asan.c:418 [inline]
__asan_load4() at netbsd:__asan_load4+0x9d sys/kern/subr_asan.c:1207
rtrequest1() at netbsd:rtrequest1+0x7e9 sys/net/route.c:1180
rt_ifa_remlocal() at netbsd:rt_ifa_remlocal+0x2a9 rtdeletemsg sys/net/route.c:975 [inline]
rt_ifa_remlocal() at netbsd:rt_ifa_remlocal+0x2a9 sys/net/route.c:1761
in6_ifremlocal() at netbsd:in6_ifremlocal+0x23b sys/netinet6/in6.c:243
in6_purgeaddr() at netbsd:in6_purgeaddr+0xa9 sys/netinet6/in6.c:1470
if_purgeaddrs() at netbsd:if_purgeaddrs+0x1a2 sys/net/if.c:1245
in6_ifdetach() at netbsd:in6_ifdetach+0x26 sys/netinet6/in6_ifattach.c:663
in6_purgeif() at netbsd:in6_purgeif+0x32 sys/netinet6/in6.c:1520
rip6_purgeif_wrapper() at netbsd:rip6_purgeif_wrapper+0x4b rip6_purgeif sys/netinet6/raw_ip6.c:941 [inline]
rip6_purgeif_wrapper() at netbsd:rip6_purgeif_wrapper+0x4b sys/netinet6/raw_ip6.c:986
if_detach() at netbsd:if_detach+0x768 sys/net/if.c:1459
tap_detach() at netbsd:tap_detach+0xe8 sys/net/if_tap.c:402
config_detach_release() at netbsd:config_detach_release+0x3d7 sys/kern/subr_autoconf.c:2177
tap_clone_destroyer() at netbsd:tap_clone_destroyer+0x2d sys/net/if_tap.c:644
tap_clone_destroy() at netbsd:tap_clone_destroy+0x2c sys/net/if_tap.c:634
doifioctl() at netbsd:doifioctl+0x14b7 if_clone_destroy sys/net/if.c:1631 [inline]
doifioctl() at netbsd:doifioctl+0x14b7 sys/net/if.c:3512
soo_ioctl() at netbsd:soo_ioctl+0x3cc sys/kern/sys_socket.c:215
sys_ioctl() at netbsd:sys_ioctl+0x8f6 sys/kern/sys_generic.c:675
syscall() at netbsd:syscall+0x246 sy_call sys/sys/syscallvar.h:65 [inline]
syscall() at netbsd:syscall+0x246 sy_invoke sys/sys/syscallvar.h:94 [inline]
syscall() at netbsd:syscall+0x246 sys/arch/x86/x86/syscall.c:137
--- syscall (number 54) ---
netbsd:syscall+0x246:
Panic string: ASan: Unauthorized Access In 0xffffffff81e2a894: Addr 0xffffcc0012cc0a58 [4 bytes, read, PoolUseAfterFree]

PID LID S CPU FLAGS STRUCT LWP * NAME WAIT
1408 > 1408 7 0 0 ffffcc0012c94480 ifconfig
6344 1274 3 1 0 ffffcc0012ca44c0 syz-executor.3 rwlock
6344 5922 3 1 0 ffffcc0012ca4080 syz-executor.3 rwlock
6344 6715 3 1 0 ffffcc0012a53bc0 syz-executor.3 rwlock
6344 6357 3 1 0 ffffcc0012a53780 syz-executor.3 rwlock
6344 2106 3 1 0 ffffcc001426c580 syz-executor.3 biolock
6344 6344 3 1 10000180 ffffcc0012c15ac0 syz-executor.3 nanoslp
2134 2134 3 1 40180 ffffcc001405b080 syz-executor.5 wait
1273 > 1273 7 1 40000 ffffcc0012ce5a40 ifconfig
3807 3807 3 1 180 ffffcc001342d300 syz-executor.4 parked
2264 1757 3 1 11100000 ffffcc00126d9340 syz-executor.4 vfork
2264 2264 3 1 11000000 ffffcc0013350140 syz-executor.4 lwpwait
6561 6561 3 1 180 ffffcc001405b4c0 syz-executor.3 nanoslp
2125 2125 3 0 180 ffffcc0012a71480 syz-executor.2 wait
1443 1443 2 0 0 ffffcc001346d140 syz-executor.0
1884 1884 3 1 180 ffffcc0012cf2a80 syz-executor.4 wait
6571 6571 3 0 180 ffffcc00140d10c0 syz-executor.2 parked
550 1842 3 1 1000000 ffffcc0012b999c0 syz-executor.2 lwpwait
550 5172 3 0 11100000 ffffcc00134590c0 syz-executor.2 vfork
927 927 2 1 0 ffffcc0012a718c0 syz-executor.1
751 751 3 1 180 ffffcc0012d14b40 syz-executor.4 parked
750 749 3 1 11100000 ffffcc0012a53340 syz-executor.4 vfork
750 750 3 1 11000000 ffffcc001405b900 syz-executor.4 lwpwait
6192 6192 3 1 180 ffffcc0012a99900 syz-executor.1 parked
4948 4948 3 1 180 ffffcc0012bbf5c0 syz-executor.5 parked
670 4647 3 1 11100000 ffffcc0013f06700 syz-executor.5 vfork
670 670 3 1 11000000 ffffcc00133c36c0 syz-executor.5 lwpwait
5175 5175 3 0 180 ffffcc0012d096c0 syz-executor.0 parked
1238 1738 3 0 180 ffffcc0013332980 syz-fuzzer parked
1238 1333 3 1 180 ffffcc0012d60480 syz-fuzzer parked
1238 701 3 1 180 ffffcc0013e60b00 syz-fuzzer wait
1238 1210 3 0 180 ffffcc0013e606c0 syz-fuzzer wait
1238 1206 3 0 180 ffffcc0013e2aac0 syz-fuzzer wait
1238 1202 3 1 180 ffffcc0013deca80 syz-fuzzer parked
1238 1386 3 0 180 ffffcc0013dec640 syz-fuzzer wait
1238 1112 3 1 180 ffffcc0013dbe1c0 syz-fuzzer wait
1238 1241 3 0 180 ffffcc0012c66b80 syz-fuzzer parked
1238 1242 3 0 180 ffffcc00133aeac0 syz-fuzzer parked
1238 449 3 1 180 ffffcc00133ae680 syz-fuzzer wait
1238 942 3 0 180 ffffcc00126db480 syz-fuzzer parked
1238 1081 3 0 180 ffffcc001348fa00 syz-fuzzer parked
1238 1238 3 0 180 ffffcc0012a99080 syz-fuzzer kqueue
1244 1244 3 0 180 ffffcc0012b7b100 sshd select
1229 1229 3 1 180 ffffcc001348f5c0 getty nanoslp
1225 1225 3 1 180 ffffcc00126d9bc0 getty nanoslp
1084 1084 3 1 180 ffffcc00129bf280 getty nanoslp
1223 1223 3 1 180 ffffcc0012a20b80 getty ttyraw
1107 1107 3 0 180 ffffcc00133ae240 sshd select
958 958 3 0 180 ffffcc0012d54780 powerd kqueue
767 767 3 1 180 ffffcc001342d740 syslogd kqueue
605 605 3 0 180 ffffcc0012c256c0 dhcpcd poll
744 744 3 0 180 ffffcc0012cbd100 dhcpcd poll
748 748 2 1 0 ffffcc0012c81bc0 dhcpcd
603 603 3 0 180 ffffcc0012c81780 dhcpcd poll
487 487 3 0 180 ffffcc0012da20c0 dhcpcd poll
292 292 3 0 180 ffffcc0012d8b900 dhcpcd poll
485 485 3 0 180 ffffcc0012d8b4c0 dhcpcd poll
1 1 3 0 180 ffffcc0012875180 init wait
0 1640 3 0 200 ffffcc0012c15680 ktrace ktrwait
0 5457 3 0 200 ffffcc00133c3b00 ktrace ktrwait
0 6193 3 1 200 ffffcc0012bbfa00 ktrace ktrwait
0 3422 3 1 200 ffffcc0012d608c0 ktrace ktrwait
0 1615 3 1 200 ffffcc0012d142c0 acctwatch actwat
0 875 3 0 200 ffffcc00129bf6c0 physiod physiod
0 196 3 0 200 ffffcc00129c1700 pooldrain pooldrain
0 195 3 0 200 ffffcc00129c12c0 ioflush syncer
0 194 3 1 200 ffffcc00129bfb00 pgdaemon pgdaemon
0 169 3 0 200 ffffcc0012976ac0 usb7 usbevt
0 172 3 0 200 ffffcc0012976680 usb6 usbevt
0 170 3 0 200 ffffcc0012976240 usb5 usbevt
0 168 3 1 200 ffffcc001291ea80 usb4 usbevt
0 166 3 0 200 ffffcc001291e640 usb3 usbevt
0 165 3 0 200 ffffcc001291e200 usb2 usbevt
0 31 3 1 200 ffffcc00128caa40 usb1 usbevt
0 63 3 0 200 ffffcc00128ca600 usb0 usbevt
0 126 3 1 200 ffffcc00128ca1c0 usbtask-dr usbtsk
0 125 3 1 200 ffffcc0012875a00 usbtask-hc usbtsk
0 124 3 0 200 ffffcc0010d66b00 swwreboot swwreboot
0 123 3 1 200 ffffcc00128755c0 npfgc0 npfgcw
0 122 2 1 200 ffffcc00128699c0 rt_free
0 121 3 1 200 ffffcc0012869580 unpgc unpgc
0 120 3 0 200 ffffcc0012869140 key_timehandler key_timehandler
0 119 3 1 200 ffffcc0012707980 icmp6_wqinput/1 icmp6_wqinput
0 118 3 0 200 ffffcc0012707540 icmp6_wqinput/0 icmp6_wqinput
0 117 3 0 200 ffffcc0012707100 nd6_timer nd6_timer
0 116 3 1 200 ffffcc00126ff940 carp6_wqinput/1 carp6_wqinput
0 115 3 0 200 ffffcc00126ff500 carp6_wqinput/0 carp6_wqinput
0 114 3 1 200 ffffcc00126ff0c0 carp_wqinput/1 carp_wqinput
0 113 3 0 200 ffffcc00126f1900 carp_wqinput/0 carp_wqinput
0 112 3 1 200 ffffcc00126f14c0 icmp_wqinput/1 icmp_wqinput
0 111 3 0 200 ffffcc00126f1080 icmp_wqinput/0 icmp_wqinput
0 110 3 0 200 ffffcc00126db8c0 rt_timer rt_timer
0 109 3 0 200 ffffcc00126d7b80 vmem_rehash vmem_rehash
0 100 3 0 200 ffffcc00126d7300 entbutler entropy
0 99 3 0 200 ffffcc00120bdb40 viomb balloon
0 98 3 1 200 ffffcc00120bd700 vioif0_txrx/1 vioif0_txrx
0 97 3 0 200 ffffcc00120bd2c0 vioif0_txrx/0 vioif0_txrx
0 30 3 0 200 ffffcc0010d666c0 scsibus0 sccomp
0 29 3 0 200 ffffcc0010d66280 pms0 pmsreset
0 28 3 1 200 ffffcc0010cacac0 xcall/1 xcall
0 27 1 1 200 ffffcc0010cac680 softser/1
0 26 1 1 200 ffffcc0010cac240 softclk/1
0 25 1 1 200 ffffcc0010ca9a80 softbio/1
0 24 1 1 200 ffffcc0010ca9640 softnet/1
0 23 1 1 201 ffffcc0010ca9200 idle/1
0 22 3 1 200 ffffcc000fb55a40 lnxsyswq lnxsyswq
0 21 3 0 200 ffffcc000fb55600 lnxubdwq lnxubdwq
0 20 3 1 200 ffffcc000fb551c0 lnxpwrwq lnxpwrwq
0 19 3 1 200 ffffcc000fb54a00 lnxlngwq lnxlngwq
0 18 3 1 200 ffffcc000fb545c0 lnxhipwq lnxhipwq
0 17 3 1 200 ffffcc000fb54180 lnxrcugc lnxrcugc
0 16 3 0 200 ffffcc000fb4d9c0 sysmon smtaskq
0 15 3 0 200 ffffcc000fb4d580 pmfsuspend pmfsuspend
0 14 3 0 200 ffffcc000fb4d140 pmfevent pmfevent
0 13 3 0 200 ffffcc000fb4a980 sopendfree sopendfr
0 12 3 0 200 ffffcc000fb4a540 ifwdog ifwdog
0 11 3 0 200 ffffcc000fb4a100 iflnkst iflnkst
0 10 3 0 200 ffffcc000fb3b940 nfssilly nfssilly
0 9 3 0 200 ffffcc000fb3b500 pooldisp pooldisp
0 8 3 1 200 ffffcc000fb3b0c0 modunload mod_unld
0 7 3 0 200 ffffcc000fb32900 xcall/0 xcall
0 6 1 0 200 ffffcc000fb324c0 softser/0
0 5 1 0 200 ffffcc000fb32080 softclk/0
0 4 1 0 200 ffffcc000fb308c0 softbio/0
0 3 1 0 200 ffffcc000fb30480 softnet/0
0 2 1 0 201 ffffcc000fb30040 idle/0
0 0 3 0 200 ffffffff83350140 swapper uvm
[Locks tracked through LWPs]

****** LWP 6344.1274 (syz-executor.3) @ 0xffffcc0012ca44c0, l_stat=3

*** Locks held: none

*** Locks wanted:

* Lock 0 (initialized at netbsd:vcache_alloc+0x3e sys/kern/vfs_vnode.c:1438)
lock address : ffffcc001428b480
type : sleep/adaptive
initialized : netbsd:vcache_alloc+0x3e
shared holds : 0 exclusive: 1
shares wanted: 4 exclusive: 0
relevant cpu : 1 last held: 1
relevant lwp : 0xffffcc0012ca44c0 last held: 0xffffcc001426c580
last locked* : netbsd:genfs_lock+0x160
unlocked : netbsd:genfs_unlock+0x2a
owner/count : 0xffffcc001426c580 flags : 0x0000000000000005
Turnstile:
=> 4 waiting readers: 0xffffcc0012a53780 0xffffcc0012a53bc0 0xffffcc0012ca4080 0xffffcc0012ca44c0
=> 0 waiting writers:

****** LWP 6344.5922 (syz-executor.3) @ 0xffffcc0012ca4080, l_stat=3

*** Locks held: none

*** Locks wanted:

* Lock 0 (initialized at netbsd:vcache_alloc+0x3e sys/kern/vfs_vnode.c:1438)
lock address : ffffcc001428b480
type : sleep/adaptive
initialized : netbsd:vcache_alloc+0x3e
shared holds : 0 exclusive: 1
shares wanted: 4 exclusive: 0
relevant cpu : 1 last held: 1
relevant lwp : 0xffffcc0012ca4080 last held: 0xffffcc001426c580
last locked* : netbsd:genfs_lock+0x160
unlocked : netbsd:genfs_unlock+0x2a
owner/count : 0xffffcc001426c580 flags : 0x0000000000000005
Turnstile:
=> 4 waiting readers: 0xffffcc0012a53780 0xffffcc0012a53bc0 0xffffcc0012ca4080 0xffffcc0012ca44c0
=> 0 waiting writers:

****** LWP 6344.6715 (syz-executor.3) @ 0xffffcc0012a53bc0, l_stat=3

*** Locks held: none

*** Locks wanted:

* Lock 0 (initialized at netbsd:vcache_alloc+0x3e sys/kern/vfs_vnode.c:1438)
lock address : ffffcc001428b480
type : sleep/adaptive
initialized : netbsd:vcache_alloc+0x3e
shared holds : 0 exclusive: 1
shares wanted: 4 exclusive: 0
relevant cpu : 1 last held: 1
relevant lwp : 0xffffcc0012a53bc0 last held: 0xffffcc001426c580
last locked* : netbsd:genfs_lock+0x160
unlocked : netbsd:genfs_unlock+0x2a
owner/count : 0xffffcc001426c580 flags : 0x0000000000000005
Turnstile:
=> 4 waiting readers: 0xffffcc0012a53780 0xffffcc0012a53bc0 0xffffcc0012ca4080 0xffffcc0012ca44c0
=> 0 waiting writers:

****** LWP 6344.6357 (syz-executor.3) @ 0xffffcc0012a53780, l_stat=3

*** Locks held: none

*** Locks wanted:

* Lock 0 (initialized at netbsd:vcache_alloc+0x3e sys/kern/vfs_vnode.c:1438)
lock address : ffffcc001428b480
type : sleep/adaptive
initialized : netbsd:vcache_alloc+0x3e
shared holds : 0 exclusive: 1
shares wanted: 4 exclusive: 0
relevant cpu : 1 last held: 1
relevant lwp : 0xffffcc0012a53780 last held: 0xffffcc001426c580
last locked* : netbsd:genfs_lock+0x160
unlocked : netbsd:genfs_unlock+0x2a
owner/count : 0xffffcc001426c580 flags : 0x0000000000000005
Turnstile:
=> 4 waiting readers: 0xffffcc0012a53780 0xffffcc0012a53bc0 0xffffcc0012ca4080 0xffffcc0012ca44c0
=> 0 waiting writers:

****** LWP 6344.2106 (syz-executor.3) @ 0xffffcc001426c580, l_stat=3

*** Locks held:

* Lock 0 (initialized at netbsd:vcache_alloc+0x3e sys/kern/vfs_vnode.c:1438)
lock address : ffffcc001428b480
type : sleep/adaptive
initialized : netbsd:vcache_alloc+0x3e
shared holds : 0 exclusive: 1
shares wanted: 4 exclusive: 0
relevant cpu : 1 last held: 1
relevant lwp : 0xffffcc001426c580 last held: 0xffffcc001426c580
last locked* : netbsd:genfs_lock+0x160
unlocked : netbsd:genfs_unlock+0x2a
owner/count : 0xffffcc001426c580 flags : 0x0000000000000005
Turnstile:
=> 4 waiting readers: 0xffffcc0012a53780 0xffffcc0012a53bc0 0xffffcc0012ca4080 0xffffcc0012ca44c0
=> 0 waiting writers:

*** Locks wanted: none

****** LWP 1273.1273 (ifconfig) @ 0xffffcc0012ce5a40, l_stat=7

*** Locks held:

* Lock 0 (initialized at netbsd:ifinit1+0x23 sys/net/if.c:334)
lock address : netbsd:if_clone_mtx
type : sleep/adaptive
initialized : netbsd:ifinit1+0x23
shared holds : 0 exclusive: 1
shares wanted: 0 exclusive: 0
relevant cpu : 1 last held: 1
relevant lwp : 0xffffcc0012ce5a40 last held: 0xffffcc0012ce5a40
last locked* : netbsd:doifioctl+0x137a
unlocked : netbsd:doifioctl+0x1500
owner field : 0xffffcc0012ce5a40 wait/spin: 0/0
Turnstile: no active turnstile for this lock.

* Lock 1 (initialized at netbsd:soinit+0x1f9 sys/kern/uipc_socket.c:460)
lock address : ffffcc000f68a880
type : sleep/adaptive
initialized : netbsd:soinit+0x1f9
shared holds : 0 exclusive: 1
shares wanted: 0 exclusive: 0
relevant cpu : 1 last held: 1
relevant lwp : 0xffffcc0012ce5a40 last held: 0xffffcc0012ce5a40
last locked* : netbsd:rip6_purgeif_wrapper+0x34
unlocked : netbsd:rip_purgeif_wrapper+0x7d
owner field : 0xffffcc0012ce5a40 wait/spin: 0/0
Turnstile: no active turnstile for this lock.

* Lock 2 (initialized at netbsd:if_initialize+0x284 sys/net/if.c:762)
lock address : ffffcc0014233c40
type : sleep/adaptive
initialized : netbsd:if_initialize+0x284
shared holds : 0 exclusive: 1
shares wanted: 0 exclusive: 0
relevant cpu : 1 last held: 1
relevant lwp : 0xffffcc0012ce5a40 last held: 0xffffcc0012ce5a40
last locked* : netbsd:in6_purgeif+0x2a
unlocked : netbsd:rip_purgeif_wrapper+0x56
owner field : 0xffffcc0012ce5a40 wait/spin: 0/0
Turnstile: no active turnstile for this lock.

*** Locks wanted:

* Lock 0 (initialized at netbsd:module_hook_init+0x1c sys/kern/kern_module_hook.c:132)
lock address : netbsd:module_hook
type : sleep/adaptive
initialized : netbsd:module_hook_init+0x1c
shared holds : 0 exclusive: 0
shares wanted: 0 exclusive: 0
relevant cpu : 1 last held: 0
relevant lwp : 0xffffcc0012ce5a40 last held: 000000000000000000
last locked : 0
unlocked* : 0
owner field : 000000000000000000 wait/spin: 0/0
Turnstile: no active turnstile for this lock.

****** LWP 1443.1443 (syz-executor.0) @ 0xffffcc001346d140, l_stat=2

*** Locks held:

* Lock 0 (initialized at netbsd:vcache_alloc+0x3e sys/kern/vfs_vnode.c:1438)
lock address : ffffcc001438bc00
type : sleep/adaptive
initialized : netbsd:vcache_alloc+0x3e
shared holds : 0 exclusive: 1
shares wanted: 0 exclusive: 0
relevant cpu : 0 last held: 0
relevant lwp : 0xffffcc001346d140 last held: 0xffffcc001346d140
last locked* : netbsd:genfs_lock+0x160
unlocked : netbsd:genfs_unlock+0x2a
owner/count : 0xffffcc001346d140 flags : 0x0000000000000004
Turnstile: no active turnstile for this lock.

* Lock 1 (initialized at netbsd:vcache_alloc+0x3e sys/kern/vfs_vnode.c:1438)
lock address : ffffcc00141f42c0
type : sleep/adaptive
initialized : netbsd:vcache_alloc+0x3e
shared holds : 0 exclusive: 1
shares wanted: 0 exclusive: 0
relevant cpu : 0 last held: 0
relevant lwp : 0xffffcc001346d140 last held: 0xffffcc001346d140
last locked* : netbsd:genfs_lock+0x160
unlocked : 0
owner/count : 0xffffcc001346d140 flags : 0x0000000000000004
Turnstile: no active turnstile for this lock.

*** Locks wanted: none

****** LWP 927.927 (syz-executor.1) @ 0xffffcc0012a718c0, l_stat=2

*** Locks held:

* Lock 0 (initialized at netbsd:filedesc_ctor+0x37 sys/kern/kern_descrip.c:1355)
lock address : ffffcc0012bd1340
type : sleep/adaptive
initialized : netbsd:filedesc_ctor+0x37
shared holds : 0 exclusive: 1
shares wanted: 0 exclusive: 0
relevant cpu : 1 last held: 0
relevant lwp : 0xffffcc0012a718c0 last held: 0xffffcc0012a718c0
last locked* : netbsd:fd_copy+0x2e1
unlocked : netbsd:fd_close+0x33c
owner field : 0xffffcc0012a718c0 wait/spin: 0/0
Turnstile: no active turnstile for this lock.

*** Locks wanted: none

****** LWP 744.744 (dhcpcd) @ 0xffffcc0012cbd100, l_stat=3

*** Locks held: none

*** Locks wanted:

* Lock 0 (initialized at netbsd:module_hook_init+0x1c sys/kern/kern_module_hook.c:132)
lock address : netbsd:module_hook
type : sleep/adaptive
initialized : netbsd:module_hook_init+0x1c
shared holds : 0 exclusive: 0
shares wanted: 0 exclusive: 0
relevant cpu : 0 last held: 0
relevant lwp : 0xffffcc0012cbd100 last held: 000000000000000000
last locked : 0
unlocked* : 0
owner field : 000000000000000000 wait/spin: 0/0
Turnstile: no active turnstile for this lock.

****** LWP 748.748 (dhcpcd) @ 0xffffcc0012c81bc0, l_stat=2

*** Locks held: none

*** Locks wanted:

* Lock 0 (initialized at netbsd:module_hook_init+0x1c sys/kern/kern_module_hook.c:132)
lock address : netbsd:module_hook
type : sleep/adaptive
initialized : netbsd:module_hook_init+0x1c
shared holds : 0 exclusive: 0
shares wanted: 0 exclusive: 0
relevant cpu : 1 last held: 0
relevant lwp : 0xffffcc0012c81bc0 last held: 000000000000000000
last locked : 0
unlocked* : 0
owner field : 000000000000000000 wait/spin: 0/0
Turnstile: no active turnstile for this lock.

****** LWP 292.292 (dhcpcd) @ 0xffffcc0012d8b900, l_stat=3

*** Locks held: none

*** Locks wanted:

* Lock 0 (initialized at netbsd:module_hook_init+0x1c sys/kern/kern_module_hook.c:132)
lock address : netbsd:module_hook
type : sleep/adaptive
initialized : netbsd:module_hook_init+0x1c
shared holds : 0 exclusive: 0
shares wanted: 0 exclusive: 0
relevant cpu : 0 last held: 0
relevant lwp : 0xffffcc0012d8b900 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) @ 0xffffcc0012d8b4c0, l_stat=3

*** Locks held: none

*** Locks wanted:

* Lock 0 (initialized at netbsd:module_hook_init+0x1c sys/kern/kern_module_hook.c:132)
lock address : netbsd:module_hook
type : sleep/adaptive
initialized : netbsd:module_hook_init+0x1c
shared holds : 0 exclusive: 0
shares wanted: 0 exclusive: 0
relevant cpu : 0 last held: 0
relevant lwp : 0xffffcc0012d8b4c0 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) @ 0xffffcc0010cac240, l_stat=1

*** Locks held: none

*** Locks wanted:

* Lock 0 (initialized at netbsd:module_hook_init+0x1c sys/kern/kern_module_hook.c:132)
lock address : netbsd:module_hook
type : sleep/adaptive
initialized : netbsd:module_hook_init+0x1c
shared holds : 0 exclusive: 0
shares wanted: 0 exclusive: 0
relevant cpu : 1 last held: 0
relevant lwp : 0xffffcc0010cac240 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) @ 0xffffcc000fb4a100, l_stat=3

*** Locks held: none

*** Locks wanted:

* Lock 0 (initialized at netbsd:module_hook_init+0x1c sys/kern/kern_module_hook.c:132)
lock address : netbsd:module_hook
type : sleep/adaptive
initialized : netbsd:module_hook_init+0x1c
shared holds : 0 exclusive: 0
shares wanted: 0 exclusive: 0
relevant cpu : 0 last held: 0
relevant lwp : 0xffffcc000fb4a100 last held: 000000000000000000
last locked : 0
unlocked* : 0
owner field : 000000000000000000 wait/spin: 0/0
Turnstile: no active turnstile for this lock.

****** LWP 0.5 (softclk/0) @ 0xffffcc000fb32080, l_stat=1

*** Locks held: none

*** Locks wanted:

* Lock 0 (initialized at netbsd:module_hook_init+0x1c sys/kern/kern_module_hook.c:132)
lock address : netbsd:module_hook
type : sleep/adaptive
initialized : netbsd:module_hook_init+0x1c
shared holds : 0 exclusive: 0
shares wanted: 0 exclusive: 0
relevant cpu : 0 last held: 0
relevant lwp : 0xffffcc000fb32080 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) @ 0xffffffff83350140, l_stat=3

*** Locks held: none

*** Locks wanted:

* Lock 0 (initialized at netbsd:module_hook_init+0x1c sys/kern/kern_module_hook.c:132)
lock address : netbsd:module_hook
type : sleep/adaptive
initialized : netbsd:module_hook_init+0x1c
shared holds : 0 exclusive: 0
shares wanted: 0 exclusive: 0
relevant cpu : 0 last held: 0
relevant lwp : 0xffffffff83350140 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+0x11e sys/kern/init_main.c:304)
lock address : netbsd:kernel_lock
type : spin
initialized : netbsd:main+0x11e
shared holds : 0 exclusive: 1
shares wanted: 0 exclusive: 0
relevant cpu : 1 last held: 1
relevant lwp : 0xffffcc0012ce5a40 last held: 0xffffcc0012ce5a40
last locked* : netbsd:sleepq_block+0x5d7
unlocked : netbsd:route_intr+0x158
curcpu holds : 3 wanted by: 000000000000000000

* Lock 1 (initialized at netbsd:kprintf_init+0x61 sys/kern/subr_prf.c:156)
lock address : netbsd:kprintf_mtx
type : spin
initialized : netbsd:kprintf_init+0x61
shared holds : 0 exclusive: 1
shares wanted: 0 exclusive: 0
relevant cpu : 1 last held: 1
relevant lwp : 0xffffcc0012ce5a40 last held: 0xffffcc0012ce5a40
last locked* : netbsd:kprintf_lock+0x33
unlocked : netbsd:kprintf_unlock+0x53
owner field : 0x0000000000000800 wait/spin: 0/1

PAGE FLAG PQ UOBJECT UANON
0xffffcc0000017180 0041 00000000 0x0 0x0
0xffffcc0000017200 0041 00000000 0x0 0x0
0xffffcc0000017280 0041 00000000 0x0 0x0
0xffffcc0000017300 0041 00000000 0x0 0x0
0xffffcc0000017380 0041 00000000 0x0 0x0
0xffffcc0000017400 0041 00000000 0x0 0x0
0xffffcc0000017480 0041 00000000 0x0 0x0
0xffffcc0000017500 0041 00000000 0x0 0x0
0xffffcc0000017580 0041 00000000 0x0 0x0
0xffffcc0000017600 0041 00000000 0x0 0x0
0xffffcc0000017680 0041 00000000 0x0 0x0
0xffffcc0000017700 0041 00000000 0x0 0x0
0xffffcc0000017780 0041 00000000 0x0 0x0
0xffffcc0000017800 0041 00000000 0x0 0x0
0xffffcc0000017880 0041 00000000 0x0 0x0
0xffffcc0000017900 0041 00000000 0x0 0x0
0xffffcc0000017980 0041 00000000 0x0 0x0
0xffffcc0000017a00 0041 00000000 0x0 0x0
0xffffcc0000017a80 0041 00000000 0x0 0x0
0xffffcc0000017b00 0041 00000000 0x0 0x0
0xffffcc0000017b80 0041 00000000 0x0 0x0
0xffffcc0000017c00 0041 00000000 0x0 0x0
0xffffcc0000017c80 0041 00000000 0x0 0x0
0xffffcc0000017d00 0041 00000000 0x0 0x0
0xffffcc0000017d80 0041 00000000 0x0 0x0
0xffffcc0000017e00 0041 00000000 0x0 0x0
0xffffcc0000017e80 0041 00000000 0x0 0x0
0xffffcc0000017f00 0041 00000000 0x0 0x0
0xffffcc0000017f80 0041 00000000 0x0 0x0
0xffffcc0000018000 0041 00000000 0x0 0x0
0xffffcc0000018080 0041 00000000 0x0 0x0
0xffffcc0000018100 0041 00000000 0x0 0x0
0xffffcc0000018180 0041 00000000 0x0 0x0
0xffffcc0000018200 0041 00000000 0x0 0x0
0xffffcc0000018280 0041 00000000 0x0 0x0
0xffffcc0000018300 0041 00000000 0x0 0x0
0xffffcc0000018380 0041 00000000 0x0 0x0
0xffffcc0000018400 0041 00000000 0x0 0x0
0xffffcc0000018480 0041 00000000 0x0 0x0
0xffffcc0000018500 0041 00000000 0x0 0x0
0xffffcc0000018580 0041 00000000 0x0 0x0
0xffffcc0000018600 0041 00000000 0x0 0x0
0xffffcc0000018680 0041 00000000 0x0 0x0
0xffffcc0000018700 0041 00000000 0x0 0x0
0xffffcc0000018780 0041 00000000 0x0 0x0
0xffffcc0000018800 0041 00000000 0x0 0x0
0xffffcc0000018880 0041 00000000 0x0 0x0
0xffffcc0000018900 0041 00000000 0x0 0x0
0xffffcc0000018980 0041 00000000 0x0 0x0
0xffffcc0000018a00 0041 00000000 0x0 0x0
0xffffcc0000018a80 0041 00000000 0x0 0x0
0xffffcc0000018b00 0041 00000000 0x0 0x0
0xffffcc0000018b80 0041 00000000 0x0 0x0
0xffffcc0000018c00 0041 00000000 0x0 0x0
0xffffcc0000018c80 0041 00000000 0x0 0x0
0xffffcc0000018d00 0041 00000000 0x0 0x0
0xffffcc0000018d80 0041 00000000 0x0 0x0
0xffffcc0000018e00 0041 00000000 0x0 0x0
0xffffcc0000018e80 0041 00000000 0x0 0x0
0xffffcc0000018f00 0041 00000000 0x0 0x0
0xffffcc0000018f80 0041 00000000 0x0 0x0
0xffffcc0000019000 0041 00000000 0x0 0x0
0xffffcc0000019080 0041 00000000 0x0 0x0
0xffffcc0000019100 0041 00000000 0x0 0x0
0xffffcc0000019180 0041 00000000 0x0 0x0
0xffffcc0000019200 0041 00000000 0x0 0x0
0xffffcc0000019280 0041 00000000 0x0 0x0
0xffffcc0000019300 0041 00000000 0x0 0x0
0xffffcc0000019380 0041 00000000 0x0 0x0
0xffffcc0000019400 0041 00000000 0x0 0x0
0xffffcc0000019480 0041 00000000 0x0 0x0
0xffffcc0000019500 0041 00000000 0x0 0x0
0xffffcc0000019580 0041 00000000 0x0 0x0
0xffffcc0000019600 0041 00000000 0x0 0x0
0xffffcc0000019680 0041 00000000 0x0 0x0
0xffffcc0000019700 0041 00000000 0x0 0x0
0xffffcc0000019780 0041 00000000 0x0 0x0
0xffffcc0000019800 0041 00000000 0x0 0x0
0xffffcc0000019880 0041 00000000 0x0 0x0
0xffffcc0000019900 0041 00000000 0x0 0x0
0xffffcc0000019980 0041 00000000 0x0 0x0
0xffffcc0000019a00 0041 00000000 0x0 0x0
0xffffcc0000019a80 0041 00000000 0x0 0x0
0xffffcc0000019b00 0041 00000000 0x0 0x0
0xffffcc0000019b80 0041 00000000 0x0 0x0
0xffffcc0000019c00 0041 00000000 0x0 0x0
0xffffcc0000019c80 0041 00000000 0x0 0x0
0xffffcc0000019d00 0041 00000000 0x0 0x0
0xffffcc0000019d80 0041 00000000 0x0 0x0
0xffffcc0000019e00 0041 00000000 0x0 0x0
0xffffcc0000019e80 0041 00000000 0x0 0x0
0xffffcc0000019f00 0041 00000000 0x0 0x0
0xffffcc0000019f80 0041 00000000 0x0 0x0
0xffffcc000001a000 0041 00000000 0x0 0x0
0xffffcc000001a080 0041 00000000 0x0 0x0
0xffffcc000001a100 0041 00000000 0x0 0x0
0xffffcc000001a180 0041 00000000 0x0 0x0
0xffffcc000001a200 0041 00000000 0x0 0x0
0xffffcc000001a280 0041 00000000 0x0 0x0
0xffffcc000001a300 0041 00000000 0x0 0x0
0xffffcc000001a380 0041 00000000 0x0 0x0
0xffffcc000001a400 0041 00000000 0x0 0x0
0xffffcc000001a480 0041 00000000 0x0 0x0
0xffffcc000001a500 0041 00000000 0x0 0x0
0xffffcc000001a580 0041 00000000 0x0 0x0
0xffffcc000001a600 0041 00000000 0x0 0x0
0xffffcc000001a680 0041 00000000 0x0 0x0
0xffffcc000001a700 0041 00000000 0x0 0x0
0xffffcc000001a780 0041 00000000 0x0 0x0
0xffffcc000001a800 0041 00000000 0x0 0x0
0xffffcc000001a880 0041 00000000 0x0 0x0
0xffffcc000001a900 0041 00000000 0x0 0x0
0xffffcc000001a980 0041 00000000 0x0 0x0
0xffffcc000001aa00 0041 00000000 0x0 0x0
0xffffcc000001aa80 0041 00000000 0x0 0x0
0xffffcc000001ab00 0041 00000000 0x0 0x0
0xffffcc000001ab80 0041 00000000 0x0 0x0
0xffffcc000001ac00 0041 00000000 0x0 0x0
0xffffcc000001ac80 0041 00000000 0x0 0x0
0xffffcc000001ad00 0041 00000000 0x0 0x0
0xffffcc000001ad80 0041 00000000 0x0 0x0
0xffffcc000001ae00 0041 00000000 0x0 0x0
0xffffcc000001ae80 0041 00000000 0x0 0x0
0xffffcc000001af00 0041 00000000 0x0 0x0
0xffffcc000001af80 0041 00000000 0x0 0x0
0xffffcc000001b000 0041 00000000 0x0 0x0
0xffffcc000001b080 0041 00000000 0x0 0x0
0xffffcc000001b100 0041 00000000 0x0 0x0
0xffffcc000001b180 0041 00000000 0x0 0x0
0xffffcc000001b200 0041 00000000 0x0 0x0
0xffffcc000001b280 0041 00000000 0x0 0x0
0xffffcc000001b300 0041 00000000 0x0 0x0
0xffffcc000001b380 0041 00000000 0x0 0x0
0xffffcc000001b400 0041 00000000 0x0 0x0
0xffffcc000001b480 0041 00000000 0x0 0x0
0xffffcc000001b500 0041 00000000 0x0 0x0
0xffffcc000001b580 0041 00000000 0x0 0x0
0xffffcc000001b600 0041 00000000 0x0 0x0
0xffffcc000001b680 0041 00000000 0x0 0x0
0xffffcc000001b700 0041 00000000 0x0 0x0
0xffffcc000001b780 0041 00000000 0x0 0x0
0xffffcc000001b800 0041 00000000 0x0 0x0
0xffffcc000001b880 0041 00000000 0x0 0x0
0xffffcc000001b900 0041 00000000 0x0 0x0
0xffffcc000001b980 0041 00000000 0x0 0x0
0xffffcc000001ba00 0041 00000000 0x0 0x0
0xffffcc000001ba80 0041 00000000 0x0 0x0
0xffffcc000001bb00 0001 00000000 0x0 0x0
0xffffcc000001bb80 0001 00000000 0x0 0x0
0xffffcc000001bc00 0001 00000000 0x0 0x0
0xffffcc000001bc80 0001 00000000 0x0 0x0
0xffffcc000001bd00 0001 00000000 0x0 0x0
0xffffcc000001bd80 0001 00000000 0x0 0x0
0xffffcc000001be00 0001 00000000 0x0 0x0
0xffffcc000001be80 0001 00000000 0x0 0x0
0xffffcc000001bf00 0001 00000000 0x0 0x0
0xffffcc000001bf80 0001 00000000 0x0 0x0
0xffffcc000001c000 0001 00000000 0x0 0x0
0xffffcc000001c080 0001 00000000 0x0 0x0
0xffffcc000001c100 0001 00000000 0x0 0x0
0xffffcc000001c180 0001 00000000 0x0 0x0
0xffffcc000001c200 0001 00000000 0x0 0x0
0xffffcc000001c280 0001 00000000 0x0 0x0
0xffffcc000001c300 0001 00000000 0x0 0x0
0xffffcc000001c380 0001 00000000 0x0 0x0
0xffffcc000001c400 0001 00000000 0x0 0x0
0xffffcc000001c480 0001 00000000 0x0 0x0
0xffffcc000001c500 0001 00000000 0x0 0x0
0xffffcc000001c580 0001 00000000 0x0 0x0
0xffffcc000001c600 0001 00000000 0x0 0x0
0xffffcc000001c680 0001 00000000 0x0 0x0
0xffffcc000001c700 0001 00000000 0x0 0x0
0xffffcc000001c780 0001 00000000 0x0 0x0
0xffffcc000001c800 0001 00000000 0x0 0x0
0xffffcc000001c880 0001 00000000 0x0 0x0
0xffffcc000001c900 0001 00000000 0x0 0x0
0xffffcc000001c980 0001 00000000 0x0 0x0
0xffffcc000001ca00 0001 00000000 0x0 0x0
0xffffcc000001ca80 0001 00000000 0x0 0x0
0xffffcc000001cb00 0001 00000000 0x0 0x0
0xffffcc000001cb80 0001 00000000 0x0 0x0
0xffffcc000001cc00 0001 00000000 0x0 0x0
0xffffcc000001cc80 0001 00000000 0x0 0x0
0xffffcc000001cd00 0001 00000000 0x0 0x0
0xffffcc000001cd80 0001 00000000 0x0 0x0
0xffffcc000001ce00 0001 00000000 0x0 0x0
0xffffcc000001ce80 0001 00000000 0x0 0x0
0xffffcc000001cf00 0001 00000000 0x0 0x0
0xffffcc000001cf80 0001 00000000 0x0 0x0
0xffffcc000001d000 0001 00000000 0x0 0x0
0xffffcc000001d080 0001 00000000 0x0 0x0
0xffffcc000001d100 0001 00000000 0x0 0x0
0xffffcc000001d180 0001 00000000 0x0 0x0
0xffffcc000001d200 0001 00000000 0x0 0x0
0xffffcc000001d280 0001 00000000 0x0 0x0
0xffffcc000001d300 0001 00000000 0x0 0x0
0xffffcc000001d380 0001 00000000 0x0 0x0
0xffffcc000001d400 0001 00000000 0x0 0x0
0xffffcc000001d480 0001 00000000 0x0 0x0
0xffffcc000001d500 0001 00000000 0x0 0x0
0xffffcc000001d580 0001 00000000 0x0 0x0
0xffffcc000001d600 0001 00000000 0x0 0x0
0xffffcc000001d680 0001 00000000 0x0 0x0
0xffffcc000001d700 0001 00000000 0x0 0x0
0xffffcc000001d780 0001 00000000 0x0 0x0
0xffffcc000001d800 0001 00000000 0x0 0x0
0xffffcc000001d880 0001 00000000 0x0 0x0
0xffffcc000001d900 0001 00000000 0x0 0x0
0xffffcc000001d980 0001 00000000 0x0 0x0
0xffffcc000001da00 0001 00000000 0x0 0x0
0xffffcc000001da80 0001 00000000 0x0 0x0
0xffffcc000001db00 0001 00000000 0x0 0x0
0xffffcc000001db80 0001 00000000 0x0 0x0
0xffffcc000001dc00 0001 00000000 0x0 0x0
0xffffcc000001dc80 0001 00000000 0x0 0x0
0xffffcc000001dd00 0001 00000000 0x0 0x0
0xffffcc000001dd80 0001 00000000 0x0 0x0
0xffffcc000001de00 0001 00000000 0x0 0x0
0xffffcc000001de80 0001 00000000 0x0 0x0
0xffffcc000001df00 0001 00000000 0x0 0x0
0xffffcc000001df80 0001 00000000 0x0 0x0
0xffffcc000001e000 0001 00000000 0x0 0x0
0xffffcc000001e080 0001 00000000 0x0 0x0
0xffffcc000001e100 0001 00000000 0x0 0x0
0xffffcc000001e180 0001 00000000 0x0 0x0
0xffffcc000001e200 0001 00000000 0x0 0x0
0xffffcc000001e280 0001 00000000 0x0 0x0
0xffffcc000001e300 0001 00000000 0x0 0x0
0xffffcc000001e380 0001 00000000 0x0 0x0
0xffffcc000001e400 0001 00000000 0x0 0x0
0xffffcc000001e480 0001 00000000 0x0 0x0
0xffffcc000001e500 0001 00000000 0x0 0x0
0xffffcc000001e580 0001 00000000 0x0 0x0
0xffffcc000001e600 0001 00000000 0x0 0x0
0xffffcc000001e680 0001 00000000 0x0 0x0
0xffffcc000001e700 0001 00000000 0x0 0x0
0xffffcc000001e780 0001 00000000 0x0 0x0
0xffffcc000001e800 0001 00000000 0x0 0x0
0xffffcc000001e880 0001 00000000 0x0 0x0
0xffffcc000001e900 0001 00000000 0x0 0x0
0xffffcc000001e980 0001 00000000 0x0 0x0
0xffffcc000001ea00 0001 00000000 0x0 0x0
0xffffcc000001ea80 0001 00000000 0x0 0x0
0xffffcc000001eb00 0001 00000000 0x0 0x0
0xffffcc000001eb80 0001 00000000 0x0 0x0
0xffffcc000001ec00 0001 00000000 0x0 0x0
0xffffcc000001ec80 0001 00000000 0x0 0x0
0xffffcc000001ed00 0001 00000000 0x0 0x0
0xffffcc000001ed80 0001 00000000 0x0 0x0
0xffffcc000001ee00 0001 00000000 0x0 0x0
0xffffcc000001ee80 0001 00000000 0x0 0x0
0xffffcc000001ef00 0001 00000000 0x0 0x0
0xffffcc000001ef80 0001 00000000 0x0 0x0
0xffffcc000001f000 0001 00000000 0x0 0x0
0xffffcc000001f080 0001 00000000 0x0 0x0
0xffffcc000001f100 0001 00000000 0x0 0x0
0xffffcc000001f180 0001 00000000 0x0 0x0
0xffffcc000001f200 0001 00000000 0x0 0x0
0xffffcc000001f280 0001 00000000 0x0 0x0
0xffffcc000001f300 0001 00000000 0x0 0x0
0xffffcc000001f380 0001 00000000 0x0 0x0
0xffffcc000001f400 0001 00000000 0x0 0x0
0xffffcc000001f480 0001 00000000 0x0 0x0
0xffffcc000001f500 0001 00000000 0x0 0x0
0xffffcc000001f580 0001 00000000 0x0 0x0
0xffffcc000001f600 0001 00000000 0x0 0x0
0xffffcc000001f680 0001 00000000 0x0 0x0
0xffffcc000001f700 0001 00000000 0x0 0x0
0xffffcc000001f780 0001 00000000 0x0 0x0
0xffffcc000001f800 0001 00000000 0x0 0x0
0xffffcc000001f880 0001 00000000 0x0 0x0
0xffffcc000001f900 0001 00000000 0x0 0x0
0xffffcc000001f980 0001 00000000 0x0 0x0
0xffffcc000001fa00 0001 00000000 0x0 0x0
0xffffcc000001fa80 0001 00000000 0x0 0x0
0xffffcc000001fb00 0001 00000000 0x0 0x0
0xffffcc000001fb80 0001 00000000 0x0 0x0
0xffffcc000001fc00 0001 00000000 0x0 0x0
0xffffcc000001fc80 0001 00000000 0x0 0x0
0xffffcc000001fd00 0001 00000000 0x0 0x0
0xffffcc000001fd80 0001 00000000 0x0 0x0
0xffffcc000001fe00 0001 00000000 0x0 0x0
0xffffcc000001fe80 0001 00000000 0x0 0x0
0xffffcc000001ff00 0001 00000000 0x0 0x0
0xffffcc000001ff80 0001 00000000 0x0 0x0
0xffffcc0000020000 0001 00000000 0x0 0x0
0xffffcc0000020080 0001 00000000 0x0 0x0
0xffffcc0000020100 0001 00000000 0x0 0x0
0xffffcc0000020180 0001 00000000 0x0 0x0
0xffffcc0000020200 0001 00000000 0x0 0x0
0xffffcc0000020280 0001 00000000 0x0 0x0
0xffffcc0000020300 0001 00000000 0x0 0x0
0xffffcc0000020380 0001 00000000 0x0 0x0
0xffffcc0000020400 0001 00000000 0x0 0x0
0xffffcc0000020480 0001 00000000 0x0 0x0
0xffffcc0000020500 0001 00000000 0x0 0x0
0xffffcc0000020580 0001 00000000 0x0 0x0
0xffffcc0000020600 0001 00000000 0x0 0x0
0xffffcc0000020680 0001 00000000 0x0 0x0
0xffffcc0000020700 0001 00000000 0x0 0x0
0xffffcc0000020780 0001 00000000 0x0 0x0
0xffffcc0000020800 0001 00000000 0x0 0x0
0xffffcc0000020880 0001 00000000 0x0 0x0
0xffffcc0000020900 0001 00000000 0x0 0x0
0xffffcc0000020980 0001 00000000 0x0 0x0
0xffffcc0000020a00 0001 00000000 0x0 0x0
0xffffcc0000020a80 0001 00000000 0x0 0x0
0xffffcc0000020b00 0001 00000000 0x0 0x0
0xffffcc0000020b80 0001 00000000 0x0 0x0
0xffffcc0000020c00 0001 00000000 0x0 0x0
0xffffcc0000020c80 0001 00000000 0x0 0x0
0xffffcc0000020d00 0001 00000000 0x0 0x0
0xffffcc0000020d80 0001 00000000 0x0 0x0
0xffffcc0000020e00 0001 00000000 0x0 0x0
0xffffcc0000020e80 0001 00000000 0x0 0x0
0xffffcc0000020f00 0001 00000000 0x0 0x0
0xffffcc0000020f80 0001 00000000 0x0 0x0
0xffffcc0000021000 0001 00000000 0x0 0x0
0xffffcc0000021080 0001 00000000 0x0 0x0
0xffffcc0000021100 0001 00000000 0x0 0x0
0xffffcc0000021180 0001 00000000 0x0 0x0
0xffffcc0000021200 0001 00000000 0x0 0x0
0xffffcc0000021280 0001 00000000 0x0 0x0
0xffffcc0000021300 0001 00000000 0x0 0x0
0xffffcc0000021380 0001 00000000 0x0 0x0
0xffffcc0000021400 0001 00000000 0x0 0x0
0xffffcc0000021480 0001 00000000 0x0 0x0
0xffffcc0000021500 0001 00000000 0x0 0x0
0xffffcc0000021580 0001 00000000 0x0 0x0
0xffffcc0000021600 0001 00000000 0x0 0x0
0xffffcc0000021680 0001 00000000 0x0 0x0
0xffffcc0000021700 0001 00000000 0x0 0x0
0xffffcc0000021780 0001 00000000 0x0 0x0
0xffffcc0000021800 0001 00000000 0x0 0x0
0xffffcc0000021880 0001 00000000 0x0 0x0
0xffffcc0000021900 0001 00000000 0x0 0x0
0xffffcc0000021980 0001 00000000 0x0 0x0
0xffffcc0000021a00 0001 00000000 0x0 0x0
0xffffcc0000021a80 0001 00000000 0x0 0x0
0xffffcc0000021b00 0001 00000000 0x0 0x0
0xffffcc0000021b80 0001 00000000 0x0 0x0
0xffffcc0000021c00 0001 00000000 0x0 0x0
0xffffcc0000021c80 0001 00000000 0x0 0x0
0xffffcc0000021d00 0001 00000000 0x0 0x0
0xffffcc0000021d80 0001 00000000 0x0 0x0
0xffffcc0000021e00 0001 00000000 0x0 0x0
0xffffcc0000021e80 0001 00000000 0x0 0x0
0xffffcc0000021f00 0001 00000000 0x0 0x0
0xffffcc0000021f80 0001 00000000 0x0 0x0
0xffffcc0000022000 0001 00000000 0x0 0x0
0xffffcc0000022080 0001 00000000 0x0 0x0
0xffffcc0000022100 0001 00000000 0x0 0x0
0xffffcc0000022180 0001 00000000 0x0 0x0
0xffffcc0000022200 0001 00000000 0x0 0x0
0xffffcc0000022280 0001 00000000 0x0 0x0
0xffffcc0000022300 0001 00000000 0x0 0x0
0xffffcc0000022380 0001 00000000 0x0 0x0
0xffffcc0000022400 0001 00000000 0x0 0x0
0xffffcc0000022480 0001 00000000 0x0 0x0
0xffffcc0000022500 0001 00000000 0x0 0x0
0xffffcc0000022580 0001 00000000 0x0 0x0
0xffffcc0000022600 0001 00000000 0x0 0x0
0xffffcc0000022680 0001 00000000 0x0 0x0
0xffffcc0000022700 0001 00000000 0x0 0x0
0xffffcc0000022780 0001 00000000 0x0 0x0
0xffffcc0000022800 0001 00000000 0x0 0x0
0xffffcc0000022880 0001 00000000 0x0 0x0
0xffffcc0000022900 0001 00000000 0x0 0x0
0xffffcc0000022980 0001 00000000 0x0 0x0
0xffffcc0000022a00 0001 00000000 0x0 0x0
0xffffcc0000022a80 0001 00000000 0x0 0x0
0xffffcc0000022b00 0001 00000000 0x0 0x0
0xffffcc0000022b80 0001 00000000 0x0 0x0
0xffffcc0000022c00 0001 00000000 0x0 0x0
0xffffcc0000022c80 0001 00000000 0x0 0x0
0xffffcc0000022d00 0001 00000000 0x0 0x0
0xffffcc0000022d80 0001 00000000 0x0 0x0
0xffffcc0000022e00 0001 00000000 0x0 0x0
0xffffcc0000022e80 0001 00000000 0x0 0x0
0xffffcc0000022f00 0001 00000000 0x0 0x0
0xffffcc0000022f80 0001 00000000 0x0 0x0
0xffffcc0000023000 0001 00000000 0x0 0x0
0xffffcc0000023080 0001 00000000 0x0 0x0
0xffffcc0000023100 0001 00000000 0x0 0x0
0xffffcc0000023180 0001 00000000 0x0 0x0
0xffffcc0000023200 0001 00000000 0x0 0x0
0xffffcc0000023280 0001 00000000 0x0 0x0
0xffffcc0000023300 0001 00000000 0x0 0x0
0xffffcc0000023380 0001 00000000 0x0 0x0
0xffffcc0000023400 0001 00000000 0x0 0x0
0xffffcc0000023480 0001 00000000 0x0 0x0
0xffffcc0000023500 0001 00000000 0x0 0x0
0xffffcc0000023580 0001 00000000 0x0 0x0
0xffffcc0000023600 0001 00000000 0x0 0x0
0xffffcc0000023680 0001 00000000 0x0 0x0
0xffffcc0000023700 0001 00000000 0x0 0x0
0xffffcc0000023780 0001 00000000 0x0 0x0
0xffffcc0000023800 0001 00000000 0x0 0x0
0xffffcc0000023880 0001 00000000 0x0 0x0
0xffffcc0000023900 0001 00000000 0x0 0x0
0xffffcc0000023980 0001 00000000 0x0 0x0
0xffffcc0000023a00 0001 00000000 0x0 0x0
0xffffcc0000023a80 0001 00000000 0x0 0x0
0xffffcc0000023b00 0001 00000000 0x0 0x0
0xffffcc0000023b80 0001 00000000 0x0 0x0
0xffffcc0000023c00 0001 00000000 0x0 0x0
0xffffcc0000023c80 0001 00000000 0x0 0x0
0xffffcc0000023d00 0001 00000000 0x0 0x0
0xffffcc0000023d80 0001 00000000 0x0 0x0
0xffffcc0000023e00 0001 00000000 0x0 0x0
0xffffcc0000023e80 0001 00000000 0x0 0x0
0xffffcc0000023f00 0001 00000000 0x0 0x0
0xffffcc0000023f80 0001 00000000 0x0 0x0
0xffffcc0000024000 0001 00000000 0x0 0x0
0xffffcc0000024080 0001 00000000 0x0 0x0
0xffffcc0000024100 0001 00000000 0x0 0x0
0xffffcc0000024180 0001 00000000 0x0 0x0
0xffffcc0000024200 0001 00000000 0x0 0x0
0xffffcc0000024280 0001 00000000 0x0 0x0
0xffffcc0000024300 0001 00000000 0x0 0x0
0xffffcc0000024380 0001 00000000 0x0 0x0
0xffffcc0000024400 0001 00000000 0x0 0x0
0xffffcc0000024480 0001 00000000 0x0 0x0
0xffffcc0000024500 0001 00000000 0x0 0x0
0xffffcc0000024580 0001 00000000 0x0 0x0
0xffffcc0000024600 0001 00000000 0x0 0x0
0xffffcc0000024680 0001 00000000 0x0 0x0
0xffffcc0000024700 0001 00000000 0x0 0x0
0xffffcc0000024780 0001 00000000 0x0 0x0
0xffffcc0000024800 0001 00000000 0x0 0x0
0xffffcc0000024880 0001 00000000 0x0 0x0
0xffffcc0000024900 0001 00000000 0x0 0x0
0xffffcc0000024980 0001 00000000 0x0 0x0
0xffffcc0000024a00 0001 00000000 0x0 0x0
0xffffcc0000024a80 0001 00000000 0x0 0x0
0xffffcc0000024b00 0001 00000000 0x0 0x0
0xffffcc0000024b80 0001 00000000 0x0 0x0
0xffffcc0000024c00 0001 00000000 0x0 0x0
0xffffcc0000024c80 0001 00000000 0x0 0x0
0xffffcc0000024d00 0001 00000000 0x0 0x0
0xffffcc0000024d80 0001 00000000 0x0 0x0
0xffffcc0000024e00 0001 00000000 0x0 0x0
0xffffcc0000024e80 0001 00000000 0x0 0x0
0xffffcc0000024f00 0001 00000000 0x0 0x0
0xffffcc0000024f80 0001 00000000 0x0 0x0
0xffffcc0000025000 0001 00000000 0x0 0x0
0xffffcc0000025080 0001 00000000 0x0 0x0
0xffffcc0000025100 0001 00000000 0x0 0x0
0xffffcc0000025180 0001 00000000 0x0 0x0
0xffffcc0000025200 0001 00000000 0x0 0x0
0xffffcc0000025280 0001 00000000 0x0 0x0
0xffffcc0000025300 0001 00000000 0x0 0x0
0xffffcc0000025380 0001 00000000 0x0 0x0
0xffffcc0000025400 0001 00000000 0x0 0x0
0xffffcc0000025480 0001 00000000 0x0 0x0
0xffffcc0000025500 0001 00000000 0x0 0x0
0xffffcc0000025580 0001 00000000 0x0 0x0
0xffffcc0000025600 0001 00000000 0x0 0x0
0xffffcc0000025680 0001 00000000 0x0 0x0
0xffffcc0000025700 0001 00000000 0x0 0x0
0xffffcc0000025780 0001 00000000 0x0 0x0
0xffffcc0000025800 0001 00000000 0x0 0x0
0xffffcc0000025880 0001 00000000 0x0 0x0
0xffffcc0000025900 0001 00000000 0x0 0x0
0xffffcc0000025980 0001 00000000 0x0 0x0
0xffffcc0000025a00 0001 00000000 0x0 0x0
0xffffcc0000025a80 0001 00000000 0x0 0x0
0xffffcc0000025b00 0001 00000000 0x0 0x0
0xffffcc0000025b80 0001 00000000 0x0 0x0
0xffffcc0000025c00 0001 00000000 0x0 0x0
0xffffcc0000025c80 0001 00000000 0x0 0x0
0xffffcc0000025d00 0001 00000000 0x0 0x0
0xffffcc0000025d80 0001 00000000 0x0 0x0
0xffffcc0000025e00 0001 00000000 0x0 0x0
0xffffcc0000025e80 0001 00000000 0x0 0x0
0xffffcc0000025f00 0001 00000000 0x0 0x0
0xffffcc0000025f80 0001 00000000 0x0 0x0
0xffffcc0000026000 0001 00000000 0x0 0x0
0xffffcc0000026080 0001 00000000 0x0 0x0
0xffffcc0000026100 0001 00000000 0x0 0x0
0xffffcc0000026180 0001 00000000 0x0 0x0
0xffffcc0000026200 0001 00000000 0x0 0x0
0xffffcc0000026280 0001 00000000 0x0 0x0
0xffffcc0000026300 0001 00000000 0x0 0x0
0xffffcc0000026380 0001 00000000 0x0 0x0
0xffffcc0000026400 0001 00000000 0x0 0x0
0xffffcc0000026480 0001 00000000 0x0 0x0
0xffffcc0000026500 0001 00000000 0x0 0x0
0xffffcc0000026580 0001 00000000 0x0 0x0
0xffffcc0000026600 0001 00000000 0x0 0x0
0xffffcc0000026680 0001 00000000 0x0 0x0
0xffffcc0000026700 0001 00000000 0x0 0x0
0xffffcc0000026780 0001 00000000 0x0

---
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 syzk...@googlegroups.com.

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
Reply all
Reply to author
Forward
0 new messages