Date: Tue, 21 Mar 2023 19:32:10 +0000 From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 267028] kernel panics when booting with both (zfs,ko or vboxnetflt,ko or acpi_wmi.ko) and amdgpu.ko Message-ID: <bug-267028-3630-jboxvRM2lS@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-267028-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-267028-3630@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267028 --- Comment #146 from Mark Millard <marklmi26-fbsd@yahoo.com> --- (In reply to Mark Millard from comment #145) For the: fault virtual address =3D 0x7 examples, it looks like the value stored in RAM has the 0x7 in it instead of being a later offset addition. The loop in question in avl_destroy_nodes just uses "mov (%rdi),%rdi" with no offset involved: NOTE: Loop starts below 0x0000000000000ba0 <+64>: mov %rdi,%rax 0x0000000000000ba3 <+67>: mov %rdx,%rcx 0x0000000000000ba6 <+70>: mov (%rdi),%rdi 0x0000000000000ba9 <+73>: mov %rax,%rdx 0x0000000000000bac <+76>: test %rdi,%rdi 0x0000000000000baf <+79>: jne 0xba0 <avl_destroy_nodes+64> NOTE: The above is the loop end --=20 You are receiving this mail because: You are on the CC list for the bug. 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-267028-3630-jboxvRM2lS>