* [merged mm-nonmm-stable] tools-accounting-delaytopc-fix-typo-in-psi-header-string.patch removed from -mm tree
@ 2026-08-04 4:04 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2026-08-04 4:04 UTC (permalink / raw)
To: mm-commits, wang.yaxin, fan.yu9, sarasena.adr, akpm
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-04 4:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-04 4:04 [merged mm-nonmm-stable] tools-accounting-delaytopc-fix-typo-in-psi-header-string.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.