* [folded-merged] kho-add-support-for-preserving-vmalloc-allocations-checkpatch-fixes.patch removed from -mm tree
@ 2025-10-07 20:46 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-10-07 20:46 UTC (permalink / raw)
To: mm-commits, rppt, akpm, akpm
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-10-07 20:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-07 20:46 [folded-merged] kho-add-support-for-preserving-vmalloc-allocations-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.