linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Some improvements on panic_print
@ 2021-11-09 20:28 Guilherme G. Piccoli
  2021-11-09 20:28 ` [PATCH 1/3] docs: sysctl/kernel: Add missing bit to panic_print Guilherme G. Piccoli
                   ` (3 more replies)
  0 siblings, 4 replies; 28+ messages in thread
From: Guilherme G. Piccoli @ 2021-11-09 20:28 UTC (permalink / raw)
  To: linux-kernel, linux-fsdevel
  Cc: linux-doc, mcgrof, keescook, yzaikin, akpm, feng.tang, siglesias,
	kernel, gpiccoli

Hey everybody, this is a mix of a documentation fix with some additions
to the "panic_print" syscall / parameter. The goal here is being able
to collect all CPUs backtraces during a panic event and also
to enable "panic_print" in a kdump event - details of the reasoning
and design choices in the patches.

Thanks in advance for reviews!
Cheers,


Guilherme


Guilherme G. Piccoli (3):
  docs: sysctl/kernel: Add missing bit to panic_print
  panic: Add option to dump all CPUs backtraces in panic_print
  panic: Allow printing extra panic information on kdump

 Documentation/admin-guide/kernel-parameters.txt |  1 +
 Documentation/admin-guide/sysctl/kernel.rst     |  2 ++
 kernel/panic.c                                  | 11 +++++++++++
 3 files changed, 14 insertions(+)

-- 
2.33.1


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2022-02-10 12:51 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09 20:28 [PATCH 0/3] Some improvements on panic_print Guilherme G. Piccoli
2021-11-09 20:28 ` [PATCH 1/3] docs: sysctl/kernel: Add missing bit to panic_print Guilherme G. Piccoli
2021-11-30  5:09   ` Feng Tang
2021-11-09 20:28 ` [PATCH 2/3] panic: Add option to dump all CPUs backtraces in panic_print Guilherme G. Piccoli
2021-11-30  5:12   ` Feng Tang
2021-12-03 15:09     ` Guilherme G. Piccoli
2021-12-19 20:11       ` Luis Chamberlain
2021-12-20 12:38         ` Guilherme G. Piccoli
2021-12-21 23:48           ` Andrew Morton
2021-12-22 12:37             ` Guilherme G. Piccoli
2022-01-13  9:31   ` Petr Mladek
2021-11-09 20:28 ` [PATCH 3/3] panic: Allow printing extra panic information on kdump Guilherme G. Piccoli
2021-12-22 11:45   ` Dave Young
2021-12-22 12:34     ` Guilherme G. Piccoli
2021-12-24  1:35       ` Dave Young
2021-12-25 19:21         ` Guilherme G. Piccoli
2021-12-27  1:45           ` Dave Young
2021-12-27  3:14             ` Guilherme G. Piccoli
2022-01-13  9:02   ` Petr Mladek
2022-01-13 13:00     ` Guilherme G. Piccoli
2022-01-27 16:53     ` Guilherme G. Piccoli
2022-02-08 18:12       ` Guilherme G. Piccoli
2022-02-08 21:39         ` Stephen Rothwell
2022-02-09 15:06           ` Guilherme G. Piccoli
2022-02-09 23:26             ` Stephen Rothwell
2022-02-10 12:50               ` Guilherme G. Piccoli
2021-11-26 21:34 ` [PATCH 0/3] Some improvements on panic_print Guilherme G. Piccoli
2021-12-14 16:31   ` Guilherme G. Piccoli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).