✓ CI.checkpatch: success for drm/xe: use KMEM_CACHE() to create xe_hw_fence cache

Patchwork patchwork at emeril.freedesktop.org
Mon Feb 26 13:54:04 UTC 2024


== Series Details ==

Series: drm/xe: use KMEM_CACHE() to create xe_hw_fence cache
URL   : https://patchwork.freedesktop.org/series/130387/
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
2dd5e5410a50454ac218b0f2bba00b8fb983ae6a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 21e02202158f6d415bd7e88b7db214cfd592ef96
Author: Kunwu Chan <chentao at kylinos.cn>
Date:   Mon Feb 26 10:19:12 2024 +0800

    drm/xe: use KMEM_CACHE() to create xe_hw_fence cache
    
    Use the KMEM_CACHE() macro instead of kmem_cache_create() to simplify
    the creation of SLAB caches when the default values are used.
    
    Signed-off-by: Kunwu Chan <chentao at kylinos.cn>
+ /mt/dim checkpatch be399e928738f94c998c4791f78cbbf96af08443 drm-intel
21e02202158f drm/xe: use KMEM_CACHE() to create xe_hw_fence cache




More information about the Intel-xe mailing list