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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 58722C4708F for ; Tue, 1 Jun 2021 14:05:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 33D16613C1 for ; Tue, 1 Jun 2021 14:05:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234401AbhFAOHb (ORCPT ); Tue, 1 Jun 2021 10:07:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48952 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234252AbhFAOHM (ORCPT ); Tue, 1 Jun 2021 10:07:12 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 12CDBC0613CE; Tue, 1 Jun 2021 07:05:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=gcY/MQ7qRRnSW8QOpP9FIZIGtZGtZiloEjHxScAgk9g=; b=oib1s3WsjrcdgwbGW+9YuOFSnb jFMdDeGs7GowzUCXEinPv+sOu5tlcoKCP9ILZeF7y8co2evsX3w+RJ9VyBCpCHg8NiXiaDk/yDMxx xQ0a8Wi8h/iOROiH4p/yWavdK2OXfbG08iyQ9hGPNV8CmE3OgFpOw8p2uElNq0eiE+DsHvzRIy+Yy YC0S0yy+du6JIJZjFmi4K4FNib5umQtDYXveP/KWYIhFjiioTKLQxZxEIQZTCO8JH29nF7wVoFXVE RTJlzX1HoL4LeiEgijINmkamN1DTW6odFhFtxMLjltNGPN0PLEJG7CdcDA1pmr/RMCso6JnqYKCjO PXg2SBBg==; Received: from willy by casper.infradead.org with local (Exim 4.94 #2 (Red Hat Linux)) id 1lo4zQ-00A5wj-NF; Tue, 01 Jun 2021 14:03:33 +0000 Date: Tue, 1 Jun 2021 15:03:28 +0100 From: Matthew Wilcox To: Menglong Dong Cc: Luis Chamberlain , Josh Triplett , Alexander Viro , Masami Hiramatsu , Kees Cook , Sami Tolvanen , ojeda@kernel.org, johan@kernel.org, jeyu@kernel.org, masahiroy@kernel.org, Menglong Dong , joe@perches.com, Jens Axboe , Jan Kara , hare@suse.de, tj@kernel.org, gregkh@linuxfoundation.org, song@kernel.org, NeilBrown , Andrew Morton , f.fainelli@gmail.com, wangkefeng.wang@huawei.com, arnd@arndb.de, Rasmus Villemoes , Barret Rhoden , Steven Rostedt , vbabka@suse.cz, pmladek@suse.com, Alexander Potapenko , Chris Down , jojing64@gmail.com, "Eric W. Biederman" , mingo@kernel.org, terrelln@fb.com, geert@linux-m68k.org, linux-fsdevel@vger.kernel.org, LKML , Bjorn Helgaas Subject: Re: [PATCH v3 0/3] init/initramfs.c: make initramfs support pivot_root Message-ID: References: <20210528143802.78635-1-dong.menglong@zte.com.cn> <20210529112638.b3a9ec5475ca8e4f51648ff0@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Tue, Jun 01, 2021 at 09:55:33PM +0800, Menglong Dong wrote: > Hello! > > What's the status or fate of this patch? Does anyone do an in-depth > study of this field? Knock-knock~ You sent this on Friday. Monday was a holiday in the USA. Generally you should wait a week before pinging a patch.