From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org,wang.yaxin@zte.com.cn,fan.yu9@zte.com.cn,sarasena.adr@gmail.com,akpm@linux-foundation.org
Subject: [merged mm-nonmm-stable] tools-accounting-delaytopc-fix-typo-in-psi-header-string.patch removed from -mm tree
Date: Mon, 03 Aug 2026 21:04:57 -0700 [thread overview]
Message-ID: <20260804040457.D3F1D1F000E9@smtp.kernel.org> (raw)
The quilt patch titled
Subject: tools/accounting/delaytop.c: fix typo in PSI header string
has been removed from the -mm tree. Its filename was
tools-accounting-delaytopc-fix-typo-in-psi-header-string.patch
This patch was dropped because it was merged into the mm-nonmm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Sara Sena <sarasena.adr@gmail.com>
Subject: tools/accounting/delaytop.c: fix typo in PSI header string
Date: Tue, 30 Jun 2026 22:11:53 -0300
Link: https://lore.kernel.org/20260701011153.93426-1-sarasena.adr@gmail.com
Signed-off-by: Sara Sena <sarasena.adr@gmail.com>
Cc: Fan Yu <fan.yu9@zte.com.cn>
Cc: Wang Yaxin <wang.yaxin@zte.com.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
tools/accounting/delaytop.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/tools/accounting/delaytop.c~tools-accounting-delaytopc-fix-typo-in-psi-header-string
+++ a/tools/accounting/delaytop.c
@@ -878,7 +878,7 @@ static void display_results(int psi_ret)
suc &= BOOL_FPRINT(out, "\033[H\033[J");
/* PSI output (one-line, no cat style) */
- suc &= BOOL_FPRINT(out, "System Pressure Information: (avg10/avg60vg300/total)\n");
+ suc &= BOOL_FPRINT(out, "System Pressure Information: (avg10/avg60/avg300/total)\n");
if (psi_ret) {
suc &= BOOL_FPRINT(out, " PSI not found: check if psi=1 enabled in cmdline\n");
} else {
_
Patches currently in -mm which might be from sarasena.adr@gmail.com are
reply other threads:[~2026-08-04 4:04 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=20260804040457.D3F1D1F000E9@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=fan.yu9@zte.com.cn \
--cc=mm-commits@vger.kernel.org \
--cc=sarasena.adr@gmail.com \
--cc=wang.yaxin@zte.com.cn \
/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.