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:   Tue, 27 Sep 2022 14:17:13 +0200
From:   Ulf Hansson <ulf.hansson@...aro.org>
To:     Avri Altman <avri.altman@....com>
Cc:     linux-mmc@...r.kernel.org, Mark Kanczak <Markk@...atpinc.com>,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mmc-utils: Fix a typo for ATP mid

On Tue, 27 Sept 2022 at 10:43, Avri Altman <avri.altman@....com> wrote:
>
> Manufacturer id 0x44 is assign to ATP by 3c-LLC, and not to SanDisk.
> mmc-utils inherited this typo when lsmmc got merged into it.
>
> fixes: 4af1749d2350 (mmc-utils: Merge the lsmmc tool into mmc-utils)
>
> Reported-by: Mark Kanczak <Markk@...atpinc.com>
> Signed-off-by: Avri Altman <avri.altman@....com>

Applied to git.kernel.org/pub/scm//utils/mmc/mmc-utils.git master, thanks!

Kind regards
Uffe

> ---
>  lsmmc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lsmmc.c b/lsmmc.c
> index 05d59e8..55da3aa 100644
> --- a/lsmmc.c
> +++ b/lsmmc.c
> @@ -237,7 +237,7 @@ struct ids_database database[] = {
>         {
>                 .type = "mmc",
>                 .id = 0x44,
> -               .manufacturer = "SanDisk",
> +               .manufacturer = "ATP",
>         },
>         {
>                 .type = "mmc",
> --
> 2.17.1
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ