From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755972AbZFHNpl (ORCPT ); Mon, 8 Jun 2009 09:45:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754576AbZFHNpc (ORCPT ); Mon, 8 Jun 2009 09:45:32 -0400 Received: from mx2.redhat.com ([66.187.237.31]:41010 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753552AbZFHNpc (ORCPT ); Mon, 8 Jun 2009 09:45:32 -0400 Message-ID: <4A2D15DD.1030005@redhat.com> Date: Mon, 08 Jun 2009 09:45:01 -0400 From: Rik van Riel Organization: Red Hat, Inc User-Agent: Thunderbird 2.0.0.17 (X11/20080915) MIME-Version: 1.0 To: Mel Gorman CC: Pekka Enberg , Andrew Morton , Linux Kernel Mailing List , linux-mm Subject: Re: [PATCH] Add a gfp-translate script to help understand page allocation failure reports References: <20090608132950.GB15070@csn.ul.ie> In-Reply-To: <20090608132950.GB15070@csn.ul.ie> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mel Gorman wrote: > mel@machina:~/linux-2.6 $ scripts/gfp-translate 0x4020 > Source: /home/mel/linux-2.6 > Parsing: 0x4020 > #define __GFP_HIGH (0x20) /* Should access emergency pools? */ > #define __GFP_COMP (0x4000) /* Add compound page metadata */ > > The script is not a work of art but it has come in handy for me a few times > so I thought I would share. Sweet. This is just what I've been waiting for! > Signed-off-by: Mel Gorman Acked-by: Rik van Riel -- All rights reversed. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail172.messagelabs.com (mail172.messagelabs.com [216.82.254.3]) by kanga.kvack.org (Postfix) with SMTP id A16996B004F for ; Mon, 8 Jun 2009 08:28:27 -0400 (EDT) Message-ID: <4A2D15DD.1030005@redhat.com> Date: Mon, 08 Jun 2009 09:45:01 -0400 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [PATCH] Add a gfp-translate script to help understand page allocation failure reports References: <20090608132950.GB15070@csn.ul.ie> In-Reply-To: <20090608132950.GB15070@csn.ul.ie> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org To: Mel Gorman Cc: Pekka Enberg , Andrew Morton , Linux Kernel Mailing List , linux-mm List-ID: Mel Gorman wrote: > mel@machina:~/linux-2.6 $ scripts/gfp-translate 0x4020 > Source: /home/mel/linux-2.6 > Parsing: 0x4020 > #define __GFP_HIGH (0x20) /* Should access emergency pools? */ > #define __GFP_COMP (0x4000) /* Add compound page metadata */ > > The script is not a work of art but it has come in handy for me a few times > so I thought I would share. Sweet. This is just what I've been waiting for! > Signed-off-by: Mel Gorman Acked-by: Rik van Riel -- All rights reversed. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org