[Intel-xe] ✓ CI.checkpatch: success for drm/xe/vm: Avoid asid lookup if none allocated

Patchwork patchwork at emeril.freedesktop.org
Tue Dec 5 19:01:43 UTC 2023


== Series Details ==

Series: drm/xe/vm: Avoid asid lookup if none allocated
URL   : https://patchwork.freedesktop.org/series/127367/
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
6030b24c1386b00de8187b5fb987e283a57b372a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a4c5272eac382953c44044287ef4c55c7ed6835c
Author: Mika Kuoppala <mika.kuoppala at linux.intel.com>
Date:   Tue Dec 5 17:00:39 2023 +0200

    drm/xe/vm: Avoid asid lookup if none allocated
    
    The destroy path can and will get called for incomplete
    vm objects on error paths, where the asid is not yet allocated.
    This leads to lookup fail and assert triggered.
    
    Fix this by not asserting of asid existence if vm never
    got assigned one.
    
    Cc: Ohad Sharabi <osharabi at habana.ai>
    Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
    Cc: Matthew Auld <matthew.auld at intel.com>
    Signed-off-by: Mika Kuoppala <mika.kuoppala at linux.intel.com>
    Reviewed-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch ac7b89571d802765762e7c15d78a6dcd5d92c41b drm-intel
a4c5272ea drm/xe/vm: Avoid asid lookup if none allocated




More information about the Intel-xe mailing list