From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756563Ab1FQFiV (ORCPT ); Fri, 17 Jun 2011 01:38:21 -0400 Received: from chilli.pcug.org.au ([203.10.76.44]:43254 "EHLO smtps.tip.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751281Ab1FQFiU (ORCPT ); Fri, 17 Jun 2011 01:38:20 -0400 Date: Fri, 17 Jun 2011 15:38:09 +1000 From: Stephen Rothwell To: Linus Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, KAMEZAWA Hiroyuki , Andrew Morton , ppc-dev , "David S. Miller" Subject: linux-next: build failure after merge of the final tree (Linus' tree related) Message-Id: <20110617153809.471769a1.sfr@canb.auug.org.au> X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.4; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Fri__17_Jun_2011_15_38_09_+1000_LUBYqUY+MpBguNXH" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Signature=_Fri__17_Jun_2011_15_38_09_+1000_LUBYqUY+MpBguNXH Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi all, After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: mm/page_cgroup.c: In function 'page_cgroup_init': mm/page_cgroup.c:309:13: error: 'pg_data_t' has no member named 'node_end_p= fn' Caused by commit 37573e8c7182 ("memcg: fix init_page_cgroup nid with sparsemem"). On powerpc, node_end_pfn() is defined to be (NODE_DATA (nid)->node_end_pfn) where NODE_DATA(nid) is (node_data[nid]) and node_data is struct pglist_data *node_data[]. As far as I can see, struct pglist_data has never had a member called node_end_pfn. This commit introduces the only use of node_end_pfn() in the generic kernel code. Presumably the powerpc definition needs to be fixed (to maybe something like the x86 version). It looks like the sparc version is broken as well. I have left the powerpc allyesconfig build broken for today (as it is also broken by other changes). --=20 Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ --Signature=_Fri__17_Jun_2011_15_38_09_+1000_LUBYqUY+MpBguNXH Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJN+uhBAAoJEDMEi1NhKgbscpcH/j4f0JrOUkpqEdXpHXbx/Ojb h9UI2DbI28RPfbPG4Rs/z6EhXeuHADwjdIDW7qRSzKcj3c8Gx1cgjxXiTSkjiHjW OSywnYjjGWfQNjD3C0qHfRydWrqaKIbOZKGGnC9Bfg681l1PmDVIheVTh+1AfiLv sFVKtuTY7PX8ZHa1ynxx4uFSRN8hHLGWi7MsLkqa5nfnz7WsaGCppQSiUEykHh6+ ZgSrspZ+xBsyhl0+rdRvB19UNqqzeqZu2ziBkXPgqMSdQ5wt/YfxjOHOcRi8ERpS q2+yJuPRI9Na4aNRX/PlLdIgn0GHGTDTo7aYY7AwUUXXJmEd72Zl1apg8QS9yN0= =UVTC -----END PGP SIGNATURE----- --Signature=_Fri__17_Jun_2011_15_38_09_+1000_LUBYqUY+MpBguNXH--