✓ CI.checkpatch: success for drm/xe: Drop unnecessary GT lookup in xe_exec_queue_create_ioctl()

Patchwork patchwork at emeril.freedesktop.org
Tue Feb 18 20:49:45 UTC 2025


== Series Details ==

Series: drm/xe: Drop unnecessary GT lookup in xe_exec_queue_create_ioctl()
URL   : https://patchwork.freedesktop.org/series/145039/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4733041211a97e0455bac92cfb58f9de54b461fb
Author: Matt Roper <matthew.d.roper at intel.com>
Date:   Tue Feb 18 12:05:12 2025 -0800

    drm/xe: Drop unnecessary GT lookup in xe_exec_queue_create_ioctl()
    
    xe_exec_queue_create_ioctl() performs a lookup of the xe_gt for the GT
    ID passed from userspace, but the result is never actually used.  Since
    there's already a separate (and earlier) check that the ID passed from
    userspace is valid, the unnecessary lookup can be removed.
    
    Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
    Reviewed-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
    Reviewed-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
+ /mt/dim checkpatch 88f261625e1d94c7eba789712b060b368989aea1 drm-intel
4733041211a9 drm/xe: Drop unnecessary GT lookup in xe_exec_queue_create_ioctl()




More information about the Intel-xe mailing list