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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B61D1C433EF for ; Fri, 8 Oct 2021 09:22:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9696860F6C for ; Fri, 8 Oct 2021 09:22:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237272AbhJHJYT (ORCPT ); Fri, 8 Oct 2021 05:24:19 -0400 Received: from mail-0201.mail-europe.com ([51.77.79.158]:48007 "EHLO mail-0201.mail-europe.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237288AbhJHJYS (ORCPT ); Fri, 8 Oct 2021 05:24:18 -0400 Date: Fri, 08 Oct 2021 09:22:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emersion.fr; s=protonmail; t=1633684939; bh=i8yz2Dg75XXWZjL9bsGvVhDicxEByCAZeWOpe1sB2M0=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=XiBRvlEep33rZf0acsxl1nCNw+zCnNV5wgsIn7gZM2q1rnZ6TkhNgQNVMBMrGDprO +T8KUCDCDTDDs7iNy2KLjmhMREkwhqy2CbjuOyaOhDStApKAnEwCIenJM7yxaIAsXm goN7BoNjgnjZNav9jjTqWOB0H7cip3yldlVyRA0C2Wn9W+i84b1TEa6qUaReUX8mSb nqyhagGOjS8fl3e2q+9sOBjP9sTprpC7e5TgqnqYSRcEcJMjbXsR38IEI0j3dnLZin 1cUj4YrEzU3eRH7myIALI+eIs6+m+KmW+ArxyllS9UN5gcjYvw2vWZl/CDV9luD5Wp LgNKSa5eia3nA== To: Stephen Rothwell From: Simon Ser Cc: Alex Deucher , Linux Kernel Mailing List , Linux Next Mailing List Reply-To: Simon Ser Subject: Re: linux-next: build failure after merge of the amdgpu tree Message-ID: In-Reply-To: <20211008192910.600a188d@canb.auug.org.au> References: <20211008113116.4bdd7b6c@canb.auug.org.au> <20211008192910.600a188d@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Friday, October 8th, 2021 at 10:29, Stephen Rothwell wrote: > That symbol (get_mm_exe_file) is not exported to modules. I see this: EXPORT_SYMBOL(get_mm_exe_file); in kernel/fork.c