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:   Thu, 22 Apr 2021 09:41:07 +0000
From:   Avri Altman <Avri.Altman@....com>
To:     Avri Altman <Avri.Altman@....com>,
        Ulf Hansson <ulf.hansson@...aro.org>,
        "linux-mmc@...r.kernel.org" <linux-mmc@...r.kernel.org>,
        Adrian Hunter <adrian.hunter@...el.com>
CC:     "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH v4 0/2] Do not flush cache when it is disabled

Ulf - Would you consider picking this sires up now?
I was hoping to close this bug.

Thanks,
Avri

> -----Original Message-----
> From: Avri Altman <avri.altman@....com>
> Sent: Tuesday, 20 April 2021 16:47
> To: Ulf Hansson <ulf.hansson@...aro.org>; linux-mmc@...r.kernel.org; Adrian
> Hunter <adrian.hunter@...el.com>
> Cc: linux-kernel@...r.kernel.org; Avri Altman <Avri.Altman@....com>
> Subject: [PATCH v4 0/2] Do not flush cache when it is disabled
> 
> v3 -> v4
>  - Attend Adrian's comments
>  - Add Acked-by tag
> 
> v2 -> v3:
>  - rebase onto recent cache changes
> 
> v1 -> v2:
>  - Attend Adrian's comments
> 
> Cache is a temporary storage space in an eMMC device. Volatile by
> nature, the cache should in typical case reduce the access time compared
> to an access to the main nonvolatile storage.
> 
> The cache function can be turned ON and OFF. Once OFF, the host is not
> expected to issue a flush-cache command to the device.
> 
> Avri Altman (2):
>   mmc: block: Issue flush only if allowed
>   mmc: block: Update ext_csd.cache_ctrl if it was written
> 
>  drivers/mmc/core/block.c   | 21 +++++++++++++++++++++
>  drivers/mmc/core/mmc.c     |  2 +-
>  drivers/mmc/core/mmc_ops.h |  5 +++++
>  3 files changed, 27 insertions(+), 1 deletion(-)
> 
> --
> 2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ