Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753933Ab0ARUl2 (ORCPT ); Mon, 18 Jan 2010 15:41:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753487Ab0ARUl1 (ORCPT ); Mon, 18 Jan 2010 15:41:27 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:50134 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753122Ab0ARUl1 (ORCPT ); Mon, 18 Jan 2010 15:41:27 -0500 From: "Rafael J. Wysocki" To: Oliver Neukum Subject: Re: [RFC][PATCH] PM: Force GFP_NOIO during suspend/resume (was: Re: [linux-pm] Memory allocations in .suspend became very unreliable) Date: Mon, 18 Jan 2010 21:41:49 +0100 User-Agent: KMail/1.12.3 (Linux/2.6.33-rc4-rjw; KDE/4.3.3; x86_64; ; ) Cc: Maxim Levitsky , linux-pm@lists.linux-foundation.org, LKML , "linux-mm" , Andrew Morton , Benjamin Herrenschmidt References: <1263549544.3112.10.camel@maxim-laptop> <201001171455.55909.rjw@sisk.pl> <201001181800.38574.oliver@neukum.org> In-Reply-To: <201001181800.38574.oliver@neukum.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201001182141.49907.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 967 Lines: 26 On Monday 18 January 2010, Oliver Neukum wrote: > Am Sonntag, 17. Januar 2010 14:55:55 schrieb Rafael J. Wysocki: > > +void mm_force_noio_allocations(void) > > +{ > > + /* Wait for all slowpath allocations using the old mask to complete */ > > + down_write(&gfp_allowed_mask_sem); > > + saved_gfp_allowed_mask = gfp_allowed_mask; > > + gfp_allowed_mask &= ~(__GFP_IO | __GFP_FS); > > + up_write(&gfp_allowed_mask_sem); > > +} > > In addition to this you probably want to exhaust all memory reserves > before you fail a memory allocation I'm not really sure what you mean. > and forbid the OOM killer to run. The OOM killer has already been disabled at this point, by the freezer. 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/