All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org,rppt@kernel.org,akpm@linux-foundation.org,akpm@linux-foundation.org
Subject: [folded-merged] kho-add-support-for-preserving-vmalloc-allocations-checkpatch-fixes.patch removed from -mm tree
Date: Tue, 07 Oct 2025 13:46:49 -0700	[thread overview]
Message-ID: <20251007204649.ECAFFC4CEF1@smtp.kernel.org> (raw)


The quilt patch titled
     Subject: kho-add-support-for-preserving-vmalloc-allocations-checkpatch-fixes
has been removed from the -mm tree.  Its filename was
     kho-add-support-for-preserving-vmalloc-allocations-checkpatch-fixes.patch

This patch was dropped because it was folded into kho-add-support-for-preserving-vmalloc-allocations.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: kho-add-support-for-preserving-vmalloc-allocations-checkpatch-fixes
Date: Sun Sep 21 09:52:59 AM PDT 2025

ERROR: code indent should use tabs where possible
#38: FILE: include/linux/kexec_handover.h:44:
+        DECLARE_KHOSER_PTR(first, struct kho_vmalloc_chunk *);$

WARNING: please, no spaces at the start of a line
#38: FILE: include/linux/kexec_handover.h:44:
+        DECLARE_KHOSER_PTR(first, struct kho_vmalloc_chunk *);$

ERROR: code indent should use tabs where possible
#39: FILE: include/linux/kexec_handover.h:45:
+        unsigned int total_pages;$

WARNING: please, no spaces at the start of a line
#39: FILE: include/linux/kexec_handover.h:45:
+        unsigned int total_pages;$

ERROR: code indent should use tabs where possible
#40: FILE: include/linux/kexec_handover.h:46:
+        unsigned short flags;$

WARNING: please, no spaces at the start of a line
#40: FILE: include/linux/kexec_handover.h:46:
+        unsigned short flags;$

ERROR: code indent should use tabs where possible
#41: FILE: include/linux/kexec_handover.h:47:
+        unsigned short order;$

WARNING: please, no spaces at the start of a line
#41: FILE: include/linux/kexec_handover.h:47:
+        unsigned short order;$

total: 4 errors, 4 warnings, 350 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/kho-add-support-for-preserving-vmalloc-allocations.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: "Mike Rapoport (Microsoft)" <rppt@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/kexec_handover.h |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

--- a/include/linux/kexec_handover.h~kho-add-support-for-preserving-vmalloc-allocations-checkpatch-fixes
+++ a/include/linux/kexec_handover.h
@@ -41,10 +41,10 @@ struct kho_serialization;
 
 struct kho_vmalloc_chunk;
 struct kho_vmalloc {
-        DECLARE_KHOSER_PTR(first, struct kho_vmalloc_chunk *);
-        unsigned int total_pages;
-        unsigned short flags;
-        unsigned short order;
+	DECLARE_KHOSER_PTR(first, struct kho_vmalloc_chunk *);
+	unsigned int total_pages;
+	unsigned short flags;
+	unsigned short order;
 };
 
 #ifdef CONFIG_KEXEC_HANDOVER
_

Patches currently in -mm which might be from akpm@linux-foundation.org are

mm-ksm-fix-flag-dropping-behavior-in-ksm_madvise-fix.patch
mm-vmscan-remove-folio_test_private-check-in-pageout-fix.patch
kho-add-support-for-preserving-vmalloc-allocations.patch


                 reply	other threads:[~2025-10-07 20:46 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=20251007204649.ECAFFC4CEF1@smtp.kernel.org \
    --to=akpm@linux-foundation.org \
    --cc=mm-commits@vger.kernel.org \
    --cc=rppt@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.