Received: by 10.192.165.148 with SMTP id m20csp25403imm; Tue, 24 Apr 2018 16:26:46 -0700 (PDT) X-Google-Smtp-Source: AIpwx48Y0BYhLuV42nywoJq6MDXsihzzJB0PcTsPTv+uMnO8zkkOk4oKe3k6DOp5913qwRprvzaW X-Received: by 10.98.59.24 with SMTP id i24mr25265199pfa.246.1524612406646; Tue, 24 Apr 2018 16:26:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524612406; cv=none; d=google.com; s=arc-20160816; b=d/nRWsTKW/eYNzviER5ThjhO9+0rrpdSCkMJWp35TRqPR4CQKPErjQSfWyOf6NLB/n hXvBsxvX9sEhR1bvMzUdMyRmNjBGyhPClCZ1fee3TtClEeTBu8JVJJGgMhQedrWYfV3Y EUeN6jckrPz++UdXaJUEFb0egolnBNydYb8hYcoCs08+Vv/5L85YpZzruk/7+pN7HP4O lxBMEFogCwu58MJgbHbUfLMf94crkZHCmCL5ZdWoR7gu4ZPX8BbQ/+/mPg8d5q86B4M4 AWCNv1Lp14KwnYTT6pX3sdbH05nOSRFec35iIyGw7XsTJltk0d8DebN/s2SZP8K7MHZA fc3w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=n+ZI4QosJcMdyE5zeNJZKCxHLrP3zjJFywJZEVQh9yQ=; b=XDReJbTgkBWW4+Oi9xRGOTp2hLKGvNZmRLC+Ijznw8IzTw8tVWLQXBc/GVOPdaZnt3 4VKyK95asHPeU0D95pbjvtyIIfTVBweLwx8B2MdGqxWnzrZOeSebm3XcSzzgd7x+92vE d9tX25dFe4pFSd9PHpI5yhGZtV4fFHR7OyRkyxex9OvzrVEVS3O3FdBO7mMKnDG3YPmE L9xkbqdBnRreelt6MEF4g6T97WAFkYs1mSmsGJ/xwsbI92YVsXIULIhwkGBEr/SpFWOC E+UvFHjJhnuVsYRqm5A4cIVsXSUfWhgVY7hP4rgZsjFaiJPZ2x8+VxorYtJDBNfjJ84w Ev4g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p10si11839370pgr.52.2018.04.24.16.26.31; Tue, 24 Apr 2018 16:26:46 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751104AbeDXXZZ (ORCPT + 99 others); Tue, 24 Apr 2018 19:25:25 -0400 Received: from mx2.suse.de ([195.135.220.15]:36544 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750766AbeDXXZW (ORCPT ); Tue, 24 Apr 2018 19:25:22 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 0A14DAC94; Tue, 24 Apr 2018 23:25:21 +0000 (UTC) Date: Tue, 24 Apr 2018 17:25:17 -0600 From: Michal Hocko To: Mikulas Patocka Cc: Richard Weinberger , LKML , Artem Bityutskiy , David Woodhouse , Brian Norris , Boris Brezillon , Marek Vasut , Cyrille Pitchen , Theodore Ts'o , Andreas Dilger , Steven Whitehouse , Bob Peterson , Trond Myklebust , Anna Schumaker , Adrian Hunter , Philippe Ombredanne , Kate Stewart , linux-mtd@lists.infradead.org, linux-ext4@vger.kernel.org, cluster-devel@redhat.com, linux-nfs@vger.kernel.org, linux-mm@kvack.org Subject: Re: vmalloc with GFP_NOFS Message-ID: <20180424232517.GC17484@dhcp22.suse.cz> References: <20180424162712.GL17484@dhcp22.suse.cz> <3732370.1623zxSvNg@blindfold> <20180424192803.GT17484@dhcp22.suse.cz> <3894056.cxOY6eVYVp@blindfold> <20180424230943.GY17484@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 24-04-18 19:17:12, Mikulas Patocka wrote: > > > On Tue, 24 Apr 2018, Michal Hocko wrote: > > > On Wed 25-04-18 00:18:40, Richard Weinberger wrote: > > > Am Dienstag, 24. April 2018, 21:28:03 CEST schrieb Michal Hocko: > > > > > Also only for debugging. > > > > > Getting rid of vmalloc with GFP_NOFS in UBIFS is no big problem. > > > > > I can prepare a patch. > > > > > > > > Cool! > > > > > > > > Anyway, if UBIFS has some reclaim recursion critical sections in general > > > > it would be really great to have them documented and that is where the > > > > scope api is really handy. Just add the scope and document what is the > > > > recursion issue. This will help people reading the code as well. Ideally > > > > there shouldn't be any explicit GFP_NOFS in the code. > > > > > > So in a perfect world a filesystem calls memalloc_nofs_save/restore and > > > always uses GFP_KERNEL for kmalloc/vmalloc? > > > > Exactly! And in a dream world those memalloc_nofs_save act as a > > documentation of the reclaim recursion documentation ;) > > -- > > Michal Hocko > > SUSE Labs > > BTW. should memalloc_nofs_save and memalloc_noio_save be merged into just > one that prevents both I/O and FS recursion? Why should FS usage stop IO altogether? > memalloc_nofs_save allows submitting bios to I/O stack and the bios > created under memalloc_nofs_save could be sent to the loop device and the > loop device calls the filesystem... Don't those use NOIO context? -- Michal Hocko SUSE Labs