]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
plat/kvm/arm: Fix bootstack base alignment on arm64
authorMichalis Pappas <michalis@unikraft.io>
Mon, 14 Aug 2023 08:21:36 +0000 (10:21 +0200)
committerUnikraft <monkey@unikraft.io>
Mon, 14 Aug 2023 16:45:02 +0000 (16:45 +0000)
commit51fbc908f270f6f76d4cd6aa6f43fa1ad52c3c00
tree2cbb87e163ba91d7b4fabb8d2a74c43f120c2d31
parent6d7ee0cb12050170081d023bfb56af830ab90d74
plat/kvm/arm: Fix bootstack base alignment on arm64

280c69559 introduces a regression to the alignment of the
bootstack. Update __libkvmplat_entry to enforce the correct
alignment before assigning to the sp.

Signed-off-by: Michalis Pappas <michalis@unikraft.io>
Reviewed-by: Sergiu Moga <sergiu@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #1047
plat/kvm/arm/entry64.S