syzbot


panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry

Status: fixed on 2023/02/10 02:24
Fix commit: 8373fb5db8c8 Check hard link target's mount compatibility before kernfs.Dentry cast.
First crash: 661d, last: 655d
Similar bugs (1)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
gvisor panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry (2) C 65 654d 655d 18/26 fixed on 2023/02/11 13:12

Sample crash report:
panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry

goroutine 180 [running]:
panic({0x31eb00, 0xc00064ed80})
	GOROOT/src/runtime/panic.go:987 +0x3ba fp=0xc0006c0ea8 sp=0xc0006c0de8 pc=0x118b57a
runtime.panicdottypeE(...)
	GOROOT/src/runtime/iface.go:262
runtime.panicdottypeI(0xc000898338?, 0x473560, 0x36bde0)
	GOROOT/src/runtime/iface.go:272 +0x7c fp=0xc0006c0ed0 sp=0xc0006c0ea8 pc=0x115ea5c
gvisor.dev/gvisor/pkg/sentry/fsimpl/kernfs.(*Filesystem).LinkAt(0xc0001d52c0, {0x750278, 0xc000957500}, 0xc0008e8480, {0xc0007ac300?, 0xc000168aa0?})
	pkg/sentry/fsimpl/kernfs/filesystem.go:367 +0xce5 fp=0xc0006c1178 sp=0xc0006c0ed0 pc=0x17c6c25
gvisor.dev/gvisor/pkg/sentry/fsimpl/proc.(*filesystem).LinkAt(0xc0001d52c0, {0x750278, 0xc000957500}, 0x1c87127?, {0xc0007ac300?, 0xc000168aa0?})
	<autogenerated>:1 +0x8a fp=0xc0006c11e0 sp=0xc0006c1178 pc=0x1df918a
gvisor.dev/gvisor/pkg/sentry/vfs.(*VirtualFilesystem).LinkAt(0xc000957500?, {0x750278, 0xc000957500}, 0xc0008982d0?, 0xc00078aa00?, 0xc0006c1490)
	pkg/sentry/vfs/vfs.go:296 +0x402 fp=0xc0006c1298 sp=0xc0006c11e0 pc=0x1715062
gvisor.dev/gvisor/pkg/sentry/syscalls/linux.linkat(0xc000957500, 0x11c5737?, 0x2658f24?, 0x1?, 0x11c426c?, 0x0)
	pkg/sentry/syscalls/linux/sys_file.go:1029 +0x4aa fp=0xc0006c1540 sp=0xc0006c1298 pc=0x1ca70ca
gvisor.dev/gvisor/pkg/sentry/syscalls/linux.Linkat(0x0?, {{0x3}, {0x20000000}, {0x4}, {0x20000040}, {0x0}, {0x0}})
	pkg/sentry/syscalls/linux/sys_file.go:998 +0xf1 fp=0xc0006c15c0 sp=0xc0006c1540 pc=0x1ca6bd1
gvisor.dev/gvisor/pkg/sentry/kernel.(*Task).executeSyscall(0xc000957500, 0x109, {{0x3}, {0x20000000}, {0x4}, {0x20000040}, {0x0}, {0x0}})
	pkg/sentry/kernel/task_syscall.go:142 +0xab8 fp=0xc0006c19d8 sp=0xc0006c15c0 pc=0x1a94358
gvisor.dev/gvisor/pkg/sentry/kernel.(*Task).doSyscallInvoke(0xc000957500, 0x1?, {{0x3}, {0x20000000}, {0x4}, {0x20000040}, {0x0}, {0x0}})
	pkg/sentry/kernel/task_syscall.go:322 +0x8e fp=0xc0006c1a78 sp=0xc0006c19d8 pc=0x1a964ae
gvisor.dev/gvisor/pkg/sentry/kernel.(*Task).doSyscallEnter(0xc0008bc000?, 0x115a81d?, {{0x3}, {0x20000000}, {0x4}, {0x20000040}, {0x0}, {0x0}})
	pkg/sentry/kernel/task_syscall.go:282 +0xc5 fp=0xc0006c1af0 sp=0xc0006c1a78 pc=0x1a95d85
gvisor.dev/gvisor/pkg/sentry/kernel.(*Task).doSyscall(0xc000957500)
	pkg/sentry/kernel/task_syscall.go:257 +0x53b fp=0xc0006c1c18 sp=0xc0006c1af0 pc=0x1a9587b
gvisor.dev/gvisor/pkg/sentry/kernel.(*runApp).execute(0xc000957500?, 0xc000957500)
	pkg/sentry/kernel/task_run.go:259 +0x2094 fp=0xc0006c1ec0 sp=0xc0006c1c18 pc=0x1a7e6b4
gvisor.dev/gvisor/pkg/sentry/kernel.(*Task).run(0xc000957500, 0xf)
	pkg/sentry/kernel/task_run.go:94 +0x2cc fp=0xc0006c1fb0 sp=0xc0006c1ec0 pc=0x1a7bc4c
gvisor.dev/gvisor/pkg/sentry/kernel.(*Task).Start.func1()
	pkg/sentry/kernel/task_start.go:377 +0x48 fp=0xc0006c1fe0 sp=0xc0006c1fb0 pc=0x1a91a48
runtime.goexit()
	src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0006c1fe8 sp=0xc0006c1fe0 pc=0x11c2601
created by gvisor.dev/gvisor/pkg/sentry/kernel.(*Task).Start
	pkg/sentry/kernel/task_start.go:377 +0x1da

Crashes (390):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2023/02/04 17:54 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-3-race-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 17:30 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-3-race-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 17:10 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-3-race-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 16:49 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-3-race-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 16:29 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-3-race-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 16:09 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-3-race-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 15:52 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-3-race-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 15:27 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-3-race-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 15:18 gvisor 5c2bc3b3f8fe be607b78 console log report syz C ci-gvisor-kvm panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 15:15 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-kvm-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 15:09 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-3-race-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 15:09 gvisor 5c2bc3b3f8fe be607b78 console log report syz C ci-gvisor-kvm panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:57 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-kvm-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:57 gvisor 5c2bc3b3f8fe be607b78 console log report syz C ci-gvisor-kvm panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:54 gvisor 5c2bc3b3f8fe be607b78 console log report syz C ci-gvisor-ptrace-3 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:49 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-2-race panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:49 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-3-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:49 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-3-race panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:49 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-1-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:49 gvisor 5c2bc3b3f8fe be607b78 console log report syz C ci-gvisor-ptrace-1 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:49 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-3-race-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:47 gvisor 5c2bc3b3f8fe be607b78 console log report syz C ci-gvisor-kvm panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:47 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-1-race panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:45 gvisor 5c2bc3b3f8fe be607b78 console log report syz C ci-gvisor-ptrace-3 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:44 gvisor 5c2bc3b3f8fe be607b78 console log report syz C ci-gvisor-ptrace-2 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:44 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-2-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:40 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-2-race panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:40 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-3-race panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:40 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-3-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:40 gvisor 5c2bc3b3f8fe be607b78 console log report syz C ci-gvisor-ptrace-1 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:40 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-1-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:38 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-1-race panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:37 gvisor 5c2bc3b3f8fe be607b78 console log report syz C ci-gvisor-kvm panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:35 gvisor 5c2bc3b3f8fe be607b78 console log report syz C ci-gvisor-ptrace-2 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:35 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-2-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:32 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-3-race-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:27 gvisor 5c2bc3b3f8fe be607b78 console log report syz C ci-gvisor-kvm panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:22 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-2-race-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:17 gvisor 5c2bc3b3f8fe be607b78 console log report syz C ci-gvisor-kvm panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 14:09 gvisor 5c2bc3b3f8fe be607b78 console log report syz C ci-gvisor-ptrace-1 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 13:23 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-ptrace-1-race-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 11:18 gvisor 5c2bc3b3f8fe be607b78 .config console log report syz C ci-gvisor-kvm-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/09 23:30 gvisor 60bae95f0ade 07980f9d .config console log report info ci-gvisor-ptrace-1-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/09 21:38 gvisor 60bae95f0ade 07980f9d console log report info ci-gvisor-ptrace-2 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/09 19:46 gvisor 60bae95f0ade 07980f9d .config console log report info ci-gvisor-ptrace-3-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/09 17:40 gvisor 60bae95f0ade 07980f9d .config console log report info ci-gvisor-ptrace-3-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/09 16:08 gvisor 60bae95f0ade 07980f9d .config console log report info ci-gvisor-ptrace-2-race panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/09 14:36 gvisor 60bae95f0ade 07980f9d .config console log report info ci-gvisor-ptrace-1-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/09 10:36 gvisor c15ea6da0412 14a312c8 .config console log report info ci-gvisor-ptrace-3-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/09 08:53 gvisor c15ea6da0412 14a312c8 .config console log report info ci-gvisor-ptrace-2-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/09 06:06 gvisor a5ac059e279b 14a312c8 .config console log report info ci-gvisor-kvm-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/09 02:42 gvisor c15ea6da0412 14a312c8 .config console log report info ci-gvisor-ptrace-2-race-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/09 02:15 gvisor c15ea6da0412 14a312c8 .config console log report info ci-gvisor-ptrace-3-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/09 00:55 gvisor c15ea6da0412 14a312c8 .config console log report info ci-gvisor-ptrace-1-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/08 23:02 gvisor e7842860b0b9 abbb67b7 .config console log report info ci-gvisor-ptrace-3-race panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/08 21:09 gvisor e7842860b0b9 abbb67b7 .config console log report info ci-gvisor-ptrace-3-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/08 19:44 gvisor e7842860b0b9 abbb67b7 .config console log report info ci-gvisor-ptrace-2-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/08 18:21 gvisor e7842860b0b9 abbb67b7 .config console log report info ci-gvisor-ptrace-2-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/08 16:49 gvisor e7842860b0b9 fc9c934e .config console log report info ci-gvisor-kvm-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/08 13:26 gvisor e7842860b0b9 abbb67b7 .config console log report info ci-gvisor-ptrace-3-race panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/08 08:29 gvisor 1da6444d05e9 15c3d445 console log report info ci-gvisor-kvm panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/08 06:40 gvisor 1da6444d05e9 15c3d445 .config console log report info ci-gvisor-ptrace-2-race panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/08 04:14 gvisor 1da6444d05e9 15c3d445 .config console log report info ci-gvisor-ptrace-3-race panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/08 02:38 gvisor 1da6444d05e9 15c3d445 console log report info ci-gvisor-ptrace-3 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/07 21:36 gvisor d5eafb28757c 7d00f0e1 .config console log report info ci-gvisor-ptrace-3-race panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/07 20:35 gvisor d5eafb28757c 7d00f0e1 console log report info ci-gvisor-ptrace-2 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/07 19:26 gvisor d5eafb28757c 7d00f0e1 .config console log report info ci-gvisor-ptrace-1-race panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/07 16:35 gvisor d5eafb28757c 7d00f0e1 .config console log report info ci-gvisor-ptrace-1-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/07 15:35 gvisor d5eafb28757c 7d00f0e1 console log report info ci-gvisor-ptrace-3 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/07 12:43 gvisor 0721ca2fe3b2 5bc3be51 console log report info ci-gvisor-kvm panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/07 11:29 gvisor 0721ca2fe3b2 5bc3be51 .config console log report info ci-gvisor-ptrace-3-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/07 09:54 gvisor 0721ca2fe3b2 5bc3be51 console log report info ci-gvisor-ptrace-2 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/07 08:09 gvisor 0721ca2fe3b2 5bc3be51 console log report info ci-gvisor-ptrace-3 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/06 23:43 gvisor 09459b203a53 0a9c11b6 .config console log report info ci-gvisor-ptrace-3-race-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/06 19:17 gvisor 09459b203a53 0a9c11b6 .config console log report info ci-gvisor-kvm-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/06 17:49 gvisor 09459b203a53 0a9c11b6 console log report info ci-gvisor-kvm panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/06 16:38 gvisor 09459b203a53 0a9c11b6 .config console log report info ci-gvisor-ptrace-1-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/06 15:15 gvisor 09459b203a53 0a9c11b6 console log report info ci-gvisor-ptrace-1 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/06 14:14 gvisor 09459b203a53 0a9c11b6 console log report info ci-gvisor-ptrace-2 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/06 12:07 gvisor 09459b203a53 be607b78 console log report info ci-gvisor-ptrace-3 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/06 11:04 gvisor 09459b203a53 be607b78 .config console log report info ci-gvisor-ptrace-1-race panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/06 11:01 gvisor 09459b203a53 be607b78 .config console log report info ci-gvisor-ptrace-3-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/06 09:41 gvisor 5c2bc3b3f8fe be607b78 .config console log report info ci-gvisor-kvm-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/06 06:08 gvisor f8ede828a024 be607b78 .config console log report info ci-gvisor-ptrace-3-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/06 03:31 gvisor f8ede828a024 be607b78 .config console log report info ci-gvisor-ptrace-2-race panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/06 00:56 gvisor 5c2bc3b3f8fe be607b78 .config console log report info ci-gvisor-kvm-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/05 21:16 gvisor f8ede828a024 be607b78 .config console log report info ci-gvisor-ptrace-3-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/05 18:37 gvisor f8ede828a024 be607b78 .config console log report info ci-gvisor-ptrace-1-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/05 14:43 gvisor 5c2bc3b3f8fe be607b78 .config console log report info ci-gvisor-ptrace-2-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/05 14:41 gvisor 5c2bc3b3f8fe be607b78 .config console log report info ci-gvisor-ptrace-3-race panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/05 11:56 gvisor 5c2bc3b3f8fe be607b78 .config console log report info ci-gvisor-ptrace-3-race panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/04 11:13 gvisor 5c2bc3b3f8fe be607b78 .config console log report info ci-gvisor-ptrace-1-race panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/10 01:20 gvisor 60bae95f0ade 07980f9d .config console log report info ci-gvisor-arm64-ptrace-1-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/09 07:17 gvisor a5ac059e279b 14a312c8 console log report info ci-gvisor-arm64-ptrace-1 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/09 04:52 gvisor a5ac059e279b 14a312c8 console log report info ci-gvisor-arm64-ptrace-1 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/07 22:26 gvisor d5eafb28757c b68d0e75 .config console log report info ci-gvisor-arm64-ptrace-1-cover panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/07 04:53 gvisor 0721ca2fe3b2 5bc3be51 console log report info ci-gvisor-arm64-ptrace-1 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/06 22:40 gvisor 09459b203a53 0a9c11b6 console log report info ci-gvisor-arm64-ptrace-1 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/06 20:40 gvisor 09459b203a53 0a9c11b6 console log report info ci-gvisor-arm64-ptrace-1 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/06 04:48 gvisor f8ede828a024 be607b78 console log report info ci-gvisor-arm64-ptrace-1 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
2023/02/05 19:54 gvisor f8ede828a024 be607b78 console log report info ci-gvisor-arm64-ptrace-1 panic: interface conversion: vfs.DentryImpl is *tmpfs.dentry, not *kernfs.Dentry
* Struck through repros no longer work on HEAD.