From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753740Ab1GFXpC (ORCPT ); Wed, 6 Jul 2011 19:45:02 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:58626 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752409Ab1GFXpA (ORCPT ); Wed, 6 Jul 2011 19:45:00 -0400 Date: Wed, 6 Jul 2011 16:44:47 -0700 From: Andrew Morton To: Mel Gorman Cc: Linux-MM , Linux-Netdev , LKML , David Miller , Neil Brown , Peter Zijlstra Subject: Re: [PATCH 01/14] mm: Serialize access to min_free_kbytes Message-Id: <20110706164447.d571051a.akpm@linux-foundation.org> In-Reply-To: <1308575540-25219-2-git-send-email-mgorman@suse.de> References: <1308575540-25219-1-git-send-email-mgorman@suse.de> <1308575540-25219-2-git-send-email-mgorman@suse.de> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 20 Jun 2011 14:12:07 +0100 Mel Gorman wrote: > There is a race between the min_free_kbytes sysctl, memory hotplug > and transparent hugepage support enablement. Memory hotplug uses a > zonelists_mutex to avoid a race when building zonelists. Reuse it to > serialise watermark updates. This patch appears to be a standalone fix, unrelated to the overall patch series? How does one trigger the race and what happens when it hits, btw?