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: <d892eb87-6ee2-40a4-9b25-66c2f2e8befa@kernel.org>
Date: Fri, 15 Aug 2025 14:23:50 +0900
From: Damien Le Moal <dlemoal@...nel.org>
To: Genjian <zhanggenjian@....com>, axboe@...nel.dk,
 shinichiro.kawasaki@....com, johannes.thumshirn@....com, kch@...dia.com,
 zhengqixing@...wei.com, willy@...radead.org, namcao@...utronix.de,
 vincent.fu@...sung.com
Cc: linux-block@...r.kernel.org, linux-kernel@...r.kernel.org,
 Genjian Zhang <zhanggenjian@...inos.cn>
Subject: Re: [PATCH] null_blk: Fix correct parameter desc for the module

On 8/15/25 13:30, Genjian wrote:
> From: Genjian Zhang <zhanggenjian@...inos.cn>

The patch title is a little strange. What about:

null_blk: Fix the description of the cache_size module argument

> 
> When executing modinfo null_blk, there is an error in the description
> of module parameter mbps, and the output information of cache_size is
> incomplete.The output of modinfo before and after applying this patch
> is as follows:
> 
> Before:
> [...]
> parm:           cache_size:ulong
> [...]
> parm:           mbps:Cache size in MiB for memory-backed device.
> 		Default: 0 (none) (uint)
> [...]
> 
> After:
> [...]
> parm:           cache_size:Cache size in MiB for memory-backed device.
> 		Default: 0 (none) (ulong)
> [...]
> parm:           mbps:Limit maximum bandwidth (in MiB/s).
> 		Default: 0 (no limit) (uint)
> [...]
> 
> Fixes: 058efe000b31 ("null_blk: add module parameters for 4 options")
> 

Remove the blank line here.

> Signed-off-by: Genjian Zhang <zhanggenjian@...inos.cn>

With these fixed,

Reviewed-by: Damien Le Moal <dlemoal@...nel.org>

-- 
Damien Le Moal
Western Digital Research

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ