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:   Fri, 17 Feb 2023 15:21:19 -0600
From:   Rob Herring <robh@...nel.org>
To:     Geert Uytterhoeven <geert+renesas@...der.be>
Cc:     devicetree@...r.kernel.org, Frank Rowand <frowand.list@...il.com>,
        Martin Liu <liumartin@...gle.com>,
        linux-kernel@...r.kernel.org, Rob Herring <robh+dt@...nel.org>
Subject: Re: [PATCH] of: reserved_mem: Use proper binary prefix


On Thu, 16 Feb 2023 09:37:25 +0100, Geert Uytterhoeven wrote:
> The printed reserved memory information uses the non-standard "K"
> prefix, while all other printed values use proper binary prefixes.
> Fix this by using "Ki" instead.
> 
> While at it, drop the superfluous spaces inside the parentheses, to
> reduce printed line length.
> 
> Fixes: aeb9267eb6b1df99 ("of: reserved-mem: print out reserved-mem details during boot")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
> ---
> K = Kelvin
> k = kilo
> Ki = kibi
> ---
>  drivers/of/of_reserved_mem.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ