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,DKIM_INVALID, DKIM_SIGNED,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 155CAC433DB for ; Thu, 24 Dec 2020 02:57:14 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 5C4C922512 for ; Thu, 24 Dec 2020 02:57:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5C4C922512 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 A024F6B007B; Wed, 23 Dec 2020 21:57:12 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 9B2BD6B007D; Wed, 23 Dec 2020 21:57:12 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 8C7DC8D0063; Wed, 23 Dec 2020 21:57:12 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0222.hostedemail.com [216.40.44.222]) by kanga.kvack.org (Postfix) with ESMTP id 77D286B007B for ; Wed, 23 Dec 2020 21:57:12 -0500 (EST) Received: from smtpin15.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay01.hostedemail.com (Postfix) with ESMTP id 40268180AD820 for ; Thu, 24 Dec 2020 02:57:12 +0000 (UTC) X-FDA: 77626664304.15.order91_3b007c52746d Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin15.hostedemail.com (Postfix) with ESMTP id 1C8F91814B0C1 for ; Thu, 24 Dec 2020 02:57:12 +0000 (UTC) X-HE-Tag: order91_3b007c52746d X-Filterd-Recvd-Size: 6721 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by imf31.hostedemail.com (Postfix) with ESMTP for ; Thu, 24 Dec 2020 02:57:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject:Sender: Reply-To:Cc:Content-ID:Content-Description; bh=dIwQE4jQabyjhn/YM3aRqfkeyXVYvLKSfSErZjaHO9Q=; b=eK6XaMoLi8imlzynTKzs8Brnip WMUL/CIkIj8vLY7ecKwEyV8amR56BkGGkCQS3ZwnwfNhSv2X0leRp8kqwP4ZDEkUSiQqvhFoGeyWl XyVus6TmzK77WIlS5rk2xBYXA2BWvoNJJiF9ols3bF+4YynJ/snMu4bLf3yzAUTfWZwObxOK4Ou2R Poi1zZj8ZmCiC7XvyyF+3K8QOarfugQ6mBtG41fzWm6Uauu/l+bVamU/8Hep6TqGOL44sN7pIaxwN wOdFxaaLmWs2plTw+DvrilDbiPNSrPwtM2DnWvivqv3qrjPaHqG/k9rAKVDekWB0DqYSL/dsNzczJ ILMQKWUA==; Received: from [2601:1c0:6280:3f0::64ea] by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1ksGoH-0004tD-Gd; Thu, 24 Dec 2020 02:57:02 +0000 Subject: Re: mmotm 2020-12-23-16-15 uploaded (mm/vmstat.c) To: akpm@linux-foundation.org, broonie@kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-next@vger.kernel.org, mhocko@suse.cz, mm-commits@vger.kernel.org, sfr@canb.auug.org.au, Muchun Song References: <20201224001635.5H0RjpkF_%akpm@linux-foundation.org> From: Randy Dunlap Message-ID: Date: Wed, 23 Dec 2020 18:56:53 -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: <20201224001635.5H0RjpkF_%akpm@linux-foundation.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable 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/23/20 4:16 PM, akpm@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2020-12-23-16-15 has been uploaded to >=20 > https://www.ozlabs.org/~akpm/mmotm/ >=20 > mmotm-readme.txt says >=20 > README for mm-of-the-moment: >=20 > https://www.ozlabs.org/~akpm/mmotm/ >=20 > This is a snapshot of my -mm patch queue. Uploaded at random hopefully > more than once a week. >=20 > You will need quilt to apply these patches to the latest Linus release = (5.x > or 5.x-rcY). The series file is in broken-out.tar.gz and is duplicated= in > https://ozlabs.org/~akpm/mmotm/series >=20 > The file broken-out.tar.gz contains two datestamp files: .DATE and > .DATE-yyyy-mm-dd-hh-mm-ss. Both contain the string yyyy-mm-dd-hh-mm-ss= , > followed by the base kernel version against which this patch series is = to > be applied. on i386 or UML on i386 or x86_64: (and probably on x86_64, but my builds haven't got there yet) when CONFIG_TRANSPARENT_HUGEPAGE is not set/enabled: ../mm/vmstat.c: In function =E2=80=98zoneinfo_show_print=E2=80=99: ./../include/linux/compiler_types.h:320:38: error: call to =E2=80=98__com= piletime_assert_269=E2=80=99 declared with attribute error: BUILD_BUG fai= led _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ ./../include/linux/compiler_types.h:301:4: note: in definition of macro =E2= =80=98__compiletime_assert=E2=80=99 prefix ## suffix(); \ ^~~~~~ ./../include/linux/compiler_types.h:320:2: note: in expansion of macro =E2= =80=98_compiletime_assert=E2=80=99 _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro =E2=80=98= compiletime_assert=E2=80=99 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) ^~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:59:21: note: in expansion of macro =E2=80=98= BUILD_BUG_ON_MSG=E2=80=99 #define BUILD_BUG() BUILD_BUG_ON_MSG(1, "BUILD_BUG failed") ^~~~~~~~~~~~~~~~ ../include/linux/huge_mm.h:325:28: note: in expansion of macro =E2=80=98B= UILD_BUG=E2=80=99 #define HPAGE_PMD_SHIFT ({ BUILD_BUG(); 0; }) ^~~~~~~~~ ../include/linux/huge_mm.h:106:26: note: in expansion of macro =E2=80=98H= PAGE_PMD_SHIFT=E2=80=99 #define HPAGE_PMD_ORDER (HPAGE_PMD_SHIFT-PAGE_SHIFT) ^~~~~~~~~~~~~~~ ../include/linux/huge_mm.h:107:26: note: in expansion of macro =E2=80=98H= PAGE_PMD_ORDER=E2=80=99 #define HPAGE_PMD_NR (1<: #else /* CONFIG_TRANSPARENT_HUGEPAGE */ #define HPAGE_PMD_SHIFT ({ BUILD_BUG(); 0; }) #define HPAGE_PMD_MASK ({ BUILD_BUG(); 0; }) #define HPAGE_PMD_SIZE ({ BUILD_BUG(); 0; }) #define HPAGE_PUD_SHIFT ({ BUILD_BUG(); 0; }) #define HPAGE_PUD_MASK ({ BUILD_BUG(); 0; }) #define HPAGE_PUD_SIZE ({ BUILD_BUG(); 0; }) >> mm-memcontrol-convert-nr_anon_thps-account-to-pages.patch --=20 ~Randy