Received: by 2002:a05:6a10:eb17:0:0:0:0 with SMTP id hx23csp2585193pxb; Mon, 6 Sep 2021 00:09:15 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzvo2w78EnHZJebJpV0X+v80JeQ/FAxI7kVE9BkG5whniKXKV39MCbMcesNDf6cluO0FqfG X-Received: by 2002:a92:c848:: with SMTP id b8mr7312362ilq.54.1630912155251; Mon, 06 Sep 2021 00:09:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1630912155; cv=none; d=google.com; s=arc-20160816; b=FfKOGBelXlRNWMuOmSQlJAp3noT6+RpVd3GZvXsQI/TUi/eWAHNJm/hZdzIFTbwP9S G0vt7U9+sznY0O4VV7qym/yPE1Vns+EDZjjxtk+Pj/AROWekPp4xWHv8VacwoJy0/rIs vtP48TtRyLsLsZRQ2cLSJp61zQsYQQoo5zDu42eLPzKK3WGsUuOmv3Fpdeg2KvkwTSSw eAPTUMNjpIe3acJZgPKr3rGzCnhoDKcAf/04FgJlEEcv/L+UDZyNKpRYIlUxs3EzYx7T 760f4om7Vzd3crQ54dmqNc5mW26Y19WZKdOgsUkvF5NVTE96Nxrw8JCvOaWYxISx8zBm AT/A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:organisation:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=iU0pMH6t0wCwpdBgIItHluHY9SHrpsFBeZYiK/J+Ey0=; b=Imaj5ieTUxdxbJxWNJyIeUzkH/jay3+O7zN7+UNYagAvElFY04l4Vsk2niuAW+3btW +yvipqR1XPlgVulX/8ut5YGavaIgmX5CU5HPG7Op884Kinjpc9aA4U5WsM2vuNMKTqkK YIAo38xAQ9yh/1V/NsZZv1etOwTQpZ7z2Js4eRMDmO82dhOHcr3yXnavZSNCW7TpUbnV Y7ElwqLHYAMtCNH5BHa38U6gqgvp61iM0WqETGqYNlv0bUAYGBdzCjNnuapYDRwxBjM0 4ZqTarSV3qB/lKHCCyKOyG9pqQCFnasuKDD4GDvHoFG9v3DA/rrZ9Vv3L1dnsvh4QxdH up8g== 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 r6si6830529ilb.145.2021.09.06.00.09.03; Mon, 06 Sep 2021 00:09:15 -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 S239875AbhIFHIz (ORCPT + 99 others); Mon, 6 Sep 2021 03:08:55 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:33360 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239792AbhIFHIy (ORCPT ); Mon, 6 Sep 2021 03:08:54 -0400 Received: from madeliefje.horms.nl (tulip.horms.nl [83.161.246.101]) by kirsty.vergenet.net (Postfix) with ESMTPA id 478CF25B849; Mon, 6 Sep 2021 17:07:49 +1000 (AEST) Received: by madeliefje.horms.nl (Postfix, from userid 7100) id 9832241AB; Mon, 6 Sep 2021 09:07:47 +0200 (CEST) Date: Mon, 6 Sep 2021 09:07:47 +0200 From: Simon Horman To: Geert Uytterhoeven Cc: Andrew Morton , Tony Luck , Jay Lan , Magnus Damm , Mike Rapoport , Rob Herring , Frank Rowand , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 2/3] ia64: Make reserve_elfcorehdr() static Message-ID: <20210906070747.GD19281@vergenet.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organisation: Horms Solutions BV User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 25, 2021 at 01:48:28PM +0200, Geert Uytterhoeven wrote: > There never was a reason for reserve_elfcorehdr() to be global. > Make the function static, and move it before its sole caller. > > Fixes: cee87af2a5f75713 ("[IA64] kexec: Use EFI_LOADER_DATA for ELF core header") > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman > --- > This fixes a conflict triggered by > https://lore.kernel.org/r/c7e46e50aaf87ef49bdaa61358d25b122f32b7df.1628670468.git.geert+renesas@glider.be/ > and fixed by > https://lore.kernel.org/r/f6eabbbce0fba6da3da0264c1e1cf23c01173999.1629884393.git.geert+renesas@glider.be > arch/ia64/include/asm/meminit.h | 1 - > arch/ia64/kernel/setup.c | 51 ++++++++++++++++----------------- > 2 files changed, 25 insertions(+), 27 deletions(-) ...