commit | 80f91558a173fe841810ab6a7a0f70b52344ec76 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 15 14:15:50 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sat Feb 11 12:22:35 2023 -0500 |
tree | a27babc0d79b35fd15b4843a4c341fae599f56ba | |
parent | 9dd665ad333039a1b4f6c39cec088d7bf7eb787d [diff] |
trace: Correct the relocation handover with buffer overflow When the early trace buffer overflows it leaves a gap in the trace buffer between where the actual data finished and where it would have finished if there were enough buffer space. This results in corrupted output. Adjust the logic to resolve this and add a message when the buffer overflows. Signed-off-by: Simon Glass <sjg@chromium.org>