[to-be-updated] delaytop-sort-by-max-delay-to-highlight-top-latency-processes-fix.patch removed from -mm tree
Andrew Morton <[email protected]> Mon, 03 Aug 2026 20:12:40 -0700
| Newsgroups | org.kernel.vger.mm-commits |
|---|---|
| Message-ID | <[email protected]> |
The quilt patch titled
Subject: delaytop: fix a bunch of docs build problems
has been removed from the -mm tree. Its filename was
delaytop-sort-by-max-delay-to-highlight-top-latency-processes-fix.patch
This patch was dropped because an updated version will be issued
------------------------------------------------------
From: Randy Dunlap <[email protected]>
Subject: delaytop: fix a bunch of docs build problems
Date: Wed, 8 Jul 2026 17:51:04 -0700
Add one space before '('. Use a literal block for the last output
example, thus repairing all of these warnings:
Documentation/accounting/delay-accounting.rst:236: ERROR: Unexpected indentation. [docutils]
Documentation/accounting/delay-accounting.rst:237: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
Documentation/accounting/delay-accounting.rst:237: ERROR: Unexpected section title or transition.
------------------------------------------------------------------------ [docutils]
Documentation/accounting/delay-accounting.rst:239: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
Documentation/accounting/delay-accounting.rst:243: ERROR: Unexpected indentation. [docutils]
Documentation/accounting/delay-accounting.rst:244: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
Documentation/accounting/delay-accounting.rst:246: ERROR: Unexpected indentation. [docutils]
Documentation/accounting/delay-accounting.rst:247: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
Documentation/accounting/delay-accounting.rst:249: WARNING: Definition list ends without a blank line; unexpected unindent. [docutils]
Documentation/accounting/delay-accounting.rst:246: ERROR: Unknown target name: "pool_workqueue". [docutils]
Link: https://lore.kernel.org/[email protected]
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Fan Yu <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Wang Yaxin <[email protected]>
Cc: xu xin <[email protected]>
Cc: Yang Yang <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---
Documentation/accounting/delay-accounting.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- a/Documentation/accounting/delay-accounting.rst~delaytop-sort-by-max-delay-to-highlight-top-latency-processes-fix
+++ a/Documentation/accounting/delay-accounting.rst
@@ -181,7 +181,7 @@ Interactive keyboard controls during run
M - Toggle display mode (Default/Memory Verbose)
q - Quit
-Available sort fields(use -s/--sort or interactive command)::
+Available sort fields (use -s/--sort or interactive command)::
cpu(c) - CPU delay
blkio(i) - I/O delay
@@ -219,8 +219,8 @@ Advanced usage examples::
-delaytop add delay_max fields to track the maximum delay value for each delay type
-(cpu, blkio, irq, swapin, freepages, thrashing, compact, wpcopy) per task.
+delaytop add delay_max fields to track the maximum delay value for each delay
+ type (cpu, blkio, irq, swapin, freepages, thrashing, compact, wpcopy) per task::
bash# ./delaytop -t cpu
System Pressure Information: (avg10/avg60/avg300/total)
_
Patches currently in -mm which might be from [email protected] are
rbtree-fixup-kernel-doc-names.patch
llist-use-correct-function-parameter-name.patch
stacktrace-header-repair-kernel-doc-comments.patch