From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6CA1FC2B9F4 for ; Fri, 25 Jun 2021 06:57:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4713061421 for ; Fri, 25 Jun 2021 06:57:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229812AbhFYG7b (ORCPT ); Fri, 25 Jun 2021 02:59:31 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:47957 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229448AbhFYG7a (ORCPT ); Fri, 25 Jun 2021 02:59:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1624604229; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Rb8bRbPVyoQtVQmacCJeooi3a8r8Dk+kxigz4awyPbE=; b=FbBH8BHPlokmPBCuKBQqjo2dC0lUKq+K3Jr4x2WXgAM7oj1my7LBMmEYgr0s8fXrrRtoLI eevBTHcN1/4AdysCIKvPAVvUKBgC+6F2sOdT00/dwJ4zW4wvtoZNwh39DME6T6Uu9/0eFK LjeCWjZkqRsaR8+TWbcQSQ5FasA63Cc= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-551-GA30NA1jPsmzvAJbP_Qwow-1; Fri, 25 Jun 2021 02:57:08 -0400 X-MC-Unique: GA30NA1jPsmzvAJbP_Qwow-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id BC66E195D562; Fri, 25 Jun 2021 06:57:06 +0000 (UTC) Received: from [10.64.54.233] (vpn2-54-233.bne.redhat.com [10.64.54.233]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4556E5D9F0; Fri, 25 Jun 2021 06:57:01 +0000 (UTC) Reply-To: Gavin Shan Subject: Re: linux-next: build failure after merge of the akpm-current tree To: Stephen Rothwell , Andrew Morton Cc: David Hildenbrand , Alexander Duyck , Linux Kernel Mailing List , Linux Next Mailing List References: <20210624194301.7474ce76@canb.auug.org.au> <0b1d5003-830e-b284-0fca-cc62d9192b65@redhat.com> <20210625163442.185b8cb0@canb.auug.org.au> <20210625163701.407a2561@canb.auug.org.au> From: Gavin Shan Message-ID: <5742c419-f852-46b3-5c32-0334ebcc87c2@redhat.com> Date: Fri, 25 Jun 2021 16:56:58 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.0 MIME-Version: 1.0 In-Reply-To: <20210625163701.407a2561@canb.auug.org.au> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 6/25/21 4:37 PM, Stephen Rothwell wrote: > Hi all, > > On Fri, 25 Jun 2021 16:34:42 +1000 Stephen Rothwell wrote: >> >> On Fri, 25 Jun 2021 16:28:15 +1000 Gavin Shan wrote: >>> >>> On 6/24/21 7:43 PM, Stephen Rothwell wrote: >>>> Hi all, >>>> >>>> After merging the akpm-current tree, today's linux-next build (powerpc >>>> ppc64_defconfig) failed like this: >>>> >>>> mm/page_reporting.c:14:37: error: initializer element is not constant >>>> 14 | unsigned int page_reporting_order = pageblock_order; >>>> | ^~~~~~~~~~~~~~~ >>>> >>>> Caused by commit >>>> >>>> 223f64d9e679 ("mm/page_reporting: export reporting order as module parameter") >>>> >>>> pageblock_order is defined to be various things depending on CONFIG_ >>>> symbols. >>>> >>>> I have reverted that commit (and the following three) for today. >>>> >>> >>> Yes, Please drop this series for now. >>> >>> The v3 was applied and caused the build error. Actually, we need >>> v5, which was posted couple of hours ago. >>> >>> v5: https://lkml.org/lkml/2021/6/24/1137 >> >> Which version is in today's mmotm? > > hmm, looks like v4. So do I drop these again today? > Stephen, lets keep v4 and I will send patch to fill the gap between v4/v5 if no one objects. Sorry for the extra work. Thanks, Gavin