diff options
| author | Masahisa Kojima <[email protected]> | 2021-11-03 11:04:09 +0900 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2021-11-07 18:36:55 +0100 |
| commit | 14cbb330fe8e2723871926a3806954393da83cce (patch) | |
| tree | 78d18784419b44ae18a6a443229073dc580f8b00 /doc/develop | |
| parent | 50b05eb6060a67d2cdf9b5114c4575e3f803551e (diff) | |
efi_loader: use byteshift unaligned access helper
Calling unaligned/access-ok.h version of put_unaligned_le64()
causes data abort in arm 32-bit QEMU.
The similar issue also occurs in linux kernel,
unaligned/access-ok.h is no longer used in linux kernel[1].
This commit uses the unaligned/be_byteshift.h and
unaligned/le_byteshift.h helper instead of unaligned/access-ok.h.
[1]https://lore.kernel.org/all/[email protected]/
Signed-off-by: Masahisa Kojima <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc/develop')
0 files changed, 0 insertions, 0 deletions
