From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1042.google.com ([2607:f8b0:4864:20::1042]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kLMO9-0001Yv-Vl for linux-um@lists.infradead.org; Thu, 24 Sep 2020 08:14:02 +0000 Received: by mail-pj1-x1042.google.com with SMTP id s14so3949243pju.1 for ; Thu, 24 Sep 2020 01:14:01 -0700 (PDT) Date: Thu, 24 Sep 2020 17:13:48 +0900 Message-ID: From: Hajime Tazaki Subject: Re: [RFC v6 01/21] um: split build in kernel and host parts In-Reply-To: References: <034e4235086fceb43659c679770b7088e974f5d7.1600922528.git.thehajime@gmail.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-um" Errors-To: linux-um-bounces+geert=linux-m68k.org@lists.infradead.org To: anton.ivanov@cambridgegreys.com Cc: linux-arch@vger.kernel.org, tavi.purdila@gmail.com, richard@nod.at, jdike@addtoit.com, linux-um@lists.infradead.org, retrage01@gmail.com, tavi@cs.pub.ro, linux-kernel-library@freelists.org On Thu, 24 Sep 2020 16:36:59 +0900, Anton Ivanov wrote: > > The patch also changes the UML build invocation, if before > > > > $ make ARCH=um defconfig > > $ make ARCH=um > > > > was generating the executable now this only generates the relocatable > > object. > > It also fails now. > > > ERROR: modpost: "memmove" [drivers/net/slip/slhc.ko] undefined! > ERROR: modpost: "memset" [drivers/net/ppp/ppp_generic.ko] undefined! > ERROR: modpost: "memset" [drivers/net/tun.ko] undefined! > ERROR: modpost: "memmove" [drivers/block/loop.ko] undefined! > ERROR: modpost: "memset" [drivers/block/loop.ko] undefined! > ERROR: modpost: "memset" [fs/autofs/autofs4.ko] undefined! > ERROR: modpost: "memset" [fs/isofs/isofs.ko] undefined! > ERROR: modpost: "memset" [fs/binfmt_misc.ko] undefined! > make[1]: *** [scripts/Makefile.modpost:111: Module.symvers] Error 1 > make[1]: *** Deleting file 'Module.symvers' > make: *** [Makefile:1388: modules] Error 2 > make: *** Waiting for unfinished jobs.... Thanks for the review, I found this is a regression of patch 03/21, 364a2fc126e5 um: move arch/um/os-Linux dir to tools/um/uml I will try to find a fix. -- Hajime _______________________________________________ linux-um mailing list linux-um@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-um