[merged mm-nonmm-stable] tools-accounting-delaytopc-fix-typo-in-psi-header-string.patch removed from -mm tree
Andrew Morton <[email protected]> Mon, 03 Aug 2026 21:04:57 -0700
| Newsgroups | org.kernel.vger.mm-commits |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>
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/[email protected]
Signed-off-by: Sara Sena <[email protected]>
Cc: Fan Yu <[email protected]>
Cc: Wang Yaxin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---
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 [email protected] are