✗ CI.checkpatch: warning for PCI: add CONFIG_MMU dependency

Patchwork patchwork at emeril.freedesktop.org
Mon Apr 7 14:18:24 UTC 2025


== Series Details ==

Series: PCI: add CONFIG_MMU dependency
URL   : https://patchwork.freedesktop.org/series/147320/
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
99e5a866b5e13f134e606a3e29d9508d97826fb3
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ece10ccc7600416bc43daf2bc636fa61b185b0da
Author: Arnd Bergmann <arnd at arndb.de>
Date:   Mon Apr 7 12:38:14 2025 +0200

    PCI: add CONFIG_MMU dependency
    
    It turns out that there are no platforms that have PCI but don't have an MMU,
    so adding a Kconfig dependency on CONFIG_PCI simplifies build testing kernels
    for those platforms a lot, and avoids a lot of inadvertent build regressions.
    
    Add a dependency for CONFIG_PCI and remove all the ones for PCI specific
    device drivers that are currently marked not having it.
    
    Link: https://lore.kernel.org/lkml/a41f1b20-a76c-43d8-8c36-f12744327a54@app.fastmail.com/
    Signed-off-by: Arnd Bergmann <arnd at arndb.de>
+ /mt/dim checkpatch 100ba24787e877cd422caa7d08cb046ef4bb769c drm-intel
ece10ccc7600 PCI: add CONFIG_MMU dependency
-:6: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#6: 
It turns out that there are no platforms that have PCI but don't have an MMU,

total: 0 errors, 1 warnings, 0 checks, 183 lines checked




More information about the Intel-xe mailing list