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, 17 Nov 2008 14:30:35 +0900
From:	KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>
To:	balbir@...ux.vnet.ibm.com
Cc:	linux-mm@...ck.org, Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel@...r.kernel.org, Hugh Dickins <hugh@...itas.com>,
	Li Zefan <lizf@...fujitsu.com>,
	Pavel Emelyanov <xemul@...nvz.org>
Subject: Re: Fix typo in swap cgroup message

On Mon, 17 Nov 2008 10:10:08 +0530
Balbir Singh <balbir@...ux.vnet.ibm.com> wrote:

> 
> There is a typo in the spelling of buffers (buffres) and the message is
> not very clear either. Fix the message and typo (hopefully not introducing
> any new ones ;) )
> 
(>_< thanks, I found my private aspell dict includes "buffres"...

-Kame

> Cc: Hugh Dickins <hugh@...itas.com>
> Cc: Li Zefan <lizf@...fujitsu.com>
> Cc: Pavel Emelyanov <xemul@...nvz.org>
> Signed-off-by: Balbir Singh <balbir@...ux.vnet.ibm.com>
> ---
> 
>  mm/page_cgroup.c |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff -puN mm/page_cgroup.c~fix-typo-swap-cgroup mm/page_cgroup.c
> --- linux-2.6.28-rc4/mm/page_cgroup.c~fix-typo-swap-cgroup	2008-11-16 20:03:28.000000000 +0530
> +++ linux-2.6.28-rc4-balbir/mm/page_cgroup.c	2008-11-17 09:59:43.000000000 +0530
> @@ -423,7 +423,8 @@ int swap_cgroup_swapon(int type, unsigne
>  	mutex_unlock(&swap_cgroup_mutex);
>  
>  	printk(KERN_INFO
> -		"swap_cgroup: uses %ld bytes vmalloc and %ld bytes buffres\n",
> +		"swap_cgroup: uses %ld bytes of vmalloc for pointer array space"
> +		" and %ld bytes to hold mem_cgroup pointers on swap\n",
>  		array_size, length * PAGE_SIZE);
>  	printk(KERN_INFO
>  	"swap_cgroup can be disabled by noswapaccount boot option.\n");
> _
> 
> -- 
> 	Balbir
> 

--
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