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:	Tue, 22 Apr 2008 20:12:27 +0200
From:	Miklos Szeredi <mszeredi@...e.cz>
To:	Lee Schermerhorn <Lee.Schermerhorn@...com>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] add vmstat_text for NR_WRITEBACK_TEMP


On Tue, 2008-04-22 at 13:58 -0400, Lee Schermerhorn wrote:
> PATCH - add vmstat_test for NR_WRITEBACK_TEMP
> 
> Against:  2.6.25-rc8-mm2 [maybe also missing in '.25-mm1]
> 
> /proc/vmstat items after "nr_vmscan_write" are off-by-one
> because of missing test for NR_WRITEBACK_TEMP that was added
> to mmzone.h.  
> 
> Apparently from:
> 
> 	mm-add-nr_writeback_temp-counter.patch
> 
> in -mm tree.
> 
> Signed-off-by: Lee Schermerhorn <lee.schermerhorn@...com>

Acked-by: Miklos Szeredi <mszeredi@...e.cz>

Thanks,
Miklos

> 
>  mm/vmstat.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> Index: linux-2.6.25-rc8-mm2/mm/vmstat.c
> ===================================================================
> --- linux-2.6.25-rc8-mm2.orig/mm/vmstat.c	2008-04-15 12:07:18.000000000 -0400
> +++ linux-2.6.25-rc8-mm2/mm/vmstat.c	2008-04-15 12:11:48.000000000 -0400
> @@ -699,6 +699,7 @@ static const char * const vmstat_text[] 
>  	"nr_unstable",
>  	"nr_bounce",
>  	"nr_vmscan_write",
> +	"nr_writeback_temp",
>  
>  #ifdef CONFIG_NUMA
>  	"numa_hit",
> 
> 

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