From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752880AbcJGJVV (ORCPT ); Fri, 7 Oct 2016 05:21:21 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:35929 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751605AbcJGJVM (ORCPT ); Fri, 7 Oct 2016 05:21:12 -0400 Date: Fri, 7 Oct 2016 11:21:08 +0200 From: Michal Hocko To: Vlastimil Babka Cc: Mel Gorman , Joonsoo Kim , Andrew Morton , linux-mm@kvack.org, LKML Subject: Re: [RFC PATCH] mm, compaction: allow compaction for GFP_NOFS requests Message-ID: <20161007092107.GJ18439@dhcp22.suse.cz> References: <20161004081215.5563-1-mhocko@kernel.org> <20161007065019.GA18439@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 07-10-16 10:15:07, Vlastimil Babka wrote: > On 10/07/2016 08:50 AM, Michal Hocko wrote: > > On Fri 07-10-16 07:27:37, Vlastimil Babka wrote: [...] > > > But make sure you don't break kcompactd and manual compaction from /proc, as > > > they don't currently set cc->gfp_mask. Looks like until now it was only used > > > to determine direct compactor's migratetype which is irrelevant in those > > > contexts. > > > > OK, I see. This is really subtle. One way to go would be to provide a > > fake gfp_mask for them. How does the following look to you? > > Looks OK. I'll have to think about the kcompactd case, as gfp mask implying > unmovable migratetype might restrict it without good reason. But that would > be separate patch anyway, yours doesn't change that (empty gfp_mask also > means unmovable migratetype) and that's good. OK, I see. A follow up patch would be really trivial AFAICS. Just add __GFP_MOVABLE to the mask. But I am not familiar with all these details enough to propose a patch with full description. -- Michal Hocko SUSE Labs