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-next>] [day] [month] [year] [list]
Date:   Thu, 4 Mar 2021 12:55:49 +0100
From:   Hans de Goede <hdegoede@...hat.com>
To:     Justin Ernst <justin.ernst@....com>, Borislav Petkov <bp@...e.de>
Cc:     Stephen Rothwell <sfr@...b.auug.org.au>, Tom Rix <trix@...hat.com>,
        Jonathan Cameron <Jonathan.Cameron@...wei.com>,
        Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
        Mike Travis <mike.travis@....com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] x86/platform/uv: Fix indentation warning in
 Documentation/ABI/testing/sysfs-firmware-sgi_uv

Hi,

On 2/19/21 6:28 PM, Justin Ernst wrote:
> commit c9624cb7db1c ("x86/platform/uv: Update sysfs documentation")
> 
> misplaced the first line of a codeblock section, causing the reported
> warning message:
> Documentation/ABI/testing/sysfs-firmware-sgi_uv:2: WARNING: Unexpected indentation.
> 
> Move the misplaced line below the required blank line to remove the
> warning message.
> 
> Reported-by: Stephen Rothwell <sfr@...b.auug.org.au>
> Fixes: c9624cb7db1c ("x86/platform/uv: Update sysfs documentation")
> Acked-by: Mike Travis <mike.travis@....com>
> Signed-off-by: Justin Ernst <justin.ernst@....com>

Thank you for the patch.

Since this documentation documents the interface exposed by:
drivers/platform/x86/uv_sysfs.c

I've applied this patch to the pdx86 tree now:

Thank you for your patch, I've applied this patch to my review-hans 
branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans

Note it will show up in my review-hans branch once I've pushed my
local branch there, which might take a while.

Once I've run some tests on this branch the patches there will be
added to the platform-drivers-x86/for-next branch and eventually
will be included in the pdx86 pull-request to Linus for the next
merge-window.

Regards,

Hans



> ---
>  Documentation/ABI/testing/sysfs-firmware-sgi_uv | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/ABI/testing/sysfs-firmware-sgi_uv b/Documentation/ABI/testing/sysfs-firmware-sgi_uv
> index 637c668cbe45..12ed843e1d3e 100644
> --- a/Documentation/ABI/testing/sysfs-firmware-sgi_uv
> +++ b/Documentation/ABI/testing/sysfs-firmware-sgi_uv
> @@ -39,8 +39,8 @@ Description:
>  
>  		The uv_type entry contains the hub revision number.
>  		This value can be used to identify the UV system version::
> -			"0.*" = Hubless UV ('*' is subtype)
>  
> +			"0.*" = Hubless UV ('*' is subtype)
>  			"3.0" = UV2
>  			"5.0" = UV3
>  			"7.0" = UV4
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ