Date: Sun, 05 Jan 2020 16:55:41 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 243117] panic: keg dma coherent 32 initialization after use. (MIPS MALTA64) Message-ID: <bug-243117-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243117 Bug ID: 243117 Summary: panic: keg dma coherent 32 initialization after use. (MIPS MALTA64) Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: arichardson@FreeBSD.org With today's HEAD I get the following panic when booting a MALTA64 kernel on QEMU: Breakpoint 1, panic (fmt=3D0xffffffff80766a14 "keg %s initialization after = use.") at /exports/users/alr48/sources/freebsd/sys/kern/kern_shutdown.c:835 835 vpanic(fmt, ap); (gdb) bt #0 panic (fmt=3D0xffffffff80766a14 "keg %s initialization after use.") at /exports/users/alr48/sources/freebsd/sys/kern/kern_shutdown.c:835 #1 0xffffffff8068a1f4 in uma_zone_set_allocf (zone=3D<optimized out>, allocf=3D0xffffffff8070a180 <busdma_bufalloc_alloc_uncacheable>) at /exports/users/alr48/sources/freebsd/sys/vm/uma_core.c:4265 #2 0xffffffff80709f68 in busdma_bufalloc_create (name=3D<optimized out>, minimum_alignment=3D<optimized out>, alloc_func=3D0xffffffff8070a180 <busdma_bufalloc_alloc_uncacheable>, free_func=3D0xffffffff8070a1e0 <busdma_bufalloc_free_uncacheable>, zcreate_flags=3D<optimized out>) at /exports/users/alr48/sources/freebsd/sys/kern/subr_busdma_bufalloc.c= :110 #3 0xffffffff806e0678 in busdma_init (dummy=3D<optimized out>) at /exports/users/alr48/sources/freebsd/sys/mips/mips/busdma_machdep.c:= 246 #4 0xffffffff803a3f40 in mi_startup () at /exports/users/alr48/sources/freebsd/sys/kern/init_main.c:314 #5 0xffffffff80100388 in _locore () at /exports/users/alr48/sources/freebsd/sys/mips/mips/locore.S:201 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243117-227>