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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A021CECAAD4 for ; Wed, 31 Aug 2022 10:56:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=KkYCDXFrq9+1Aa/hw23hIS77kcYhMHnfcs+LB0NScx4=; b=PjCPXlXI/29bsy +GBripdEQeouiSwZLV0dcW6BzRHzsRzxD8IGaqFGeYO4czcMEYQeh1GBYo8EhWINTTsCwY6Ts24y9 5Yfr0qPTBZ0ptW9YdcYJnlkpVpALbgcEV7tr4vCun7G3iL0UEcBZF8nR7Yrf2nUcF6LxpldvRz493 mzMu65rBU4jJTEr2PhyPgBrBOh3viD7WbvBC3rxXHrGqF0nRcYzIOK0OXGR76UavoWUSmBeM7xQo/ ptkQORnFLqhQZpD4HqdauZkPJifkMHG4Rr7mclTTSjlygk810BHQUr8Xf5Nrex5lQi43cL5qkgiif 0reLJehklicjwhyiz5qg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oTLNI-005kc3-SG; Wed, 31 Aug 2022 10:55:12 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oTLNG-005kb3-1Q for linux-arm-kernel@lists.infradead.org; Wed, 31 Aug 2022 10:55:11 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 69E65B81F3D; Wed, 31 Aug 2022 10:55:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4F13AC433D6; Wed, 31 Aug 2022 10:55:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661943307; bh=mQ+vP0khgVt2cfBh+0A4KU46mUN0VhCpiZcKn24psr8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=n+pf2gGfnlfjeX1xE4Z08fviRhtoHn0NMu+d52yBD9j1hKTvFV+Jjno1+0d2say1L oQK9ewUnXBdZIPixw1BDbJsdhPZK9bFtPixuuqvQDFpdx/1yDacTZ9EXWdnqpMrl43 Ls4mo+6RTP141ikxL/aT6EMCX13Ogff3VAWZ3ZKpNzm9EjHR2y2TP5PLBdhFxQKk+K NYGhGhDaj65AHOVivbnRTEfu+1zG/k4E/kKDJKUzn0FjgRmPT8yOtZIllRLyT8PHtA oa/ykLTbC7FwuoTug/wiG45hyuNRUIAtml2itIoxwSWfdeukLAaBH311yYjEYtTmQW Ah8qq3fYUzCmQ== Date: Wed, 31 Aug 2022 13:54:45 +0300 From: Mike Rapoport To: Naresh Kamboju Cc: Linux ARM , open list , Russell King , Wang Kefeng , Andrew Morton , "Russell King (Oracle)" , Konrad Rzeszutek Wilk , Matija Glavinic Pecotic , Victor Hassan Subject: Re: arch/arm/mm/init.o: in function `arm_memblock_init': init.c:(.init.text+0xc8): undefined reference to `phys_initrd_start' Message-ID: References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220831_035510_268173_4BD9678A X-CRM114-Status: GOOD ( 12.99 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Aug 31, 2022 at 02:26:36PM +0530, Naresh Kamboju wrote: > The following arm builds failed on Linux next-20220831. > = > Reported-by: Linux Kernel Functional Testing > = > Regressions found on arm: > =A0 =A0- build-clang-14-allnoconfig > =A0 =A0- build-gcc-11-tinyconfig > =A0 =A0- build-clang-11-tinyconfig > =A0 =A0- build-gcc-9-tinyconfig > =A0 =A0- build-gcc-11-orion5x_defconfig > =A0 =A0- build-gcc-10-allnoconfig > =A0 =A0- build-clang-nightly-orion5x_defconfig > =A0 =A0- build-gcc-8-orion5x_defconfig > =A0 =A0- build-clang-11-allnoconfig > =A0 =A0- build-gcc-8-tinyconfig > =A0 =A0- build-clang-11-orion5x_defconfig > =A0 =A0- build-clang-nightly-tinyconfig > =A0 =A0- build-clang-13-allnoconfig > =A0 =A0- build-gcc-9-allnoconfig > =A0 =A0- build-clang-13-tinyconfig > =A0 =A0- build-clang-14-orion5x_defconfig > =A0 =A0- build-clang-13-orion5x_defconfig > =A0 =A0- build-clang-14-tinyconfig > =A0 =A0- build-gcc-8-allnoconfig > =A0 =A0- build-gcc-9-orion5x_defconfig > =A0 =A0- build-clang-12-tinyconfig > =A0 =A0- build-clang-nightly-allnoconfig > =A0 =A0- build-gcc-10-orion5x_defconfig > =A0 =A0- build-clang-12-orion5x_defconfig > =A0 =A0- build-gcc-10-tinyconfig > =A0 =A0- build-clang-12-allnoconfig > =A0 =A0- build-gcc-11-allnoconfig > =A0 =A0 > Build error: > ------------ > arm-linux-gnueabihf-ld: arch/arm/mm/init.o: in function `arm_memblock_ini= t': > init.c:(.init.text+0xc8): undefined reference to `phys_initrd_start' > make[1]: *** [/builds/linux/Makefile:1250: vmlinux] Error 1 Looks like this is because of = Fixes: b35b2736b43d ("ARM: 9230/1: Support initrd with address in boot alia= s region") that uses phys_initrd_start regardless of CONFIG_BLK_DEV_INITRD = > Build log link: > https://builds.tuxbuild.com/2E6pMzczzw7tLMxz7WFjaPgQ9Io/ > = > Steps to reproduce: > ------------------- > # To install tuxmake on your system globally: > # sudo pip3 install -U tuxmake > = > tuxmake --runtime podman --target-arch arm --toolchain gcc-11 --kconfig > tinyconfig > = > -- > Linaro LKFT > https://lkft.linaro.org -- = Sincerely yours, Mike. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel