✗ CI.checkpatch: warning for series starting with [v4,1/2] devcoredump: Add dev_coredump_put()

Patchwork patchwork at emeril.freedesktop.org
Tue Apr 9 20:07:21 UTC 2024


== Series Details ==

Series: series starting with [v4,1/2] devcoredump: Add dev_coredump_put()
URL   : https://patchwork.freedesktop.org/series/132228/
State : warning

== 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 4ec99b44fdb843a1a8b50b6b7c6f289b71b82845
Author: José Roberto de Souza <jose.souza at intel.com>
Date:   Tue Apr 9 13:02:06 2024 -0700

    drm/xe: Remove devcoredump during driver release
    
    This will remove devcoredump from file system and free its resources
    during driver unload.
    
    This fix the driver unload after gpu hang happened, otherwise this
    it would report that Xe KMD is still in use and it would leave the
    kernel in a state that Xe KMD can't be unload without a reboot.
    
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Cc: Jonathan Cavitt <jonathan.cavitt at intel.com>
    Acked-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
    Signed-off-by: José Roberto de Souza <jose.souza at intel.com>
+ /mt/dim checkpatch 7be27f645de2f00384b862d2812a90675e8392fa drm-intel
732fe02e9d87 devcoredump: Add dev_coredump_put()
-:76: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#76: FILE: include/linux/devcoredump.h:90:
 }
+static inline void dev_coredump_put(struct device *dev)

total: 0 errors, 0 warnings, 1 checks, 46 lines checked
4ec99b44fdb8 drm/xe: Remove devcoredump during driver release




More information about the Intel-xe mailing list