Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1269347
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | David Rientjes <rientjes@google.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] mm: get rid of __alloc_pages_high_priority |
| Date | Fri, 13 Nov 2015 23:40:02 +0100 |
| Message-ID | <quvaG-3UL-5@gated-at.bofh.it> (permalink) |
| References | <qu2s2-2lX-27@gated-at.bofh.it> <qu6YF-5kL-15@gated-at.bofh.it> <quiGu-4vC-21@gated-at.bofh.it> |
| X-Original-To | Michal Hocko <mhocko@kernel.org> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:cc:subject:in-reply-to:message-id:references :user-agent:mime-version:content-type; bh=B2HZGn6exlwkQiADYAlE+RUjHiCmaCuAskcOK0U4zOg=; b=mwb1Vp6/KYMxbNJRcuyYpqQ8gkrM9PRjjwVLg6e2hSNGTKjfupAm+Q723vwWzuZHNp Donu1r+kTNPoPlxa2QrrzunjviPj8fRR4BUclIbGwzi4iFpq+MJEbJTmM+eari0Rv/a2 +AiFbvXvI6YtmfdRtv2AiCPu+/mJE0BpkzadhsPXigK2dGR+mqbSjKb3XycafqNM/XoZ SDl66FxdKeee9xl4qE1N2ldsTkHFhtePX6LyRi+fPdyuhezY8bZRZaBbdYniovUI3jxl 4r9nXuWO95J5rDuI0FhQaHWN0sgxL2XdXMnj9D5PVNWpJE5kcLcE4GRsbLvmnJds3y1o hfpA== |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:in-reply-to:message-id :references:user-agent:mime-version:content-type; bh=B2HZGn6exlwkQiADYAlE+RUjHiCmaCuAskcOK0U4zOg=; b=L1rh8rViiNOsayHKLs5eNrkQWWUPxIrZh1dGfl+riPjlbIxGH7xez7UGznD+Z95364 AAiaLRgGy669g53WwrYIjnJRSofCodn1lZ4zuL0ncVg/6MGeGvjkiQA59aMOUFOoMSbe fyMccSs9HLWEMpFkOoHYIFah12gJb7NnyJf7LmlFBJyynG+GPrAPD8TCHEgPnfYds0Gj lBut+zcSpLynLl9l3lCV3pJ+M59Pr38kFcmJukmmdmD3qWBbJZEYE1wFH34/ldDSQKDT 4d19DoAoCeeem9aoNKfdoUZJj3b6nqTcnlNp9BGr0fq/YL9fseXs8UTOqw5WhqTA89BD VVNQ== |
| X-Gm-Message-State | ALoCoQkx9itZ7PtkeXXDL0fxHIzCjNSlzrLOG6qgax0lJkWum6nIK135sGS0S8sjhY2Ot4FJsPEc |
| X-Received | by 10.68.231.7 with SMTP id tc7mr36147398pbc.108.1447453872100; Fri, 13 Nov 2015 14:31:12 -0800 (PST) |
| X-X-Sender | rientjes@chino.kir.corp.google.com |
| User-Agent | Alpine 2.10 (DEB 1266 2009-07-14) |
| MIME-Version | 1.0 |
| Content-Type | TEXT/PLAIN; charset=US-ASCII |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 25 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Andrew Morton <akpm@linux-foundation.org>, Mel Gorman <mgorman@suse.de>, linux-mm@kvack.org, LKML <linux-kernel@vger.kernel.org> |
| X-Original-Date | Fri, 13 Nov 2015 14:31:10 -0800 (PST) |
| X-Original-Message-ID | <alpine.DEB.2.10.1511131430430.3376@chino.kir.corp.google.com> |
| X-Original-References | <1447343618-19696-1-git-send-email-mhocko@kernel.org> <alpine.DEB.2.10.1511121245430.10324@chino.kir.corp.google.com> <20151113091651.GA2632@dhcp22.suse.cz> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1269347 |
Show key headers only | View raw
On Fri, 13 Nov 2015, Michal Hocko wrote: > > > Hi, > > > I think that this is more a cleanup than any functional change. We > > > are rarely screwed so much that __alloc_pages_high_priority would > > > fail. Yet I think that __alloc_pages_high_priority is obscuring the > > > overal intention more than it is helpful. Another motivation is to > > > reduce wait_iff_congested call to a single one in the allocator. I plan > > > to do other changes in that area and get rid of it altogether. > > > > I think it's a combination of a cleanup (the inlining of > > __alloc_pages_high_priority) and a functional change (no longer looping > > infinitely around a get_page_from_freelist() call). I'd suggest doing the > > inlining in one patch and then the reworking of __GFP_NOFAIL when > > ALLOC_NO_WATERMARKS fails just so we could easily revert the latter if > > necessary. > > I can split it up if this is really preferable of course. I think it's preferable. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] mm: get rid of __alloc_pages_high_priority mhocko@kernel.org - 2015-11-12 17:00 +0100
Re: [PATCH] mm: get rid of __alloc_pages_high_priority David Rientjes <rientjes@google.com> - 2015-11-12 21:50 +0100
Re: [PATCH] mm: get rid of __alloc_pages_high_priority Michal Hocko <mhocko@kernel.org> - 2015-11-13 10:20 +0100
Re: [PATCH] mm: get rid of __alloc_pages_high_priority David Rientjes <rientjes@google.com> - 2015-11-13 23:40 +0100
Re: [PATCH] mm: get rid of __alloc_pages_high_priority Mel Gorman <mgorman@suse.de> - 2015-11-13 11:20 +0100
csiph-web