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] [day] [month] [year] [list]
Date:   Mon, 31 Jul 2023 14:54:58 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Daniel Golle <daniel@...rotopia.org>,
        Richard Weinberger <richard@....at>,
        Miquel Raynal <miquel.raynal@...tlin.com>,
        Vignesh Raghavendra <vigneshr@...com>,
        linux-kernel@...r.kernel.org, linux-mtd@...ts.infradead.org
Subject: Re: [PATCH 6/6] mtd: ubi: provide NVMEM layer over UBI volumes



On 7/31/23 12:14, Daniel Golle wrote:
> diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig
> index 2ed77b7b3fcb5..45d939bbfa853 100644
> --- a/drivers/mtd/ubi/Kconfig
> +++ b/drivers/mtd/ubi/Kconfig
> @@ -104,4 +104,16 @@ config MTD_UBI_BLOCK
>  
>  	   If in doubt, say "N".
>  
> +config MTD_UBI_NVMEM
> +	tristate "UBI virtual NVMEM"
> +	default n
> +	depends on NVMEM
> +	help
> +	   This option enabled an additional driver exposing UBI volumes as NVMEM

	               enables

> +	   providers, intended for platforms where UBI is part of the firmware
> +	   specification and used to store also e.g. MAC addresses or board-
> +	   specific Wi-Fi calibration data.
> +
> +	   If in doubt, say "N".

and Kconfig help text should be indented with one tab + 2 spaces
according to coding-style.rst.

> +
>  endif # MTD_UBI

-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ