The quilt patch titled Subject: arm-mm-drop-vm_fault_badmap-vm_fault_badaccess-checkpatch-fixes has been removed from the -mm tree. Its filename was arm-mm-drop-vm_fault_badmap-vm_fault_badaccess-checkpatch-fixes.patch This patch was dropped because it was folded into arm-mm-drop-vm_fault_badmap-vm_fault_badaccess.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: arm-mm-drop-vm_fault_badmap-vm_fault_badaccess-checkpatch-fixes Date: Thu Apr 11 01:17:26 PM PDT 2024 ERROR: code indent should use tabs where possible #86: FILE: arch/arm/mm/fault.c:368: + code = SEGV_MAPERR;$ WARNING: please, no spaces at the start of a line #86: FILE: arch/arm/mm/fault.c:368: + code = SEGV_MAPERR;$ total: 1 errors, 1 warnings, 68 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile /patches/arm-mm-drop-vm_fault_badmap-vm_fault_badaccess.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/mm/fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm/mm/fault.c~arm-mm-drop-vm_fault_badmap-vm_fault_badaccess-checkpatch-fixes +++ a/arch/arm/mm/fault.c @@ -365,7 +365,7 @@ done: if (likely(!(fault & VM_FAULT_ERROR))) return 0; - code = SEGV_MAPERR; + code = SEGV_MAPERR; bad_area: /* * If we are in kernel mode at this point, we _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are arm-mm-drop-vm_fault_badmap-vm_fault_badaccess.patch mm-hugetlb-rename-dissolve_free_huge_pages-to-dissolve_free_hugetlb_folios-fix.patch doc-split-bufferrst-out-of-api-summaryrst-fix-fix.patch mm-memory-failure-send-sigbus-in-the-event-of-thp-split-fail-fix.patch __mod_memcg_lruvec_state-enhance-diagnostics.patch __mod_memcg_lruvec_state-enhance-diagnostics-fix.patch watchdog-allow-nmi-watchdog-to-use-raw-perf-event-fix.patch kernel-watchdog_perfc-tidy-up-kerneldoc.patch