[Intel-xe] ✓ CI.checkpatch: success for xe/xe_bo: Reject bo creation of unaligned size (rev3)

Patchwork patchwork at emeril.freedesktop.org
Wed Oct 18 09:47:43 UTC 2023


== Series Details ==

Series: xe/xe_bo: Reject bo creation of unaligned size (rev3)
URL   : https://patchwork.freedesktop.org/series/116419/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit c1da63f0479593492377b0708171d14eb0d47ad1
Author: Mauro Carvalho Chehab <mauro.chehab at linux.intel.com>
Date:   Wed Oct 18 10:37:33 2023 +0200

    xe/xe_bo: Reject bo creation of unaligned size
    
    For xe bo creation we request passing size which matches system or
    vram minimum page alignment. This way we want to ensure userspace
    is aware of region constraints and not aligned allocations will be
    rejected returning EINVAL.
    
    v2:
    - Rebase, Update uAPI documentation. (Thomas)
    v3:
    - Adjust the dma-buf kunit test accordingly. (Thomas)
    
    Signed-off-by: Mauro Carvalho Chehab <mauro.chehab at linux.intel.com>
    Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
    Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch 4d039d7be23937e2b498ed783aa5b0d8801b377b drm-intel
c1da63f04 xe/xe_bo: Reject bo creation of unaligned size




More information about the Intel-xe mailing list