[Intel-xe] ✗ CI.checkpatch: warning for kunit: Fix test log size limit too low for some tests

Patchwork patchwork at emeril.freedesktop.org
Wed Aug 30 07:57:36 UTC 2023


== Series Details ==

Series: kunit: Fix test log size limit too low for some tests
URL   : https://patchwork.freedesktop.org/series/123054/
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
e700ea2f248a75138759bcb443affeef4a2d1991
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 6a30f1dac7a7ee7c5c7165db6d48df51ba244037
Author: Janusz Krzysztofik <janusz.krzysztofik at linux.intel.com>
Date:   Wed Aug 30 09:54:20 2023 +0200

    kunit: Fix test log size limit too low for some tests
    
    Now we have memory space available to a kunit test case log exposed via
    debugfs limited to 2048 bytes, while some parametrized test cases, e.g.,
    drm_framebuffer.drm_test_framebuffer_create, need more.  For this reason,
    debugfs results from affected test cases get truncated silently, and
    external tools that rely on parsing of debugfs results can fail.
    
    Increase kunit test case log size limit to 4096 bytes.
    
    Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik at linux.intel.com>
+ /mt/dim checkpatch 7af4e65956a8d0346547567b534d49acf30085e0 drm-intel
/mt/dim: line 50: /root/.dimrc: No such file or directory




More information about the Intel-xe mailing list