Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753899AbdF0V4z (ORCPT ); Tue, 27 Jun 2017 17:56:55 -0400 Received: from ozlabs.org ([103.22.144.67]:51961 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753827AbdF0V4q (ORCPT ); Tue, 27 Jun 2017 17:56:46 -0400 Date: Wed, 28 Jun 2017 07:56:42 +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: <20170628075642.6b3934f0@canb.auug.org.au> In-Reply-To: <20170627134033.d6df2435117d52721d37a748@linux-foundation.org> References: <594d905d.geNp0UO7DULvNDPS%akpm@linux-foundation.org> <13ab3968-a7e4-add3-b050-438d462f7fc4@suse.cz> <20170627134033.d6df2435117d52721d37a748@linux-foundation.org> 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: 721 Lines: 25 Hi Andrew, 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. -- Cheers, Stephen Rothwell