Bug 83961 - Add new boot parameter to suppress stack trace upon panic so other messages are not pushed off the screen
Summary: Add new boot parameter to suppress stack trace upon panic so other messages a...
Status: RESOLVED INVALID
Alias: None
Product: Tracing/Profiling
Classification: Unclassified
Component: Ftrace (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Steven Rostedt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-06 11:02 UTC by Dan Jacobson
Modified: 2020-01-10 15:41 UTC (History)
0 users

See Also:
Kernel Version: 3.14
Subsystem:
Regression: No
Bisected commit-id:


Attachments

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.

Note You need to log in before you can comment on or make changes to this bug.