]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Add patch for the `clone()` wrapper for x86_64
authorDragos Iulian Argint <dragosargint21@gmail.com>
Sun, 14 Aug 2022 22:12:03 +0000 (01:12 +0300)
committerUnikraft <monkey@unikraft.io>
Thu, 24 Nov 2022 11:56:36 +0000 (11:56 +0000)
commit5d1f0dadec07d755e291822924ba3e0c8e051aa5
tree2e56d9b79ff85637cbcb6d207d5a363026cbca2a
parent551d8169ea20686829f19a6f424c5e37cb82ca86
Add patch for the `clone()` wrapper for x86_64

The clone wrapper is an assembly source file which will
invoke a `syscall` instruction. Since we want just a
function call, we need to change it accordingly.

Signed-off-by: Dragos Iulian Argint <dragosargint21@gmail.com>
Reviewed-by: Florin Postolache <florin.postolache80@gmail.com>
Reviewed-by: Simon Kuenzer <simon@unikraft.io>
Reviewed-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Reviewed-by: Robert Kuban <robert.kuban@opensynergy.com>
Approved-by: Simon Kuenzer <simon@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #9
patches/0014-This-is-the-clone-wrapper-that-musl-uses-for-x86_64.patch [new file with mode: 0644]