From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6B1EEC433EF for ; Tue, 30 Nov 2021 14:47:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242382AbhK3Our (ORCPT ); Tue, 30 Nov 2021 09:50:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59722 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242386AbhK3Ouq (ORCPT ); Tue, 30 Nov 2021 09:50:46 -0500 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F0906C061746; Tue, 30 Nov 2021 06:47:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=Content-Transfer-Encoding:Content-Type :In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date:Message-ID: Sender:Reply-To:Content-ID:Content-Description; bh=eHhKSyL/4thAp4K3/sUisnskskOvl3DA3fO/Wtajc2s=; b=esjXI+Iiw0pPNhwbJKJHv6J0Rp RmBOscYHwtzepBoumVo8v0EyjL/Rf+zCZunGodZkdHgePu+PciPO2Krftl4eRjDoYcCQrGdp3BpR3 xJefidFxx6ulnq5xlwzlt15Urm9DOwy7lAmCYlMnDEBY7L6jNqYGZGAcrrW4LAaUYPHhoYYm81Asb prMvF1WqSfbqk1Cj4OWblGh1t03oIBISYo+TOqH9H5rFYhuqUH3SppPFaw241FfQ11jJE4QVFsT3a meZAMjzs9fV+mhLSAi9cxODO+wuAI8PJo1SvJYq43PzCIK7/yo9fp4KNxTQnrtRV7xBIqXxnQ4XHs D4fScMUw==; Received: from [2601:1c0:6280:3f0::aa0b] by desiato.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1ms4Pj-001Svp-Ks; Tue, 30 Nov 2021 14:47:24 +0000 Message-ID: <3f1c5518-d31e-48cf-ab75-1266a85b7aa4@infradead.org> Date: Tue, 30 Nov 2021 06:47:19 -0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.2 Subject: Re: linux-next: Tree for Nov 30 [drivers/base/firmware_loader/firmware_class.ko] Content-Language: en-US To: Stephen Rothwell , Linux Next Mailing List , Luis Chamberlain Cc: Linux Kernel Mailing List References: <20211130185102.2c280cab@canb.auug.org.au> From: Randy Dunlap In-Reply-To: <20211130185102.2c280cab@canb.auug.org.au> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On 11/29/21 23:51, Stephen Rothwell wrote: > Hi all, > > Changes since 20211129: > on x86_64: when CONFIG_FW_LOADER=m: ERROR: modpost: "unregister_firmware_config_sysctl" [drivers/base/firmware_loader/firmware_class.ko] undefined! ERROR: modpost: "register_firmware_config_sysctl" [drivers/base/firmware_loader/firmware_class.ko] undefined! Just export those 2 symbols, please. -- ~Randy