Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752394AbdF0HiQ (ORCPT ); Tue, 27 Jun 2017 03:38:16 -0400 Received: from mail-ua0-f179.google.com ([209.85.217.179]:35955 "EHLO mail-ua0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751982AbdF0HiL (ORCPT ); Tue, 27 Jun 2017 03:38:11 -0400 MIME-Version: 1.0 In-Reply-To: <13ab3968-a7e4-add3-b050-438d462f7fc4@suse.cz> References: <594d905d.geNp0UO7DULvNDPS%akpm@linux-foundation.org> <13ab3968-a7e4-add3-b050-438d462f7fc4@suse.cz> From: Rasmus Villemoes Date: Tue, 27 Jun 2017 09:38:09 +0200 Message-ID: Subject: Re: mmotm 2017-06-23-15-03 uploaded To: Vlastimil Babka Cc: huang ying , Andrew Morton , mm-commits@vger.kernel.org, LKML , linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-next@vger.kernel.org, Stephen Rothwell , mhocko@suse.cz, Mark Brown Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 606 Lines: 18 >> >> However, the patch in mmotm seems to be missing this crucial hunk that >> Rasmus had in the patch he sent [1]: >> >> -__rmqueue_fallback(struct zone *zone, unsigned int order, int >> start_migratetype) >> +__rmqueue_fallback(struct zone *zone, int order, int start_migratetype) >> >> which makes this a signed vs signed comparison. >> >> What happened to it? Andrew? This is really odd. Checking, I see that it was also absent from the 'this patch has been added to -mm' mail, but I admit I don't proofread those to see they match what I sent. Oh well. Let me know if I need to do anything. Rasmus