Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp10374565ybi; Wed, 24 Jul 2019 22:02:08 -0700 (PDT) X-Google-Smtp-Source: APXvYqxacLIsT+9jkZec91mOPEcOjzG5B4BufyNQ0hlPIfUE1wHP+92V7mfMeMYSBcxVX8beOGd0 X-Received: by 2002:a62:7695:: with SMTP id r143mr15260323pfc.173.1564030927933; Wed, 24 Jul 2019 22:02:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564030927; cv=none; d=google.com; s=arc-20160816; b=w1JAl2xnatM/Hb5sZrQaW/1YxUOMs6bcCASJ5Ao7TWTcKUsTk7mvjXJghBhm/5BfVF L1NUQNPTcVUNwNYCN6UFAcMimd/62sTIFKYpiBzJAMUbpCzWFxNQdMajbye9wNVXpXKR AxaLeWMPIuoKCoqRg5/zaqYznKX4hcx6jUORmGpo5wi3GLd8QML9VGKSY7UoW1t85E9o uiyZd99B6gHTLbh+WczUNk5mZjwl6m41am5WSAp8T6vQ8RUQsjLfq0eEQUVjCkXgap5w YUn4EBwLThoXVyRtvtygK80vG4PN6Duvgu9Wy5/SJa6Lh7EPBAmsgZjiiB5YXHzloB8Z dtzw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=XRQI5XjweLreT5MYfT0hCjiZOANewq0YJBVg6+IaSt0=; b=dRmTAGpnSmjPYSobQ9taEa/aKf/kcZCguYXX6W6EBdEpQJOfkLwzEEu0uP4/9f6FZR trifOTIyOECHFLJiWqH4x2zLqjWL2LPsHph2bLOkzihT6g9JbgmTNiskYmiFRvNJUD0y itwnUV+QWtElHYf1j5aY60dHBpYD0nvB1iOWbcqon4WRnKZSQW/vI+YR0K5Tq1yXBkFt nKFTRjwqJ0jvwX8rBaBiDSbB65XuKowsPzzAX6MlvUSLpZwctd8zvCyMHaW0V59Yf3ei wDbcut+1rKQg7zRKeAtLcDlSteduDQV9Z7DKmGFuD+uQT/5s+W4SbK48hVZElvPaXmkS q4KQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=za3pgoDh; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t129si21261893pfb.16.2019.07.24.22.01.42; Wed, 24 Jul 2019 22:02:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=za3pgoDh; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390622AbfGXTr7 (ORCPT + 99 others); Wed, 24 Jul 2019 15:47:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:54896 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728309AbfGXTr5 (ORCPT ); Wed, 24 Jul 2019 15:47:57 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2599620659; Wed, 24 Jul 2019 19:47:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563997676; bh=JqlQr2l/NC3g9u4XIP2XaATPhIAheQqA+OSuoR21RHc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=za3pgoDhZOq8kzYvmbfzkzk1j2aIO0Xikh1oOZ4OWAPtht7N4c3jPRcrEu33VS9gC jNWNTZqycy+cz6YSQqD9otitRuUhfn/4lr6k9c1/UlQK3KkzHMEesrlqvRDaPcF5L+ Jh2iD+rIPOUCz4DvFanDmdHaEKOzw9g8FxMUfS0s= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Geert Uytterhoeven , Nayna Jain , James Morris , Mimi Zohar , Sasha Levin Subject: [PATCH 5.1 104/371] integrity: Fix __integrity_init_keyring() section mismatch Date: Wed, 24 Jul 2019 21:17:36 +0200 Message-Id: <20190724191732.676878464@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190724191724.382593077@linuxfoundation.org> References: <20190724191724.382593077@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [ Upstream commit 8c655784e2cf59cb6140759b8b546d98261d1ad9 ] With gcc-4.6.3: WARNING: vmlinux.o(.text.unlikely+0x24c64): Section mismatch in reference from the function __integrity_init_keyring() to the function .init.text:set_platform_trusted_keys() The function __integrity_init_keyring() references the function __init set_platform_trusted_keys(). This is often because __integrity_init_keyring lacks a __init annotation or the annotation of set_platform_trusted_keys is wrong. Indeed, if the compiler decides not to inline __integrity_init_keyring(), a warning is issued. Fix this by adding the missing __init annotation. Fixes: 9dc92c45177ab70e ("integrity: Define a trusted platform keyring") Signed-off-by: Geert Uytterhoeven Reviewed-by: Nayna Jain Reviewed-by: James Morris Signed-off-by: Mimi Zohar Signed-off-by: Sasha Levin --- security/integrity/digsig.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/integrity/digsig.c b/security/integrity/digsig.c index e19c2eb72c51..37869214c243 100644 --- a/security/integrity/digsig.c +++ b/security/integrity/digsig.c @@ -73,8 +73,9 @@ int integrity_digsig_verify(const unsigned int id, const char *sig, int siglen, return -EOPNOTSUPP; } -static int __integrity_init_keyring(const unsigned int id, key_perm_t perm, - struct key_restriction *restriction) +static int __init __integrity_init_keyring(const unsigned int id, + key_perm_t perm, + struct key_restriction *restriction) { const struct cred *cred = current_cred(); int err = 0; -- 2.20.1