All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] mm-swap-pm-hibernate-atomically-replace-hibernation-pin-checkpatch-fixes.patch removed from -mm tree
@ 2026-06-03  1:19 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2026-06-03  1:19 UTC (permalink / raw)
  To: mm-commits, devnexen, akpm, akpm


The quilt patch titled
     Subject: mm-swap-pm-hibernate-atomically-replace-hibernation-pin-checkpatch-fixes
has been removed from the -mm tree.  Its filename was
     mm-swap-pm-hibernate-atomically-replace-hibernation-pin-checkpatch-fixes.patch

This patch was dropped because it was folded into mm-swap-pm-hibernate-atomically-replace-hibernation-pin.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-swap-pm-hibernate-atomically-replace-hibernation-pin-checkpatch-fixes
Date: Fri May  1 06:17:38 AM PDT 2026

WARNING: Unknown commit id '8e6e0d845823', maybe rebased or not pulled?
#28: 
Fixes: 8e6e0d845823 ("mm/swap, PM: hibernate: fix swapoff race in uswsusp by pinning swap device")

WARNING: Assisted-by expects 'AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2]' format
#29: 
Assisted-by: Codex (gpt-5-codex)

ERROR: code indent should use tabs where possible
#54: FILE: include/linux/swap.h:440:
+                                       sector_t offset);$

WARNING: please, no spaces at the start of a line
#54: FILE: include/linux/swap.h:440:
+                                       sector_t offset);$

total: 1 errors, 3 warnings, 106 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/mm-swap-pm-hibernate-atomically-replace-hibernation-pin.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: David Carlier <devnexen@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/swap.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/include/linux/swap.h~mm-swap-pm-hibernate-atomically-replace-hibernation-pin-checkpatch-fixes
+++ a/include/linux/swap.h
@@ -436,7 +436,7 @@ extern void si_swapinfo(struct sysinfo *
 extern int pin_hibernation_swap_type(dev_t device, sector_t offset);
 extern void unpin_hibernation_swap_type(int type);
 extern int repin_hibernation_swap_type(int old_type, dev_t device,
-                                       sector_t offset);
+				       sector_t offset);
 extern int find_hibernation_swap_type(dev_t device, sector_t offset);
 int find_first_swap(dev_t *device);
 extern unsigned int count_swap_pages(int, int);
_

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

mm-switch-deferred-split-shrinker-to-list_lru-fix.patch
mm-swap-pm-hibernate-atomically-replace-hibernation-pin.patch
sparc-add-_mcount-prototype.patch
drivers-media-v4l2-core-v4l2-vp9c-reduce-inlining.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-03  1:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-03  1:19 [folded-merged] mm-swap-pm-hibernate-atomically-replace-hibernation-pin-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.