From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org,Liam.Howlett@oracle.com,akpm@linux-foundation.org,akpm@linux-foundation.org
Subject: + maple_tree-start-using-maple-copy-node-for-destination-checkpatch-fixes.patch added to mm-unstable branch
Date: Sat, 31 Jan 2026 12:30:17 -0800 [thread overview]
Message-ID: <20260131203018.83952C4CEF1@smtp.kernel.org> (raw)
The patch titled
Subject: maple_tree-start-using-maple-copy-node-for-destination-checkpatch-fixes
has been added to the -mm mm-unstable branch. Its filename is
maple_tree-start-using-maple-copy-node-for-destination-checkpatch-fixes.patch
This patch will shortly appear at
https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/maple_tree-start-using-maple-copy-node-for-destination-checkpatch-fixes.patch
This patch will later appear in the mm-unstable branch at
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***
The -mm tree is included into linux-next via various
branches at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
and is updated there most days
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: maple_tree-start-using-maple-copy-node-for-destination-checkpatch-fixes
Date: Sat Jan 31 12:29:16 PM PST 2026
ERROR: code indent should use tabs where possible
#492: FILE: lib/maple_tree.c:3167:
+^I^I^I^I^I slot_max, ma_pivots(mn, mt),$
ERROR: code indent should use tabs where possible
#493: FILE: lib/maple_tree.c:3168:
+^I^I^I^I^I ma_slots(mn, mt));$
total: 2 errors, 0 warnings, 721 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/maple_tree-start-using-maple-copy-node-for-destination.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: "Liam R. Howlett" <Liam.Howlett@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
lib/maple_tree.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/lib/maple_tree.c~maple_tree-start-using-maple-copy-node-for-destination-checkpatch-fixes
+++ a/lib/maple_tree.c
@@ -3164,8 +3164,8 @@ static inline void cp_dst_to_slots(struc
if (mt_is_alloc(mas->tree)) {
if (ma_is_leaf(mt)) {
cp->gap[d] = ma_leaf_max_gap(mn, mt, slot_min,
- slot_max, ma_pivots(mn, mt),
- ma_slots(mn, mt));
+ slot_max, ma_pivots(mn, mt),
+ ma_slots(mn, mt));
} else {
unsigned long *gaps = ma_gaps(mn, mt);
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
procfs-avoid-fetching-build-id-while-holding-vma-lock-fix.patch
mm-add-wq_percpu-to-alloc_workqueue-users-fix.patch
mm-add-wq_percpu-to-alloc_workqueue-users-fix-fix.patch
sparc-mm-export-symbols-for-lazy_mmu_mode-kunit-tests-fix.patch
mm-vma-document-possible-vma-vm_refcnt-values-and-reference-comment-fix.patch
mm-vma-introduce-helper-struct-thread-through-exclusive-lock-fns-fix.patch
mm-pagewalk-use-min-to-simplify-the-code-fix.patch
mm-relocate-the-page-table-ceiling-and-floor-definitions-fix.patch
mm-update-shmem__file_-functions-to-use-vma_flags_t-fix.patch
maple_tree-start-using-maple-copy-node-for-destination-checkpatch-fixes.patch
liveupdate-luo_file-remember-retrieve-status-fix.patch
reply other threads:[~2026-01-31 20:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260131203018.83952C4CEF1@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=Liam.Howlett@oracle.com \
--cc=mm-commits@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.