Stream: git-wasmtime

Topic: wasmtime / PR #6634 aarch64: Fix `AuthenticatedRet` when ...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2023 at 02:29):

alexcrichton opened PR #6634 from alexcrichton:fix-aarch64-authenticate-ret-pop-bytes to bytecodealliance:main:

This commit fixes an accidental issue with #6478 where when pointer authentication was enabled and stack bytes are being popped during a return this didn't work. In this situation an authenticated return instruction was used, such as retab, and no extra stack bytes were popped. The fix here is to use the non-retab path which handles stack bytes being popped if there are stack bytes to pop.

Closes #6567

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2023 at 02:29):

alexcrichton requested elliottt for a review on PR #6634.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2023 at 02:29):

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #6634.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2023 at 03:43):

alexcrichton updated PR #6634.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2023 at 07:24):

elliottt submitted PR review:

Nice!

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2023 at 14:18):

alexcrichton merged PR #6634.


Last updated: Nov 22 2024 at 17:03 UTC