summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorMasahisa Kojima <[email protected]>2021-11-03 11:04:09 +0900
committerHeinrich Schuchardt <[email protected]>2021-11-07 18:36:55 +0100
commit14cbb330fe8e2723871926a3806954393da83cce (patch)
tree78d18784419b44ae18a6a443229073dc580f8b00 /doc/develop
parent50b05eb6060a67d2cdf9b5114c4575e3f803551e (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