From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org,devnexen@gmail.com,akpm@linux-foundation.org,akpm@linux-foundation.org
Subject: [folded-merged] mm-swap-pm-hibernate-atomically-replace-hibernation-pin-checkpatch-fixes.patch removed from -mm tree
Date: Tue, 02 Jun 2026 18:19:36 -0700 [thread overview]
Message-ID: <20260603011937.4B2111F00893@smtp.kernel.org> (raw)
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
reply other threads:[~2026-06-03 1:19 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=20260603011937.4B2111F00893@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=devnexen@gmail.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.