From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756657AbZEDNQy (ORCPT ); Mon, 4 May 2009 09:16:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754830AbZEDNQn (ORCPT ); Mon, 4 May 2009 09:16:43 -0400 Received: from rv-out-0506.google.com ([209.85.198.232]:11968 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754789AbZEDNQm (ORCPT ); Mon, 4 May 2009 09:16:42 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=ODiuUxURPkJWqYL6oWul1XQ/JAxovaYKTnECCE+lXoUob1VPYJq6oPQkmiBOk10nxI llZRrofOHPt5FNkSFupsTIOcu3HAA99sX7qwlRDWQqyKY1WTUqMe9+hMBgU0dVNlZX/v V6uMgKtx+xL6R+VLArOxH1D00IrP/vl/iP8EM= Date: Mon, 4 May 2009 17:16:38 +0400 From: Cyrill Gorcunov To: Ingo Molnar Cc: Andrew Morton , Christoph Lameter , Mel Gorman , LKML , Pekka Enberg , Rik van Riel , David Rientjes , Pavel Emelyanov Subject: Re: [PATCH -tip] mm: introduce __GFP_PANIC modifier Message-ID: <20090504131638.GJ4173@lenovo> References: <20090504122740.GH4173@lenovo> <20090504131311.GA23330@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090504131311.GA23330@elte.hu> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [Ingo Molnar - Mon, May 04, 2009 at 03:13:11PM +0200] | | * Cyrill Gorcunov wrote: | | > Hi, | > | > here is an attempt to bring in __GFP_PANIC modifier. | > The patch is made on top of -tip repo. I've been | > trying to apply it in top of -mm tree but it | > seems -tip is a bit newer, at least it already | > has __GFP_BITS_SHIFT = 22 defined. | | Please create a patch against -mm instead. The one in -tip is bumped | up by: | | 8cd4001: kmemcheck: add hooks for the page allocator | e6df103: kmemcheck: add mm functions | | But we dont want to mix that into your patch. | | Thanks, | | Ingo | ok, will do -- Cyrill