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]
Message-ID: <5e067f1eecb2098c9c2368dc8a2005c1567198b0.camel@gmail.com>
Date: Wed, 02 Apr 2025 10:43:09 +0200
From: Bean Huo <huobean@...il.com>
To: Huan Tang <tanghuan@...o.com>, alim.akhtar@...sung.com,
 avri.altman@....com,  bvanassche@....org,
 James.Bottomley@...senPartnership.com,  martin.petersen@...cle.com,
 beanhuo@...ron.com, luhongfei@...o.com,  quic_cang@...cinc.com,
 keosung.park@...sung.com, viro@...iv.linux.org.uk, 
 quic_mnaresh@...cinc.com, peter.wang@...iatek.com, 
 manivannan.sadhasivam@...aro.org, quic_nguyenb@...cinc.com,
 linux@...ssschuh.net,  ebiggers@...gle.com, minwoo.im@...sung.com,
 linux-kernel@...r.kernel.org,  linux-scsi@...r.kernel.org
Cc: opensource.kernel@...o.com
Subject: Re: [PATCH v8] ufs: core: Add WB buffer resize support

On Wed, 2025-04-02 at 15:57 +0800, Huan Tang wrote:
> +static const char *ufs_wb_resize_status_to_string(enum
> wb_resize_status status)
> +{
> +       switch (status) {
> +       case WB_RESIZE_STATUS_IDLE:
> +               return "idle";
> +       case WB_RESIZE_STATUS_IN_PROGRESS:
> +               return "in_progress";
> +       case WB_RESIZE_STATUS_COMPLETE_SUCCESS:
> +               return "complete_success";
> +       case WB_RESIZE_STATUS_GENERAL_FAIL:
> +               return "gerneral_fail";


Typo: "gerneral_fail"  --> general_fail

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ