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 X-Spam-Level: X-Spam-Status: No, score=-2.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 36ECCC35DF7 for ; Tue, 25 Feb 2020 06:21:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0524C2176D for ; Tue, 25 Feb 2020 06:21:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="U7O9xh0p" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729021AbgBYGV0 (ORCPT ); Tue, 25 Feb 2020 01:21:26 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:54112 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727005AbgBYGV0 (ORCPT ); Tue, 25 Feb 2020 01:21:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:References:To:From: Subject:Sender:Reply-To:Cc:Content-ID:Content-Description; bh=4iYPOTp2LZ1qIzMj4QQw8cQncxOOfZ4aN2TcrdSKwNU=; b=U7O9xh0p50CZcLpe6IkVglT4y7 CXTs2/Or/AlPTvsZXEVAg9mZJIX7NrIHsjuCDFszKGvphtM8OiTDv1vIPxyPGIhzJOH+SkuyXC4kr Z5IJKIoiuVK90MXmvcn0NKCtG+CBiczhRwivuIycD4SPDElBzdt64fT8Uu7MepAvupQEWOmvU7785 X4MyAaosxybvjMD+nHIxKdI9Hx08CwXR9OMMYZB3l5OP3vhEirsbmwkDhC5MfVEF08/G+QgKS3Taz U/os5C2cGzPE3hZwSgT0MehKj0Uwp9rtPLIDT9OGxP10NJfW9/gb+uQ3fij3+ulXXpaeQbb1vbQZg gcSTfE3A==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1j6Tat-00062D-Hw; Tue, 25 Feb 2020 06:21:23 +0000 Subject: Re: mmotm 2020-02-24-19-53 uploaded (init/main.c: initrd*) From: Randy Dunlap To: Andrew Morton , broonie@kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-next@vger.kernel.org, mhocko@suse.cz, mm-commits@vger.kernel.org, sfr@canb.auug.org.au, Masami Hiramatsu , Steven Rostedt References: <20200225035348.xf9KRK471%akpm@linux-foundation.org> Message-ID: <3f5ec5dd-8388-13b9-3f22-43505922c561@infradead.org> Date: Mon, 24 Feb 2020 22:21:19 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On 2/24/20 10:18 PM, Randy Dunlap wrote: > On 2/24/20 10:16 PM, Randy Dunlap wrote: >> On 2/24/20 7:53 PM, Andrew Morton wrote: >>> The mm-of-the-moment snapshot 2020-02-24-19-53 has been uploaded to >>> >>> http://www.ozlabs.org/~akpm/mmotm/ >>> >>> mmotm-readme.txt says >>> >>> README for mm-of-the-moment: >>> >>> http://www.ozlabs.org/~akpm/mmotm/ >>> >>> This is a snapshot of my -mm patch queue. Uploaded at random hopefully >>> more than once a week. >>> >> >> (I don't see what patch is causing this) >> > > It appears to be related to BOOTCONFIG. > Argh. My bad. This build error happens in linux-next-20200225, not mmotm. >> >> on i386: >> # CONFIG_BLK_DEV_INITRD is not set >> >> >> ld: init/main.o: in function `start_kernel': >> main.c:(.init.text+0x7c8): undefined reference to `initrd_end' >> ld: main.c:(.init.text+0x803): undefined reference to `initrd_start' >> >> >> Full randconfig file is attached. >> > > -- ~Randy Reported-by: Randy Dunlap