✓ CI.checkpatch: success for drm/xe: don't build debugfs files when CONFIG_DEBUG_FS=n

Patchwork patchwork at emeril.freedesktop.org
Wed Jan 24 09:09:44 UTC 2024


== Series Details ==

Series: drm/xe: don't build debugfs files when CONFIG_DEBUG_FS=n
URL   : https://patchwork.freedesktop.org/series/129125/
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
b2ca823f819193c33ab811dfac08c614138d6d46
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ab769a2232069558ebe94da0a8618dfc067fe005
Author: Jani Nikula <jani.nikula at intel.com>
Date:   Wed Jan 24 11:05:15 2024 +0200

    drm/xe: don't build debugfs files when CONFIG_DEBUG_FS=n
    
    If we unconditionally build the debugfs files, we'll get both the static
    inline stubs from the headers and the real functions for
    CONFIG_DEBUG_FS=n. Avoid building the debugfs files with that config.
    
    Reported-by: Randy Dunlap <rdunlap at infradead.org>
    Closes: https://lore.kernel.org/r/152521f9-119f-4c61-b467-3e91f4aecb1a@infradead.org
    Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 0496fe20d8ed5e73ed186d293ef67e7bae4658eb drm-intel
ab769a223 drm/xe: don't build debugfs files when CONFIG_DEBUG_FS=n




More information about the Intel-xe mailing list