Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp3040659pxb; Mon, 18 Oct 2021 07:07:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyanzkF9z8z3HeJ17QjuAjSQLxbmV+6cqnVpD0kiUq29hn0hjdexGKCzn0NctoFQzcEXgDI X-Received: by 2002:a17:90b:3749:: with SMTP id ne9mr48386079pjb.192.1634566077579; Mon, 18 Oct 2021 07:07:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634566077; cv=none; d=google.com; s=arc-20160816; b=ensxVnfzj8V/6adLQy1NnkpP9a+04d+Y/ioaai9FOk81fEAP4iz1JFnE3jqEM+cfFj 5YyBnu1tkJUguvURwR5IMXAxQgZvyrWRcNFIKkaBOj7FIyt4wqVYUfrq5f6w1NdakHbU 4XE3PQ/+Nfk5QbeUpxfhw9JwTroWuHRiRBe5xYQKSiJ7xqsHyNfGkgoOnHH+L0H0pr2Z 4sBZhNdgzKK6UNexGxWEYc0sUHg11FIWX4VPqFdMuud2U4QLxSOqvuF4jc+D+CLRLXri WRwi3qerdcWIbJmU4WT3KLLkHZIc8RQvgv9NNIHdUSgGmjfBiCzf0s5wyIT242QFPnmQ YveA== 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 :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=xbodD4ypKyOlCyO4ItTvU9jNUJRdRKrSDL4KJWsAOzo=; b=gVv1sUm/CrcTyDwbPdhpiCXE88zI+3+LwoTRLvHSBDrvHAmk66c4KXKkj/bbUOcA7T kCwvpaga4VvkKzc3wecWKzJ9Vfxr81bwiPhf4MjPrjHkja9iendZRK/Vj9+hnQsgW561 JuBK+/Db6MsBimgcPinM4LVx3irynP+GaYiQ6VeKhfiPZOkevzxeRASwlkkgv5rYe8rQ kPMw1/D77DfGaq/01ZrPHMLBqQd74lpiwKW6hBlIBgjktklyi1QscGMq9R5Epq3qi7md 13dSAw7mTs99y8b5IB4SsPFk3Rxh+Xtf+UwcmM+rvkZm2SHXwD2O4X8qdEauC+/SBpN1 dEeA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=Yttf0lBn; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t70si10225123pgd.496.2021.10.18.07.07.44; Mon, 18 Oct 2021 07:07:57 -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; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=Yttf0lBn; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235090AbhJROHJ (ORCPT + 99 others); Mon, 18 Oct 2021 10:07:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:40650 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232454AbhJROBn (ORCPT ); Mon, 18 Oct 2021 10:01:43 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2580061A6D; Mon, 18 Oct 2021 13:42:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1634564565; bh=VIdxFtqdmZjsJnavCV+3i8M+BDIPD+wDhXUWr5cD+xA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Yttf0lBn01ADQFOOZCXmMR4OGTL+0qhqgQZ3WtcrVJEah1HAc85BYvK9LXuHKG5Ud VSbVF4IVdwR7DXp3ocpKMF9W3Gc9RlKhbKNo8wMMAeViZWDB13C9MP8xXfHWTtMVnl KccUdvU//W5jA8aytromIhlaP10MVx8VcjXAcZnk= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Jackie Liu , Hanjun Guo , Catalin Marinas Subject: [PATCH 5.14 136/151] acpi/arm64: fix next_platform_timer() section mismatch error Date: Mon, 18 Oct 2021 15:25:15 +0200 Message-Id: <20211018132345.083788053@linuxfoundation.org> X-Mailer: git-send-email 2.33.1 In-Reply-To: <20211018132340.682786018@linuxfoundation.org> References: <20211018132340.682786018@linuxfoundation.org> User-Agent: quilt/0.66 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 From: Jackie Liu commit 596143e3aec35c93508d6b7a05ddc999ee209b61 upstream. Fix modpost Section mismatch error in next_platform_timer(). [...] WARNING: modpost: vmlinux.o(.text.unlikely+0x26e60): Section mismatch in reference from the function next_platform_timer() to the variable .init.data:acpi_gtdt_desc The function next_platform_timer() references the variable __initdata acpi_gtdt_desc. This is often because next_platform_timer lacks a __initdata annotation or the annotation of acpi_gtdt_desc is wrong. WARNING: modpost: vmlinux.o(.text.unlikely+0x26e64): Section mismatch in reference from the function next_platform_timer() to the variable .init.data:acpi_gtdt_desc The function next_platform_timer() references the variable __initdata acpi_gtdt_desc. This is often because next_platform_timer lacks a __initdata annotation or the annotation of acpi_gtdt_desc is wrong. ERROR: modpost: Section mismatches detected. Set CONFIG_SECTION_MISMATCH_WARN_ONLY=y to allow them. make[1]: *** [scripts/Makefile.modpost:59: vmlinux.symvers] Error 1 make[1]: *** Deleting file 'vmlinux.symvers' make: *** [Makefile:1176: vmlinux] Error 2 [...] Fixes: a712c3ed9b8a ("acpi/arm64: Add memory-mapped timer support in GTDT driver") Signed-off-by: Jackie Liu Acked-by: Hanjun Guo Link: https://lore.kernel.org/r/20210823092526.2407526-1-liu.yun@linux.dev Signed-off-by: Catalin Marinas Signed-off-by: Greg Kroah-Hartman --- drivers/acpi/arm64/gtdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/acpi/arm64/gtdt.c +++ b/drivers/acpi/arm64/gtdt.c @@ -36,7 +36,7 @@ struct acpi_gtdt_descriptor { static struct acpi_gtdt_descriptor acpi_gtdt_desc __initdata; -static inline void *next_platform_timer(void *platform_timer) +static inline __init void *next_platform_timer(void *platform_timer) { struct acpi_gtdt_header *gh = platform_timer;