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=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 3F854C432BE for ; Tue, 27 Jul 2021 12:37:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 25B1561A4F for ; Tue, 27 Jul 2021 12:37:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232084AbhG0MhO (ORCPT ); Tue, 27 Jul 2021 08:37:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:42792 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231931AbhG0MhN (ORCPT ); Tue, 27 Jul 2021 08:37:13 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 97D17615E3; Tue, 27 Jul 2021 12:37:04 +0000 (UTC) Date: Tue, 27 Jul 2021 14:37:01 +0200 From: Christian Brauner To: Menglong Dong Cc: Alexander Viro , Kees Cook , Sami Tolvanen , johan@kernel.org, ojeda@kernel.org, jeyu@kernel.org, masahiroy@kernel.org, joe@perches.com, Jan Kara , hare@suse.de, Jens Axboe , tj@kernel.org, gregkh@linuxfoundation.org, song@kernel.org, NeilBrown , Andrew Morton , Rasmus Villemoes , Barret Rhoden , f.fainelli@gmail.com, palmerdabbelt@google.com, wangkefeng.wang@huawei.com, Masami Hiramatsu , Steven Rostedt , vbabka@suse.cz, Alexander Potapenko , pmladek@suse.com, johannes.berg@intel.com, "Eric W. Biederman" , jojing64@gmail.com, terrelln@fb.com, geert@linux-m68k.org, linux-fsdevel@vger.kernel.org, LKML , Luis Chamberlain , arnd@arndb.de, Chris Down , mingo@kernel.org, Bjorn Helgaas , Josh Triplett Subject: Re: [PATCH v6 2/2] init/do_mounts.c: create second mount for initramfs Message-ID: <20210727123701.zlcrrf4p2fsmeeas@wittgenstein> References: <20210605034447.92917-1-dong.menglong@zte.com.cn> <20210605034447.92917-3-dong.menglong@zte.com.cn> <20210605115019.umjumoasiwrclcks@wittgenstein> <20210607103147.yhniqeulw4pmvjdr@wittgenstein> <20210607121524.GB3896@www> <20210617035756.GA228302@www> <20210617143834.ybxk6cxhpavlf4gg@wittgenstein> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 27, 2021 at 08:24:03PM +0800, Menglong Dong wrote: > Hello Christian, > > On Thu, Jun 17, 2021 at 10:38 PM Christian Brauner > wrote: > > > [...] > > > > Hey Menglong, > > > > Since we're very close to the next kernel release it's unlikely that > > anything will happen before the merge window has closed. > > Otherwise I think we're close. I haven't had the time to test yet but if > > nothing major comes up I'll pick it up and route it through my tree. > > We need to be sure there's no regressions for anyone using this. > > > > Seems that it has been a month, and is it ok to move a little > further? (knock-knock :/) Yep, sorry. When I tested this early during the merge window it regressed booting a regular system for me meaning if I compiled a kernel with this feature enabled it complained about not being being able to open an initial console and it dropped me right into initramfs instead of successfully booting. I haven't looked into what this is caused or how to fix it for lack of time.