diff options
author | Joel Fernandes (Google) <[email protected]> | 2018-11-03 16:38:18 -0700 |
---|---|---|
committer | Kees Cook <[email protected]> | 2018-12-03 16:52:35 -0800 |
commit | 30696378f68a9e3dad6bfe55938b112e72af00c2 (patch) | |
tree | 71c33eafa0fa9dd7a969b868fd9ae3cdda86e10a /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | b05c950698fe1edb1d67a00ecd034754e7dad8bb (diff) |
pstore/ram: Do not treat empty buffers as valid
The ramoops backend currently calls persistent_ram_save_old() even
if a buffer is empty. While this appears to work, it is does not seem
like the right thing to do and could lead to future bugs so lets avoid
that. It also prevents misleading prints in the logs which claim the
buffer is valid.
I got something like:
found existing buffer, size 0, start 0
When I was expecting:
no valid data in buffer (sig = ...)
This bails out early (and reports with pr_debug()), since it's an
acceptable state.
Signed-off-by: Joel Fernandes (Google) <[email protected]>
Co-developed-by: Kees Cook <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions