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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 03FD8EE49A0 for ; Tue, 22 Aug 2023 01:22:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229583AbjHVBWd (ORCPT ); Mon, 21 Aug 2023 21:22:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40710 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229641AbjHVBW3 (ORCPT ); Mon, 21 Aug 2023 21:22:29 -0400 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 46AEC184; Mon, 21 Aug 2023 18:22:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1692667341; bh=QsNDGFvVo1SvxEvhU10jBdQRvP3U/A2CgPljhigcvQg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Lc1ahpj1fWUVwYlCjg/HPm13YYYVnVyCLWQC8lbkw04saXWFi2yu8wC1Jv8iBaoWw o+C/wq2UFi/FzQqou+SQa5Rgqzy47ZMQTscW3nkmJo4aLpfnSkenVcZN9ByuWL98w9 wKf5Xn+W8OEgiHEkV6eEn1rA+Cnssd9HGrcRklIdC3btw3XnFhWAjq3HAy/iMpiK+V xx3wQdDESzeMEbIALJ4wDINggUCpHuOdWGaz8wSXNXV0cH0cR8JJIBKGlCtpKz/ETv X1yUmWp655AzuJ/CpImlcFgjGS2oZVWKMlIQSTvb85iPVW6JwPhCsHpTdGCof59Fiq 99711Z8IDpy/g== Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4RVBR13HQ0z4wxx; Tue, 22 Aug 2023 11:22:21 +1000 (AEST) Date: Tue, 22 Aug 2023 11:22:17 +1000 From: Stephen Rothwell To: Matthew Wilcox Cc: Andrew Morton , Linux Kernel Mailing List , Linux Next Mailing List , Michael Ellerman , Nicholas Piggin , Christophe Leroy , linuxppc-dev@lists.ozlabs.org Subject: Re: linux-next: build failure after merge of the mm tree Message-ID: <20230822112217.185c3357@canb.auug.org.au> In-Reply-To: References: <20230822095537.500047f7@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/CYCJ/0.1wJKizPBWXmOeEhD"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org --Sig_/CYCJ/0.1wJKizPBWXmOeEhD Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Matthew, On Tue, 22 Aug 2023 02:11:44 +0100 Matthew Wilcox wro= te: > > On Tue, Aug 22, 2023 at 09:55:37AM +1000, Stephen Rothwell wrote: > > In file included from include/trace/trace_events.h:27, > > from include/trace/define_trace.h:102, > > from fs/xfs/xfs_trace.h:4428, > > from fs/xfs/xfs_trace.c:45: > > include/linux/pgtable.h:8:25: error: initializer element is not constant > > 8 | #define PMD_ORDER (PMD_SHIFT - PAGE_SHIFT) =20 >=20 > Ummm. PowerPC doesn't have a compile-time constant PMD size? Yeah, you are not the first (or probably the last) to be caught by that. --=20 Cheers, Stephen Rothwell --Sig_/CYCJ/0.1wJKizPBWXmOeEhD Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmTkDckACgkQAVBC80lX 0Gw/wAf/SCxysM9kgwBGXjE8mdNaMmTV0RuXSW5fILUfaH2K1bwzirH/1UYXENFe h78SXWxhzCtvQsEpLMYiaNRdaAsbFwXebMAreYkEVSA7y+QWZ+PyIlLE7/cjjSpO RPe10UzO/fdzXdjzz8Ll3MvCLgMiPxUWoonouaBz7roLcv8EAjEjXl/TS5fcQoqp XFZLn4PzY4HH7tNI2pVBhH8bhELoX8mU8FC+h3a2ygQSANdASi9u/2BXAroJVbCY 7AwW30IKzdD0JJnmlsL+59JyaMEE9Pd1m+o3JzXkoi0MJicvpKiL3oIss2z74vfH 7bupmKGqIkxtkbHGVd+UWhsMJWK/Iw== =u0m7 -----END PGP SIGNATURE----- --Sig_/CYCJ/0.1wJKizPBWXmOeEhD--