The quilt patch titled Subject: lib-kstrtoxc-add-false-true-support-to-kstrtobool-fix has been removed from the -mm tree. Its filename was lib-kstrtoxc-add-false-true-support-to-kstrtobool-fix.patch This patch was dropped because it was folded into lib-kstrtoxc-add-false-true-support-to-kstrtobool.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: lib-kstrtoxc-add-false-true-support-to-kstrtobool-fix undo s/iff/if/, per Matthew Cc: Jagdish Gediya <jvgediya@xxxxxxxxxxxxx> Cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/kstrtox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/kstrtox.c~lib-kstrtoxc-add-false-true-support-to-kstrtobool-fix +++ a/lib/kstrtox.c @@ -340,7 +340,7 @@ EXPORT_SYMBOL(kstrtos8); * @s: input string * @res: result * - * This routine returns 0 if the first character is one of 'YyTt1NnFf0', or + * This routine returns 0 iff the first character is one of 'YyTt1NnFf0', or * [oO][NnFf] for "on" and "off". Otherwise it will return -EINVAL. Value * pointed to by res is updated upon finding a match. */ _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are assoc_array-fix-bug_on-during-garbage-collect-fix.patch lib-kstrtoxc-add-false-true-support-to-kstrtobool.patch mm-convert-sysfs-input-to-bool-using-kstrtobool-fix.patch mm-start-tracking-vmas-with-maple-tree-fix.patch damon-convert-__damon_va_three_regions-to-use-the-vma-iterator-fix.patch mm-rmap-fix-cont-pte-pmd-size-hugetlb-issue-when-migration-fix.patch mm-page_alloc-remotely-drain-per-cpu-lists-checkpatch-fixes.patch linux-next-rejects.patch linux-next-git-rejects.patch mm-oom_killc-fix-vm_oom_kill_table-ifdeffery.patch