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>] [day] [month] [year] [list]
Date:	Thu, 21 May 2009 09:22:44 +0900
From:	Minchan Kim <minchan.kim@...il.com>
To:	Andrew Morton <akpm@...ux-foundation.org>,
	LKML <linux-kernel@...r.kernel.org>,
	linux-mm <linux-mm@...ck.org>
Cc:	Mel Gorman <mel@....ul.ie>,
	KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>,
	Rik van Riel <riel@...hat.com>,
	Johannes Weiner <hannes@...xchg.org>,
	Yasunori Goto <y-goto@...fujitsu.com>
Subject: [PATCH 0/3]  fix zone watermark and inactive ration when memory
 hotplug occur  V2

Changelog since V1 
 o Add reviewd-by and acked-by
 o Change functions name properly. 

Thanks for careful review. Mel, KOSAKI, Yasunori. 

This patch series clean up setup_per_zone_pages_min 
and fix memory hotplug bug. (watermark, inactive ratio of zone)

Patch 1/3 is independent of others.

But I just add it for convinient since it is tivial.
If anyone want to devide it, i will do it. 

patch 1/3 - change function name related to pages_min
patch 2/3 - devide setup_per_zone_inactive_ratio with per 
zone function. this patch helps 3/3
patch 3/3 - reset wmark_min and inactive ratio of zone when 
hotplug happens

 include/linux/mm.h  |    3 ++-
 mm/memory_hotplug.c |    6 +++++-
 mm/page_alloc.c     |   43 ++++++++++++++++++++++++-------------------
 3 files changed, 31 insertions(+), 21 deletions(-)


-- 
Kinds Regards
Minchan Kim
--
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