From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ig0-f179.google.com (mail-ig0-f179.google.com [209.85.213.179]) by kanga.kvack.org (Postfix) with ESMTP id D8A1B6B006E for ; Fri, 20 Mar 2015 09:34:47 -0400 (EDT) Received: by igcau2 with SMTP id au2so18352830igc.0 for ; Fri, 20 Mar 2015 06:34:47 -0700 (PDT) Received: from www262.sakura.ne.jp (www262.sakura.ne.jp. [2001:e42:101:1:202:181:97:72]) by mx.google.com with ESMTPS id x8si9385821pdk.135.2015.03.20.06.34.46 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 20 Mar 2015 06:34:47 -0700 (PDT) Subject: Re: [LKP] [mm] cc87317726f: WARNING: CPU: 0 PID: 1atdrivers/iommu/io-pgtable-arm.c:413 __arm_lpae_unmap+0x341/0x380() From: Tetsuo Handa References: <20150317192413.GA7772@phnom.home.cmpxchg.org> <1426643634.5570.14.camel@intel.com> <201503182045.DEC48482.OtSOQOLVFFHFJM@I-love.SAKURA.ne.jp> <1426730222.5570.41.camel@intel.com> In-Reply-To: <1426730222.5570.41.camel@intel.com> Message-Id: <201503202234.HIA00180.MQVLSFFtHOOFJO@I-love.SAKURA.ne.jp> Date: Fri, 20 Mar 2015 22:34:21 +0900 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-linux-mm@kvack.org List-ID: To: ying.huang@intel.com Cc: hannes@cmpxchg.org, torvalds@linux-foundation.org, mhocko@suse.cz, rientjes@google.com, akpm@linux-foundation.org, david@fromorbit.com, linux-kernel@vger.kernel.org, lkp@01.org, linux-mm@kvack.org Huang Ying wrote: > > > BTW: the test is run on 32 bit system. > > > > That sounds like the cause of your problem. The system might be out of > > address space available for the kernel (only 1GB if x86_32). You should > > try running tests on 64 bit systems. > > We run test on 32 bit and 64 bit systems. Try to catch problems on both > platforms. I think we still need to support 32 bit systems? Yes, testing on both platforms is good. But please read http://lwn.net/Articles/627419/ , http://lwn.net/Articles/635354/ and http://lwn.net/Articles/636017/ . Then please add __GFP_NORETRY to memory allocations in btrfs code if it is appropriate. -- 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