diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2025-02-21 11:12:42 +0300 |
---|---|---|
committer | Ard Biesheuvel <ardb@kernel.org> | 2025-02-23 19:30:04 +0300 |
commit | 174e5e9da4f5946de3d09c32ee56cbbc9d70505b (patch) | |
tree | fc5dde38c1e5431f99f24eeb080bcf0061ccb81d /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | bbc4578537e350d5bf8a7a2c7d054d6b163b3c41 (diff) | |
download | linux-174e5e9da4f5946de3d09c32ee56cbbc9d70505b.tar.xz |
efi/cper: Fix cper_ia_proc_ctx alignment
According to the UEFI Common Platform Error Record appendix, the
IA32/X64 Processor Context Information Structure is a variable length
structure, but "is padded with zeros if the size is not a multiple
of 16 bytes".
Currently this isn't honoured, causing all but the first structure to
be garbage when printed. Thus align the size to be a multiple of 16.
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions