The quilt patch titled Subject: init-add-bdev-fs-printk-if-mount_block_root-failed-fix has been removed from the -mm tree. Its filename was init-add-bdev-fs-printk-if-mount_block_root-failed-fix.patch This patch was dropped because it was folded into init-add-bdev-fs-printk-if-mount_block_root-failed.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: init-add-bdev-fs-printk-if-mount_block_root-failed-fix Date: Thu May 18 12:58:30 PM PDT 2023 fix spelling in printk message Cc: Angus Chen <angus.chen@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- init/do_mounts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/init/do_mounts.c~init-add-bdev-fs-printk-if-mount_block_root-failed-fix +++ a/init/do_mounts.c @@ -434,7 +434,7 @@ retry: if (!num_fs) pr_err("Can't find any bdev filesystem to be used for mount!\n"); else { - pr_err("List of all bdev filesystem:\n"); + pr_err("List of all bdev filesystems:\n"); for (i = 0, p = fs_names; i < num_fs; i++, p += strlen(p)+1) pr_err(" %s", p); pr_err("\n"); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-shmem-fix-race-in-shmem_undo_range-w-thp-fix.patch mm-page_owner-add-page_owner_stacks-file-to-print-out-only-stacks-and-their-counte-fix.patch mm-page_owner-add-page_owner_stacks-file-to-print-out-only-stacks-and-their-counte-fix-fix.patch mmpage_owner-filter-out-stacks-by-a-threshold-counter-fix.patch mm-page_isolation-write-proper-kerneldoc-fix.patch mm-hugetlb-use-a-folio-in-hugetlb_fault-fix.patch init-add-bdev-fs-printk-if-mount_block_root-failed.patch watchdog-hardlockup-add-comments-to-touch_nmi_watchdog-fix.patch kexec-add-helper-__crash_shrink_memory-fix.patch