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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAKYAXd_hBkLsRoSG69Kts+XiBk5NJoaYTch=sQ2f9x0EhSsUNw@mail.gmail.com>
Date: Thu, 22 Aug 2024 20:54:15 +0900
From: Namjae Jeon <linkinjeon@...nel.org>
To: chenxiaosong@...nxiaosong.com
Cc: sfrench@...ba.org, senozhatsky@...omium.org, tom@...pey.com, 
	linux-cifs@...r.kernel.org, linux-kernel@...r.kernel.org, pc@...guebit.com, 
	ronniesahlberg@...il.com, sprasad@...rosoft.com, bharathsm@...rosoft.com, 
	chenxiaosong@...inos.cn, liuzhengyuan@...inos.cn, huhai@...inos.cn, 
	liuyun01@...inos.cn
Subject: Re: [PATCH v2 12/12] smb: add comment to STATUS_MCA_OCCURED

On Thu, Aug 22, 2024 at 5:24 PM <chenxiaosong@...nxiaosong.com> wrote:
>
> From: ChenXiaoSong <chenxiaosong@...inos.cn>
>
> Explained why the typo was not corrected.
>
> Signed-off-by: ChenXiaoSong <chenxiaosong@...inos.cn>
Looks ok.
Reviewed-by: Namjae Jeon <linkinjeon@...nel.org>
Thanks.
> ---
>  fs/smb/common/smb2status.h | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/fs/smb/common/smb2status.h b/fs/smb/common/smb2status.h
> index 841d4c688411..14b4a5f04564 100644
> --- a/fs/smb/common/smb2status.h
> +++ b/fs/smb/common/smb2status.h
> @@ -901,6 +901,10 @@ struct ntstatus {
>  #define STATUS_DEVICE_ENUMERATION_ERROR cpu_to_le32(0xC0000366)
>  #define STATUS_MOUNT_POINT_NOT_RESOLVED cpu_to_le32(0xC0000368)
>  #define STATUS_INVALID_DEVICE_OBJECT_PARAMETER cpu_to_le32(0xC0000369)
> +/*
> + * 'OCCURED' is typo in MS-ERREF, it should be 'OCCURRED',
> + * but we'll keep it consistent with MS-ERREF.
> + */
>  #define STATUS_MCA_OCCURED cpu_to_le32(0xC000036A)
>  #define STATUS_DRIVER_BLOCKED_CRITICAL cpu_to_le32(0xC000036B)
>  #define STATUS_DRIVER_BLOCKED cpu_to_le32(0xC000036C)
> --
> 2.34.1
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ