Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752905AbdF0WAa (ORCPT ); Tue, 27 Jun 2017 18:00:30 -0400 Received: from ozlabs.org ([103.22.144.67]:47251 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751501AbdF0WAW (ORCPT ); Tue, 27 Jun 2017 18:00:22 -0400 Date: Wed, 28 Jun 2017 08:00:18 +1000 From: Stephen Rothwell To: Andrew Morton Cc: Rasmus Villemoes , Vlastimil Babka , huang ying , mm-commits@vger.kernel.org, LKML , linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-next@vger.kernel.org, mhocko@suse.cz, Mark Brown Subject: Re: mmotm 2017-06-23-15-03 uploaded Message-ID: <20170628080018.186aace8@canb.auug.org.au> In-Reply-To: <20170628075642.6b3934f0@canb.auug.org.au> References: <594d905d.geNp0UO7DULvNDPS%akpm@linux-foundation.org> <13ab3968-a7e4-add3-b050-438d462f7fc4@suse.cz> <20170627134033.d6df2435117d52721d37a748@linux-foundation.org> <20170628075642.6b3934f0@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 885 Lines: 29 Hi Andrew, On Wed, 28 Jun 2017 07:56:42 +1000 Stephen Rothwell wrote: > > On Tue, 27 Jun 2017 13:40:33 -0700 Andrew Morton wrote: > > > > oops, that was me manually fixing rejects - I missed a bit. > > > > --- a/mm/page_alloc.c~mm-page_allocc-eliminate-unsigned-confusion-in-__rmqueue_fallback-fix > > +++ a/mm/page_alloc.c > > @@ -2212,7 +2212,7 @@ static bool unreserve_highatomic_pageblo > > * condition simpler. > > */ > > static inline bool > > -__rmqueue_fallback(struct zone *zone, unsigned int order, int start_migratetype) > > +__rmqueue_fallback(struct zone *zone, int order, int start_migratetype) > > { > > struct free_area *area; > > int current_order; > > _ > > > > I have pushed that into the original patch in linux-next for today. But I guess that is irrelevant now :-) -- Cheers, Stephen Rothwell