Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754464Ab0ARXdD (ORCPT ); Mon, 18 Jan 2010 18:33:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753846Ab0ARXdA (ORCPT ); Mon, 18 Jan 2010 18:33:00 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:50546 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752805Ab0ARXdA (ORCPT ); Mon, 18 Jan 2010 18:33:00 -0500 From: "Rafael J. Wysocki" To: Benjamin Herrenschmidt Subject: Re: [RFC][PATCH] PM: Force GFP_NOIO during suspend/resume (was: Re: [linux-pm] Memory allocations in .suspend became very unreliable) Date: Tue, 19 Jan 2010 00:33:15 +0100 User-Agent: KMail/1.12.3 (Linux/2.6.33-rc4-rjw; KDE/4.3.3; x86_64; ; ) Cc: Oliver Neukum , Maxim Levitsky , linux-pm@lists.linux-foundation.org, LKML , "linux-mm" , Andrew Morton References: <1263549544.3112.10.camel@maxim-laptop> <201001180000.23376.rjw@sisk.pl> <1263851757.724.500.camel@pasglop> In-Reply-To: <1263851757.724.500.camel@pasglop> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201001190033.16055.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1740 Lines: 40 On Monday 18 January 2010, Benjamin Herrenschmidt wrote: > On Mon, 2010-01-18 at 00:00 +0100, Rafael J. Wysocki wrote: > > On Sunday 17 January 2010, Benjamin Herrenschmidt wrote: > > > On Sun, 2010-01-17 at 14:27 +0100, Rafael J. Wysocki wrote: > > ... > > > However, it's hard to deal with the case of allocations that have > > > already started waiting for IOs. It might be possible to have some VM > > > hook to make them wakeup, re-evaluate the situation and get out of that > > > code path but in any case it would be tricky. > > > > In the second version of the patch I used an rwsem that made us wait for these > > allocations to complete before we changed gfp_allowed_mask. > > > > [This is kinda buggy in the version I sent, but I'm going to send an update > > in a minute.] > > And nobody screamed due to cache line ping pong caused by this in the > fast path ? :-) Apparently not. :-) > We might want to look at something a bit smarter for that sort of > read-mostly-really-really-mostly construct, though in this case I don't > think RCU is the answer since we are happily scheduling. > > I wonder if something per-cpu would do, it's thus the responsibility of > the "writer" to take them all in order for all CPUs. I think I'll get back to the first version of the patch which I think is not going to have side effects (as long as no one will change gfp_allowed_mask in parallel with suspend/resume), for now. We can add more complicated things on top of it, then. Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/