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=-6.7 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 0F0B5C433E0 for ; Sun, 27 Dec 2020 02:26:47 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id B324620897 for ; Sun, 27 Dec 2020 02:26:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B324620897 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id EAEFA8D0098; Sat, 26 Dec 2020 21:26:43 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id E5E4E8D0080; Sat, 26 Dec 2020 21:26:43 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id D74A98D0098; Sat, 26 Dec 2020 21:26:43 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0235.hostedemail.com [216.40.44.235]) by kanga.kvack.org (Postfix) with ESMTP id BF6048D0080 for ; Sat, 26 Dec 2020 21:26:43 -0500 (EST) Received: from smtpin16.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay02.hostedemail.com (Postfix) with ESMTP id 74FA83634 for ; Sun, 27 Dec 2020 02:26:43 +0000 (UTC) X-FDA: 77637473886.16.worm52_5701c6e27487 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin16.hostedemail.com (Postfix) with ESMTP id 52E9D100E6903 for ; Sun, 27 Dec 2020 02:26:43 +0000 (UTC) X-HE-Tag: worm52_5701c6e27487 X-Filterd-Recvd-Size: 3465 Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) by imf20.hostedemail.com (Postfix) with ESMTP for ; Sun, 27 Dec 2020 02:26:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description; bh=8csmivsIXXVc5gk0iV/u0rkzDQSjKsASkLJbrXGW+SE=; b=BL5vtK6dtHrHzzZbpDIJu5WAps 7I/YYTaPPpwIrn+i6WqtYGTOxRtiLHqsRONL7a0iUSJy1JR4eXrbC3oAPnYNqIWCvy+ENXjHALykr z+nXm+DQvva3L+ro0IF578FcttzMyAflEBpww+2zNMAw4AKVAqeDrVfUfIW7O20FdnPoKRtTRjEhu QU3bxCGV3gVUHKVwLCGBcSs8VYkRHCU0pnv3S3E7r1Ai511R24Tdw5YR1/6vDopY9ql/N0qmkkWQA X7BqZXf/R4R84PEPA4gwu6tiE7rvJE18Bqg/JfC96NSa5cPOj05xuVyiVPy2uCQIzfRmDPL3hV3xX 0GLCA8Rw==; Received: from c-73-157-219-8.hsd1.or.comcast.net ([73.157.219.8] helo=[10.0.0.253]) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1ktLkw-0006nS-SA; Sun, 27 Dec 2020 02:26:11 +0000 Subject: Re: linux-next: Tree for Dec 23 (ia64: mmzone & sparsemem) To: Stephen Rothwell , Linux Next Mailing List Cc: Linux Kernel Mailing List , Tony Luck , Andrew Morton , Linux MM References: <20201223154542.544915be@canb.auug.org.au> From: Randy Dunlap Message-ID: <4cea81fb-f8df-ec09-5591-1c8ca4f770d8@infradead.org> Date: Sat, 26 Dec 2020 18:25:56 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <20201223154542.544915be@canb.auug.org.au> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On 12/22/20 8:45 PM, Stephen Rothwell wrote: > Hi all, > > News: there will be no linux-next releases between Dec 24 and Jan > 3 inclusive. > > Please do not add any v5.12 destined code to your linux-next included > branches until after v5.11-rc1 has been released. > > Changes since 20201222: > on ia64 defconfig: several of these: In file included from ../include/linux/numa.h:25, from ../include/linux/nodemask.h:96, from ../include/linux/mount.h:15, from ../fs/nsfs.c:2: ../arch/ia64/include/asm/sparsemem.h:14:40: warning: "PAGE_SHIFT" is not defined, evaluates to 0 [-Wundef] 14 | #if ((CONFIG_FORCE_MAX_ZONEORDER - 1 + PAGE_SHIFT) > SECTION_SIZE_BITS) and several of these: In file included from ../include/linux/gfp.h:6, from ../include/linux/xarray.h:14, from ../include/linux/radix-tree.h:19, from ../include/linux/idr.h:15, from ../include/linux/kernfs.h:13, from ../include/linux/sysfs.h:16, from ../include/linux/kobject.h:20, from ../include/linux/energy_model.h:7, from ../include/linux/device.h:16, from ../include/linux/async.h:14, from ../kernel/async.c:47: ../include/linux/mmzone.h:1156:2: error: #error Allocator MAX_ORDER exceeds SECTION_SIZE 1156 | #error Allocator MAX_ORDER exceeds SECTION_SIZE -- ~Randy Reported-by: Randy Dunlap