Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp1608429pxb; Mon, 11 Oct 2021 09:23:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxy7ubGu6fGwhta75YmJ/4CcHoetNgGCcHCQacdJ6JjG/1/cZbB1pfW9Kvi7sReJFmkv0xl X-Received: by 2002:a17:90a:4502:: with SMTP id u2mr31360968pjg.186.1633969432284; Mon, 11 Oct 2021 09:23:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1633969432; cv=none; d=google.com; s=arc-20160816; b=XkJrsCiUSjsD0RYGptj3NYdy/CJ6V3thO9WC/vgxyVYRS05uBJYWmUDXA9CN8Naaeu x45ATtzj6b/gjTYGclqmO2r521A7vT6gEtFlSpCJxQM0wrwByU9zW5zOii/xp8jF6KRD 3rdJhY6VwXuOQQhoRrnnqfYL2ZZm5FT2A+RmBEATRhVcu85XkZT60n15D03VKm1b/qJJ J1W1VDiQsO5wU3EAStGoIplqjym8MlOGJv7Uk9QP+G+AL6n5jV0Bn5PuytdPDe3BxqO6 DUOTk19Ynxk9lRB19z6y4/64ODcRXZRVBhL7T4gZ/DVkD2EVB6kLKKVh2UVeFJnD6JDu mu2A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=vgCGGMATEfRioln6BGVqJy+59wmGD/4crVXOM4lv2YY=; b=K0YYhZHmOL0mjg0z7L1z8qztQznfTyB7HCCSbrTsBuQ6JwzzzwXi6CPK7JpETfx7Y4 m2Ib1BDWNFWxey1jR6WHHakzn7zEHMombawTibbzUvFu6XFOmM3XlS6CQddgBXH1wXR4 OyQji2JFqe08GuCiennLmIwaYILq7l2RsGzXV7+6FBS4nsOfKa8L0jGF/jd2t98s1utv wTFncC2W3SH6cl8E56jhGAUys0jxEnw2qBh1gNpbwgxF3PNqxky+y/P6CV7HVWul9gEB ShXDeMm6ttaySWWPxMSCk22lydpeobkbK5R2AHU+KrLxtt1pSzOPSU+KbjoOLLMgZhT0 4CeA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q15si12846952plx.191.2021.10.11.09.23.39; Mon, 11 Oct 2021 09:23:52 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236438AbhJKMJ6 (ORCPT + 99 others); Mon, 11 Oct 2021 08:09:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39552 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236440AbhJKMJ4 (ORCPT ); Mon, 11 Oct 2021 08:09:56 -0400 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [IPv6:2404:9400:2:0:216:3eff:fee2:21ea]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C0C7BC061570 for ; Mon, 11 Oct 2021 05:07:56 -0700 (PDT) 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 (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4HScxg5VgDz4xqM; Mon, 11 Oct 2021 23:07:51 +1100 (AEDT) From: Michael Ellerman To: Paul Mackerras , Christophe Leroy , Benjamin Herrenschmidt , Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, kernel test robot , linux-kernel@vger.kernel.org In-Reply-To: <025754fde3d027904ae9d0191f395890bec93369.1631541649.git.christophe.leroy@csgroup.eu> References: <025754fde3d027904ae9d0191f395890bec93369.1631541649.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH] powerpc/mem: Fix arch/powerpc/mm/mem.c:53:12: error: no previous prototype for 'create_section_mapping' Message-Id: <163395400153.4094789.2095560885525137957.b4-ty@ellerman.id.au> Date: Mon, 11 Oct 2021 23:06:41 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 13 Sep 2021 17:17:26 +0200, Christophe Leroy wrote: > Commit 8e11d62e2e87 ("powerpc/mem: Add back missing header to fix 'no > previous prototype' error") was supposed to fix the problem, but in > the meantime commit a927bd6ba952 ("mm: fix phys_to_target_node() and* > memory_add_physaddr_to_nid() exports") moved create_section_mapping() > prototype from asm/sparsemem.h to asm/mmzone.h > > > [...] Applied to powerpc/next. [1/1] powerpc/mem: Fix arch/powerpc/mm/mem.c:53:12: error: no previous prototype for 'create_section_mapping' https://git.kernel.org/powerpc/c/7eff9bc00ddf1e2281dff575884b7f676c85b006 cheers