Bug 83961

Summary: Add new boot parameter to suppress stack trace upon panic so other messages are not pushed off the screen
Product: Tracing/Profiling Reporter: Dan Jacobson (jidanni)
Component: FtraceAssignee: Steven Rostedt (rostedt)
Status: RESOLVED INVALID    
Severity: normal    
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 3.14 Subsystem:
Regression: No Bisected commit-id:

Description Dan Jacobson 2014-09-06 11:02:53 UTC
All kinds of stack traces upon kernel panic shove vital information off
the screen, for which the average user without e.g., an extra terminal
has no remedy. Furthermore many users have little use for such traces,
and would instead rather see what other messages were output before the
trace and hopefully fit into those vital 24 lines on their screen.

I propose a boot parameter e.g., trace=off that could be used to avoid
having such traces printed.

The idea was reviewed and found easy to implement:
https://lkml.org/lkml/2014/8/9/4

Please also make sure it applies to
Error “fixing recursive fault but reboot is needed”too.
Comment 1 Steven Rostedt 2014-09-06 11:05:24 UTC
Due to medical reasons, I am unable to use the computer for an
unknown amount of time.  When I have the OK from my doctor, I
will try to get back to you in a reasonable amount of time.

Sorry for any inconvenience.

-- Steve
Comment 2 Steven Rostedt 2020-01-10 15:41:48 UTC
Looking into old reports (finally ;-),

This doesn't appear to be related to ftrace, but instead for stack traces, which is something different than what the "trace" option is used for.