From: "Aithal, Srikanth" <sraithal@amd.com>
To: Marek Szyprowski <m.szyprowski@samsung.com>,
Christian Brauner <brauner@kernel.org>,
Naresh Kamboju <naresh.kamboju@linaro.org>
Cc: Jan Kara <jack@suse.cz>,
linux-block <linux-block@vger.kernel.org>,
Linux-Next Mailing List <linux-next@vger.kernel.org>,
open list <linux-kernel@vger.kernel.org>,
Linux Regressions <regressions@lists.linux.dev>,
linux-fsdevel@vger.kernel.org, lkft-triage@lists.linaro.org,
Arnd Bergmann <arnd@arndb.de>,
Dan Carpenter <dan.carpenter@linaro.org>,
Al Viro <viro@zeniv.linux.org.uk>,
Anders Roxell <anders.roxell@linaro.org>
Subject: Re: next: /dev/root: Can't open blockdev
Date: Wed, 7 Feb 2024 09:46:24 +0530 [thread overview]
Message-ID: <ef44e0d9-a4a5-4fbd-9db9-7644ede2e30d@amd.com> (raw)
In-Reply-To: <65bedd1f-2dd4-49e3-8865-0e6082129e78@samsung.com>
On 2/7/2024 4:35 AM, Marek Szyprowski wrote:
> Hi Christian,
>
> On 06.02.2024 16:53, Christian Brauner wrote:
>>> On it.
>> Ok, can you try:
>> git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git vfs.super.debug
>> please?
>
>
> I've also encountered this issue during my linux-next daily tests and I
> confirm that the above branch works fine.
>
>
> I've applied the diff between e3bfad989976^2 and the above branch
> (bc7cb6c829e2), which looks following:
>
> diff --git a/init/do_mounts.c b/init/do_mounts.c
> index 279ad28bf4fb..d8ea839463a5 100644
> --- a/init/do_mounts.c
> +++ b/init/do_mounts.c
> @@ -19,6 +19,7 @@
> #include <linux/ramfs.h>
> #include <linux/shmem_fs.h>
> #include <linux/ktime.h>
> +#include <linux/task_work.h>
>
> #include <linux/nfs_fs.h>
> #include <linux/nfs_fs_sb.h>
> @@ -208,6 +209,10 @@ void __init mount_root_generic(char *name, char
> *pretty_name, int flags)
> goto out;
> case -EACCES:
> case -EINVAL:
> +#ifdef CONFIG_BLOCK
> + flush_delayed_fput();
> + task_work_run();
> +#endif
> continue;
> }
> /*
>
>
> onto next-20240206 and it fixed all boot problems I've observed on my
> test farm. :)
>
> Tested-by: Marek Szyprowski <m.szyprowski@samsung.com>
>
> Best regards
We as well encountered this issue during our CI run. The given branch
fixes the issues seen in our run.
Tested-by: Srikanth Aithal <sraithal@amd.com>
prev parent reply other threads:[~2024-02-07 4:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-06 9:11 next: /dev/root: Can't open blockdev Naresh Kamboju
2024-02-06 10:15 ` Jan Kara
2024-02-06 10:23 ` Naresh Kamboju
2024-02-06 12:28 ` Jan Kara
2024-02-06 12:56 ` Naresh Kamboju
2024-02-06 13:41 ` Christian Brauner
2024-02-06 15:53 ` Christian Brauner
2024-02-06 23:05 ` Marek Szyprowski
2024-02-07 4:16 ` Aithal, Srikanth [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ef44e0d9-a4a5-4fbd-9db9-7644ede2e30d@amd.com \
--to=sraithal@amd.com \
--cc=anders.roxell@linaro.org \
--cc=arnd@arndb.de \
--cc=brauner@kernel.org \
--cc=dan.carpenter@linaro.org \
--cc=jack@suse.cz \
--cc=linux-block@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=lkft-triage@lists.linaro.org \
--cc=m.szyprowski@samsung.com \
--cc=naresh.kamboju@linaro.org \
--cc=regressions@lists.linux.dev \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox