https://bugs.freedesktop.org/show_bug.cgi?id=98506

--- Comment #3 from Ilia Mirkin <[email protected]> ---
OK, so it's very clearly this line:

nvkm_wr32(device, 0x100cb8, vpgd->obj->addr >> 8);

(note the shift by 8 that comes right after in the decoded code sequence), and
the issue is that vpgd->obj is bad:

RAX: 000000041ad09000
CR2: 000000041ad09090

where the faulting instruction is "mov    0x90(%rax),%rdi". It seems like obj
is a nvkm_gpuobj, which in turn is just a regular object that should come out
of kernel memory. However the RAX value doesn't seem like a usual kernel memory
address, which means it's uninitialized.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/nouveau

Reply via email to