* [folded-merged] arm-mm-drop-vm_fault_badmap-vm_fault_badaccess-checkpatch-fixes.patch removed from -mm tree
@ 2024-05-06 0:41 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2024-05-06 0:41 UTC (permalink / raw)
To: mm-commits, wangkefeng.wang, akpm, akpm
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@linux-foundation.org>
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@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
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@linux-foundation.org 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-05-06 0:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-06 0:41 [folded-merged] arm-mm-drop-vm_fault_badmap-vm_fault_badaccess-checkpatch-fixes.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.