[Bug 266315] linuxkpi panic after recent updates (13.1-STABLE #0 stable/13-9cbba5950: Wed Sep 7 23:42:41 CEST 2022)

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 21 Feb 2023 18:09:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266315

--- Comment #28 from Paul Dufresne <dufresnep@zoho.com> ---
Also found:
torvalds/linux:3d7cb6b0:drivers/gpu/drm/i915/i915_gpu_error.c
        }
        len = scnprintf(error->error_msg, sizeof(error->error_msg),
                        "GPU HANG: ecode %d:%x:%08x",
                        GRAPHICS_VER(error->i915), hung_classes,
                        generate_ecode(first));
        if (first && first->context.pid) {

So first number after ecode would be the version of GPU (I think)... second an
indication of the cause , and third I would guess the address.

-- 
You are receiving this mail because:
You are on the CC list for the bug.