Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1321748ybh; Thu, 16 Jul 2020 09:01:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxeKUQFHAu2mrpjOQWgaXoL/nRNyvO1iyebeDjzVkgQmo46i/GmbBFhKl2mUfzSOTqfpmQF X-Received: by 2002:a17:906:a28b:: with SMTP id i11mr4314018ejz.524.1594915271427; Thu, 16 Jul 2020 09:01:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594915271; cv=none; d=google.com; s=arc-20160816; b=P3g0GRom7XxrDxYN+RWmezIOxRLSuI/FyceGVT/3R8ByBYVSsCAejPkU8U+VKJVi1O 7HmxfP9cyHViiL9D52+vhRmHhqSkbVyTU9npfLl4pxyxHtQTWZSb/N+UcX4s6KvDcGU9 YPBdCyHHhoJcu5Z2YAHxkOOXp7q4q9+R+vEEtFlC2YgRlXB06dTH+x8wyFtzVi8cQXPG A3mTVhu7EIkuqbfZAErUnLaaWdfdJB+c6uXZwtanci4R7mKio7LrXLkJ3Fde2jb0bdYl HbFPx0SC5jtvzP4EBHmUDkEVHUc/KCtEzTgwlCFwxSn2tyeZatDotXpimUlrF31Yebct Me3A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=zUxZqdfNhO3eMczR2AWfVRJ5hJJJm6c6yVShG+sG6Lk=; b=WVZyJxWUZu3sTLOac4dmy41E3KS/32hXoVQ9irpGUf18LriiZxauEtn99YIqJ4jr6y DaqOIu06+Pg2JntiKLp1xOMfdm9Zi8eqrznq0HvHjOPcacuOML2Y3XQc5cr9m4yv8HpT 9Uv6WiwTNfMAyCqKhVH8mwRyDUFK/8jzWY+jEg9GxFuqaoUq9sDKbHlvNcolFQbyVAyo 3D9jGY7TgAU5wbfbiQ+JzL55WGFoMZr5huq99PnXly9OYiOHsihfBmg8ixRFTtlDwdu6 i0ZV4VKhFfzXm7ELx2wbNKeiAAOeOz4+g1YDYAV4gYNA3IeXZMvTPEgsSd0JCCU3BOTQ e9fg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y19si3665332eje.247.2020.07.16.09.00.47; Thu, 16 Jul 2020 09:01:11 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729181AbgGPQA0 (ORCPT + 99 others); Thu, 16 Jul 2020 12:00:26 -0400 Received: from verein.lst.de ([213.95.11.211]:35238 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728126AbgGPQAZ (ORCPT ); Thu, 16 Jul 2020 12:00:25 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 8A01E68BEB; Thu, 16 Jul 2020 18:00:22 +0200 (CEST) Date: Thu, 16 Jul 2020 18:00:22 +0200 From: Christoph Hellwig To: Guoqing Jiang Cc: Christoph Hellwig , Linus Torvalds , Linux Kernel Mailing List , "H. Peter Anvin" , Song Liu , Al Viro , linux-raid@vger.kernel.org, linux-fsdevel , NeilBrown Subject: Re: decruft the early init / initrd / initramfs code v2 Message-ID: <20200716160022.GA29393@lst.de> References: <20200714190427.4332-1-hch@lst.de> <20200715065140.GA22060@lst.de> <4b38a63b-af09-608c-c4fa-b9e484ebe6bc@cloud.ionos.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4b38a63b-af09-608c-c4fa-b9e484ebe6bc@cloud.ionos.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 16, 2020 at 05:57:12PM +0200, Guoqing Jiang wrote: > On 7/15/20 8:51 AM, Christoph Hellwig wrote: >> On Tue, Jul 14, 2020 at 12:34:45PM -0700, Linus Torvalds wrote: > I just cloned the tree, seems there is compile issue that you need to > resolve. Fixed and force pushed.