From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755435AbXD0HRi (ORCPT ); Fri, 27 Apr 2007 03:17:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755437AbXD0HRi (ORCPT ); Fri, 27 Apr 2007 03:17:38 -0400 Received: from smtp1.linux-foundation.org ([65.172.181.25]:60115 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755435AbXD0HRh (ORCPT ); Fri, 27 Apr 2007 03:17:37 -0400 Date: Fri, 27 Apr 2007 00:12:28 -0700 From: Andrew Morton To: David Rientjes Cc: Andi Kleen , Nick Piggin , Christoph Lameter , "Martin J. Bligh" , linux-kernel@vger.kernel.org Subject: Re: [patch -mm] oom: fix constraint deadlock Message-Id: <20070427001228.e94ea60f.akpm@linux-foundation.org> In-Reply-To: References: X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.17; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 26 Apr 2007 23:18:17 -0700 (PDT) David Rientjes wrote: > Subject: [patch -mm] oom: fix constraint deadlock > Date: Thu, 26 Apr 2007 23:18:17 -0700 (PDT) > > Fixes a deadlock in the OOM killer for allocations that are not > __GFP_HARDWALL. Thanks. Why is this described as "patch -mm"? It applies to mainline. If it's fixing a -mm patch, do you know which one?