The quilt patch titled Subject: checkpatch-check-return-of-git_commit_info-fix has been removed from the -mm tree. Its filename was checkpatch-check-return-of-git_commit_info-fix.patch This patch was dropped because it was folded into checkpatch-check-return-of-git_commit_info.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: checkpatch-check-return-of-git_commit_info-fix Date: Mon Jan 6 06:16:23 PM PST 2025 s/12 chars of sha1/12+ chars of sha1/, per Jon Link: https://lkml.kernel.org/r/87o70kt232.fsf@xxxxxxxxxxxxxx Cc: Andy Whitcroft <apw@xxxxxxxxxxxxx> Cc: Dwaipayan Ray <dwaipayanray1@xxxxxxxxx> Cc: Joe Perches <joe@xxxxxxxxxxx> Cc: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> Cc: Tamir Duberstein <tamird@xxxxxxxxx> Cc: Jonathan Corbet <corbet@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/checkpatch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/scripts/checkpatch.pl~checkpatch-check-return-of-git_commit_info-fix +++ a/scripts/checkpatch.pl @@ -3240,7 +3240,7 @@ sub process { if (defined($cid) && ($ctitle ne $title || $tag_case || $tag_space || $id_length || $id_case || !$title_has_quotes)) { my $fixed = "Fixes: $cid (\"$ctitle\")"; if (WARN("BAD_FIXES_TAG", - "Please use correct Fixes: style 'Fixes: <12 chars of sha1> (\"<title line>\")' - ie: '$fixed'\n" . $herecurr) && + "Please use correct Fixes: style 'Fixes: <12+ chars of sha1> (\"<title line>\")' - ie: '$fixed'\n" . $herecurr) && $fix) { $fixed[$fixlinenr] = $fixed; } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-swap_cgroup-allocate-swap_cgroup-map-using-vcalloc-fix.patch mm-page_alloc-add-some-detailed-comments-in-can_steal_fallback-fix.patch mm-introduce-mmap_lock_speculate_try_beginretry-fix.patch mm-damon-tests-vaddr-kunith-reduce-stack-consumption.patch mm-damon-tests-vaddr-kunith-reduce-stack-consumption-fix.patch mm-fix-outdated-incorrect-code-comments-for-handle_mm_fault-fix.patch mm-huge_memoryc-rename-shadowed-local.patch mm-shmem-skip-swapcache-for-swapin-of-synchronous-swap-device-fix.patch mm-hugetlb-rename-isolate_hugetlb-to-folio_isolate_hugetlb-fix.patch documentation-filesystems-procrst-fix-possessive-form-of-process.patch checkpatch-check-return-of-git_commit_info.patch fault-inject-use-prandom-where-cryptographically-secure-randomness-is-not-needed-fix.patch hung_task-add-task-flags-blocked-by-coredump-to-log-fix.patch