lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 11 Dec 2022 08:32:35 -0300
From:   Maíra Canal <mcanal@...lia.com>
To:     Bagas Sanjaya <bagasdotme@...il.com>,
        dri-devel@...ts.freedesktop.org, linux-doc@...r.kernel.org,
        linux-kernel@...r.kernel.org, oe-kbuild-all@...ts.linux.dev
Cc:     David Airlie <airlied@...il.com>, Daniel Vetter <daniel@...ll.ch>,
        Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
        Maxime Ripard <mripard@...nel.org>,
        Thomas Zimmermann <tzimmermann@...e.de>,
        Jonathan Corbet <corbet@....net>,
        kernel test robot <lkp@...el.com>
Subject: Re: [PATCH] Documentation: gpu: vc4: add blank line separator before
 KUnit code block

I believe Maxime fixed this issue on [1], but it hasn't been yet merged
into drm-misc-next.

[1]
https://lore.kernel.org/dri-devel/20221208094727.2848310-1-maxime@cerno.tech/

Best Regards,
- Maíra Canal

On 12/11/22 02:30, Bagas Sanjaya wrote:
> kernel test robot reports htmldocs warning:
> 
> Documentation/gpu/vc4.rst:65: WARNING: Unexpected indentation.
> 
> The warning is due to missing blank line separator between KUnit mock
> driver sentence and its code block.
> 
> Add the separator to fix the warning.
> 
> Link: https://lore.kernel.org/linux-doc/202212102116.A10vg3jG-lkp@intel.com/
> Fixes: 5304c8e6010012 ("Documentation: gpu: vc4: Add KUnit Tests Section")
> Reported-by: kernel test robot <lkp@...el.com>
> Signed-off-by: Bagas Sanjaya <bagasdotme@...il.com>
> ---
>  Documentation/gpu/vc4.rst | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/gpu/vc4.rst b/Documentation/gpu/vc4.rst
> index a2375f1584e6d9..ec920c4f5bb322 100644
> --- a/Documentation/gpu/vc4.rst
> +++ b/Documentation/gpu/vc4.rst
> @@ -62,6 +62,7 @@ integration tests.
>  
>  These tests are using a mock driver and can be ran using the
>  command::
> +
>  	./tools/testing/kunit/kunit.py run \
>  		--kunitconfig=drivers/gpu/drm/vc4/tests/.kunitconfig \
>  		--cross_compile aarch64-linux-gnu- --arch arm64
> 
> base-commit: 612e241fb4bcd98d8ff9da7a795abb86b8ccfe38

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ