Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 4e964e7a authored by Matt Wagantall's avatar Matt Wagantall
Browse files

arm64: Don't call dump_mem() on stack memory during __die()



With multiple CPUs online, these memory dumps may consume a very
large amount of log buffer space, pushing out useful information.

Drop the call to dump_mem() for stack memory. The actual string-
formatted call stack will still be printed, which should be sufficient
for identifying the context of a panic. Stack memory can be collected
from full memory ramdumps if needed.

Change-Id: I2d08b49217b3838d3d3e7f8deceb937bb90ffaf7
Signed-off-by: default avatarMatt Wagantall <mattw@codeaurora.org>
parent 3399cdb7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment