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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sun, 08 Dec 2013 19:59:13 -0800
From:	Randy Dunlap <rdunlap@...radead.org>
To:	Fabian Frederick <fabf@...net.be>, linux-kernel@...r.kernel.org
CC:	axboe@...nel.dk, akpm@...ux-foundation.org, npiggin@...il.com
Subject: Re: [PATCH 1/1] ramdisk: documentation update

On 12/08/13 03:28, Fabian Frederick wrote:
> -ramdisk_blocksize doesn't exist anymore
> -Module parameters added to documentation
> 
> Signed-off-by: Fabian Frederick <fabf@...net.be>

Acked-by: Randy Dunlap <rdunlap@...radead.org>

Thanks.


> ---
>  Documentation/blockdev/ramdisk.txt | 21 +++++++++++++++------
>  1 file changed, 15 insertions(+), 6 deletions(-)
> 
> diff --git a/Documentation/blockdev/ramdisk.txt b/Documentation/blockdev/ramdisk.txt
> index fa72e97..fe2ef97 100644
> --- a/Documentation/blockdev/ramdisk.txt
> +++ b/Documentation/blockdev/ramdisk.txt
> @@ -36,21 +36,30 @@ allowing one to squeeze more programs onto an average installation or
>  rescue floppy disk.
>  
>  
> -2) Kernel Command Line Parameters
> +2) Parameters
>  ---------------------------------
>  
> +2a) Kernel Command Line Parameters
> +
>  	ramdisk_size=N
>  	==============
>  
>  This parameter tells the RAM disk driver to set up RAM disks of N k size.  The
> -default is 4096 (4 MB) (8192 (8 MB) on S390).
> +default is 4096 (4 MB).
> +
> +2b) Module parameters
>  
> -	ramdisk_blocksize=N
> -	===================
> +	rd_nr
> +	=====
> +	/dev/ramX devices created.
>  
> -This parameter tells the RAM disk driver how many bytes to use per block.  The
> -default is 1024 (BLOCK_SIZE).
> +	max_part
> +	========
> +	Maximum partition number.
>  
> +	rd_size
> +	=======
> +	See ramdisk_size.
>  
>  3) Using "rdev -r"
>  ------------------
> 


-- 
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ