commit | 2fbea82bbb893e07a6f5c23397a60ec9933e54b7 | [log] [tgz] |
---|---|---|
author | Joel Fernandes <joelaf@google.com> | Thu Oct 20 00:34:06 2016 -0700 |
committer | Kees Cook <keescook@chromium.org> | Tue Nov 15 16:34:28 2016 -0800 |
tree | d178c357fac404a3b1bfd9b4d1f6cfe44fbeaee2 | |
parent | fbccdeb8d77d6830556bc4079eeed80298cc97dc [diff] |
pstore: Merge per-CPU ftrace records into one Up until this patch, each of the per CPU ftrace buffers appear as a separate ftrace-ramoops-N file. In this patch we merge all the zones into one and populate a single ftrace-ramoops-0 file. Signed-off-by: Joel Fernandes <joelaf@google.com> [kees: clarified variables names, added -ENOMEM handling] Signed-off-by: Kees Cook <keescook@chromium.org>