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:   Tue, 3 Oct 2017 08:01:33 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Kangmin Park <l4stpr0gr4m@...il.com>, linux-kernel@...r.kernel.org
Cc:     Jiri Kosina <trivial@...nel.org>
Subject: Re: Fix a typo in Documentation/sysctl/vm.txt

On 10/03/17 00:56, Kangmin Park wrote:
> --- linux/Documentation/sysctl/vm.txt.orig 2017-09-07 00:19:43.260477784 +0900
> +++ linux/Documentation/sysctl/vm.txt 2017-09-07 00:19:56.498431846 +0900
> @@ -793,7 +793,7 @@ with no ill effects: errors and warnings
>  swappiness
> 
>  This control is used to define how aggressive the kernel will swap
> -memory pages.  Higher values will increase agressiveness, lower values
> +memory pages.  Higher values will increase aggressiveness, lower values
>  decrease the amount of swap.  A value of 0 instructs the kernel not to
>  initiate swap until the amount of free and file-backed pages is less
>  than the high water mark in a zone.
> 
> Fixes a spelling in documentation.
> 
> Signed-off-by: Kangmin Park <l4stpr0gr4m@...il.com>
> 

Hi,

The spelling correction is good, but the format of the patch is almost
upside down. The patch description should be first, then the Signed-off-by:
line, and then the patch is last.

And then you need to send it to someone specific who can merge it.
This one should probably be sent: Jiri Kosina <trivial@...nel.org>
(unless he wants to take it now).

with a Subject line of something like:
[PATCH trivial] Fix a typo in Documentation/sysctl/vm.txt

Thanks,
-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ