* [folded-merged] docs-sysctl-kernel-add-missing-bit-to-panic_print-fix.patch removed from -mm tree
@ 2022-03-23 22:47 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2022-03-23 22:47 UTC (permalink / raw)
To: mm-commits, sfr, gpiccoli, rdunlap, akpm
The patch titled
Subject: sysctl: documentation: fix table format warning
has been removed from the -mm tree. Its filename was
docs-sysctl-kernel-add-missing-bit-to-panic_print-fix.patch
This patch was dropped because it was folded into docs-sysctl-kernel-add-missing-bit-to-panic_print.patch
------------------------------------------------------
From: Randy Dunlap <rdunlap@infradead.org>
Subject: sysctl: documentation: fix table format warning
Fix malformed table warning in sysctl documentation:
(don't use ':'s)
Documentation/admin-guide/sysctl/kernel.rst:798: WARNING: Malformed table.
Text in column margin in table line 7.
===== ============================================
bit 0 print all tasks info
bit 1 print system memory info
bit 2 print timer info
bit 3 print locks info if ``CONFIG_LOCKDEP`` is on
bit 4 print ftrace buffer
bit 5: print all printk messages in buffer
bit 6: print all CPUs backtrace (if available in the arch)
Link: https://lkml.kernel.org/r/20220109055635.6999-1-rdunlap@infradead.org
Fixes: 934d51cad60c ("docs: sysctl/kernel: add missing bit to panic_print")
Fixes: addc64999934 ("panic: add option to dump all CPUs backtraces in panic_print")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reviewed-by: Guilherme G. Piccoli <gpiccoli@igalia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
Documentation/admin-guide/sysctl/kernel.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/Documentation/admin-guide/sysctl/kernel.rst~docs-sysctl-kernel-add-missing-bit-to-panic_print-fix
+++ a/Documentation/admin-guide/sysctl/kernel.rst
@@ -806,7 +806,7 @@ bit 1 print system memory info
bit 2 print timer info
bit 3 print locks info if ``CONFIG_LOCKDEP`` is on
bit 4 print ftrace buffer
-bit 5: print all printk messages in buffer
+bit 5 print all printk messages in buffer
===== ============================================
So for example to print tasks and memory info on panic, user can::
_
Patches currently in -mm which might be from rdunlap@infradead.org are
mm-memcontrol-return-1-from-cgroupmemory-__setup-handler.patch
mm-mmap-return-1-from-stack_guard_gap-__setup-handler.patch
mm-usercopy-return-1-from-hardened_usercopy-__setup-handler.patch
lib-bitmap-fix-many-kernel-doc-warnings.patch
inith-improve-__setup-and-early_param-documentation.patch
init-mainc-return-1-from-handled-__setup-functions.patch
docs-sysctl-kernel-add-missing-bit-to-panic_print.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-03-23 22:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-23 22:47 [folded-merged] docs-sysctl-kernel-add-missing-bit-to-panic_print-fix.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.