✓ CI.checkpatch: success for drm/xe/uapi: Restore flags VM_BIND_FLAG_READONLY and VM_BIND_FLAG_IMMEDIATE (rev2)

Patchwork patchwork at emeril.freedesktop.org
Fri Mar 29 12:51:02 UTC 2024


== Series Details ==

Series: drm/xe/uapi: Restore flags VM_BIND_FLAG_READONLY and VM_BIND_FLAG_IMMEDIATE (rev2)
URL   : https://patchwork.freedesktop.org/series/131790/
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
10b531c2aeb176a1a539b4a77216232f97719cec
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 8ba00b2ebca86b1ca0c758bbe696d9b675bf38c6
Author: Francois Dugast <francois.dugast at intel.com>
Date:   Fri Mar 29 12:44:03 2024 +0000

    drm/xe/uapi: Restore flags VM_BIND_FLAG_READONLY and VM_BIND_FLAG_IMMEDIATE
    
    The commit 84a1ed5e6756 ("drm/xe/uapi: Remove unused flags") is partially
    reverted. At the time, flags not used by user space were removed during
    cleanup. Some flags now needed by the compute runtime are brought back in
    this commit:
    - DRM_XE_VM_BIND_FLAG_READONLY is used to write protect kernel ISA thus
    preventing accidental overwrites.
    - DRM_XE_VM_BIND_FLAG_IMMEDIATE is used to trigger mapping at the time of
    binding in order to prevent faulting at execution time.
    
    The changes in the compute runtime are ready and approved, see link below.
    
    v2: Include a link to the PR in the commit message (Matthew Brost)
    
    v3: Update kernel doc and improve commit message (Lucas De Marchi)
    
    Cc: Mateusz Jablonski <mateusz.jablonski at intel.com>
    Cc: Michal Mrozek <michal.mrozek at intel.com>
    Cc: Matthew Brost <matthew.brost at intel.com>
    Cc: Lucas De Marchi <lucas.demarchi at intel.com>
    Link: https://github.com/intel/compute-runtime/pull/717
    Signed-off-by: Francois Dugast <francois.dugast at intel.com>
    Reviewed-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 98f893b726e1ba5db2680da3f9f53ab2af9780be drm-intel
8ba00b2ebca8 drm/xe/uapi: Restore flags VM_BIND_FLAG_READONLY and VM_BIND_FLAG_IMMEDIATE




More information about the Intel-xe mailing list