[Intel-xe] ✓ CI.checkpatch: success for drm/xe: Fix BUG_ON during bind with prefetch

Patchwork patchwork at emeril.freedesktop.org
Thu Jul 13 02:56:48 UTC 2023


== Series Details ==

Series: drm/xe: Fix BUG_ON during bind with prefetch
URL   : https://patchwork.freedesktop.org/series/120646/
State : success

== Summary ==

+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4c8db138c9a9103e2aa4e875ec92d2c78ea45216
Author: Brian Welty <brian.welty at intel.com>
Date:   Wed Jul 12 19:01:44 2023 -0700

    drm/xe: Fix BUG_ON during bind with prefetch
    
    It was missed that print_ops needs to include DRM_GPUVA_OP_PREFETCH.
    
    Else we hit the impossible BUG_ON:
    [  886.371040] ------------[ cut here ]------------
    [  886.371047] kernel BUG at drivers/gpu/drm/xe/xe_vm.c:2234!
    [  886.371216] invalid opcode: 0000 [#1] PREEMPT SMP NOPTI
    [  886.371229] CPU: 1 PID: 3132 Comm: xe_exec_fault_m Tainted: G        W          6.4.0-xe+ #16
    [  886.371257] RIP: 0010:vm_bind_ioctl_ops_create+0x45f/0x470 [xe]
    ...
    [  886.371517] Call Trace:
    [  886.371525]  <TASK>
    [  886.371531]  ? __die_body+0x1a/0x60
    [  886.371546]  ? die+0x38/0x60
    [  886.371557]  ? do_trap+0x10a/0x120
    [  886.371568]  ? vm_bind_ioctl_ops_create+0x45f/0x470 [xe]
    
    Fixes: d39e49e2ad38 ("drm/xe: Port Xe to GPUVA")
    Signed-off-by: Brian Welty <brian.welty at intel.com>
+ /mt/dim checkpatch d39e49e2ad386bf59f585a05ab659563e0472314 drm-intel
4c8db138c drm/xe: Fix BUG_ON during bind with prefetch




More information about the Intel-xe mailing list