Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2454987pxj; Mon, 10 May 2021 03:28:00 -0700 (PDT) X-Google-Smtp-Source: ABdhPJymSjEzzOOsg1OauydtFDSzrnNgKway8pj+mAZiFkIevbt43KGrNYliE63tUiEycIarilga X-Received: by 2002:a05:6e02:1d18:: with SMTP id i24mr421349ila.157.1620642480227; Mon, 10 May 2021 03:28:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620642480; cv=none; d=google.com; s=arc-20160816; b=N0/4KeN6ysxBSs1mzY/UXobxMVuAOaUOzVgkaZA2bQNYwN0vPYjZjxeULky7+d8iDr aUKxFn5IOtmXjINl+DVhMCsJbx8EC0/EuiBPI6qRXwnjC6yjVqMfrBtICHjGNcZMtFw0 UxL8ZIYzx3VsHFDqbLe+EZujogM1NtoU5mCEoY5tqjIazx+a926m4CayQPrlctC+/VJy 21BOu683FXazchmDUbhipnX6H2ASxMw0NZWsQhIYCfDi1KITu9J+orFvvmfjTLV0QHxa U8PromzdMWsus9Ckab3lEldHLB94qZSKvDg/hKYSk3VHZQ6LptM9ivWiUG5JNYaJ9pJz ktRQ== 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=vTvkuRJPZVH1JEyu/nszNczGUjOrEyp7fs5jMN153FU=; b=c7Tms4PpKW9cIGXj2GFJ576Ln5jxKssRoK0Y2znZ9C5ih73vseYJRwUcZl79BllidL AgoXL0gs/jSIuPTjAC4kkDvmXHaqBxf/Y5wvW6DL1fbArfVhAr2Kd+mBcXCD09hKJO8Y zl/HJzxszpdvo4WUex48FXZuj6uDWYdzGOXBE63/s/H20J2vVsAS/HiJnFrOFG3MpwDG vstHINEqdfGyNze3rfPqtVBcijzT1EMXGd5HxRhGuqDPjHrA5Up3pnTxeYA/1AlnMcX5 ZapTRI0/NgHGVNUGlyKQ9PdNS6ZEh4Re2wFJbA5xtxRpVwV0oInoHzSICfRBXMjMReS7 IdsQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="a/hu0dxM"; 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 m22si11792833jaj.54.2021.05.10.03.27.48; Mon, 10 May 2021 03:28:00 -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="a/hu0dxM"; 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 S231358AbhEJK0f (ORCPT + 99 others); Mon, 10 May 2021 06:26:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:58602 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231281AbhEJKZr (ORCPT ); Mon, 10 May 2021 06:25:47 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id C6D9861481; Mon, 10 May 2021 10:24:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1620642278; bh=2q8uTJYygAJRXWi86Lvfxv7JRnQP2NPsjPxE8HsdnpM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=a/hu0dxMGfrGnrLsq90Tq+d17clzvhyaUqP4Inj//URyVP8vIJ7mN31NdHaOWbFRx 2ySf02S4J0AqvRXlm+RuAOnAabJiswAMnJ86VFCQ+tT0MFX4gpqOO7SbKTVkfuT4dA xnREgKyNXDGU15eBhBIDIbgWiZZbnDYobz4zjSZM= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Christoph Hellwig , Jessica Yu Subject: [PATCH 5.4 030/184] modules: return licensing information from find_symbol Date: Mon, 10 May 2021 12:18:44 +0200 Message-Id: <20210510101951.220172235@linuxfoundation.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210510101950.200777181@linuxfoundation.org> References: <20210510101950.200777181@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: Christoph Hellwig commit ef1dac6021cc8ec5de02ce31722bf26ac4ed5523 upstream. Report the GPLONLY status through a new argument. Signed-off-by: Christoph Hellwig Signed-off-by: Jessica Yu Signed-off-by: Greg Kroah-Hartman --- include/linux/module.h | 2 +- kernel/module.c | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) --- a/include/linux/module.h +++ b/include/linux/module.h @@ -561,7 +561,7 @@ struct module *find_module(const char *n struct symsearch { const struct kernel_symbol *start, *stop; const s32 *crcs; - enum { + enum mod_license { NOT_GPL_ONLY, GPL_ONLY, WILL_BE_GPL_ONLY, --- a/kernel/module.c +++ b/kernel/module.c @@ -493,6 +493,7 @@ struct find_symbol_arg { struct module *owner; const s32 *crc; const struct kernel_symbol *sym; + enum mod_license license; }; static bool check_exported_symbol(const struct symsearch *syms, @@ -526,6 +527,7 @@ static bool check_exported_symbol(const fsa->owner = owner; fsa->crc = symversion(syms->crcs, symnum); fsa->sym = &syms->start[symnum]; + fsa->license = syms->license; return true; } @@ -585,6 +587,7 @@ static bool find_exported_symbol_in_sect static const struct kernel_symbol *find_symbol(const char *name, struct module **owner, const s32 **crc, + enum mod_license *license, bool gplok, bool warn) { @@ -599,6 +602,8 @@ static const struct kernel_symbol *find_ *owner = fsa.owner; if (crc) *crc = fsa.crc; + if (license) + *license = fsa.license; return fsa.sym; } @@ -1072,7 +1077,7 @@ void __symbol_put(const char *symbol) struct module *owner; preempt_disable(); - if (!find_symbol(symbol, &owner, NULL, true, false)) + if (!find_symbol(symbol, &owner, NULL, NULL, true, false)) BUG(); module_put(owner); preempt_enable(); @@ -1350,7 +1355,7 @@ static inline int check_modstruct_versio * locking is necessary -- use preempt_disable() to placate lockdep. */ preempt_disable(); - if (!find_symbol("module_layout", NULL, &crc, true, false)) { + if (!find_symbol("module_layout", NULL, &crc, NULL, true, false)) { preempt_enable(); BUG(); } @@ -1434,6 +1439,7 @@ static const struct kernel_symbol *resol struct module *owner; const struct kernel_symbol *sym; const s32 *crc; + enum mod_license license; int err; /* @@ -1443,7 +1449,7 @@ static const struct kernel_symbol *resol */ sched_annotate_sleep(); mutex_lock(&module_mutex); - sym = find_symbol(name, &owner, &crc, + sym = find_symbol(name, &owner, &crc, &license, !(mod->taints & (1 << TAINT_PROPRIETARY_MODULE)), true); if (!sym) goto unlock; @@ -2258,7 +2264,7 @@ void *__symbol_get(const char *symbol) const struct kernel_symbol *sym; preempt_disable(); - sym = find_symbol(symbol, &owner, NULL, true, true); + sym = find_symbol(symbol, &owner, NULL, NULL, true, true); if (sym && strong_try_module_get(owner)) sym = NULL; preempt_enable(); @@ -2294,7 +2300,7 @@ static int verify_exported_symbols(struc for (i = 0; i < ARRAY_SIZE(arr); i++) { for (s = arr[i].sym; s < arr[i].sym + arr[i].num; s++) { if (find_symbol(kernel_symbol_name(s), &owner, NULL, - true, false)) { + NULL, true, false)) { pr_err("%s: exports duplicate symbol %s" " (owned by %s)\n", mod->name, kernel_symbol_name(s),