[PATCH 0/9] sandbox: use native setjmp/longjmp/initjmp implementation by default
Sascha Hauer
s.hauer at pengutronix.de
Thu Nov 28 00:21:09 PST 2024
On Mon, 25 Nov 2024 16:35:14 +0100, Ahmad Fatoum wrote:
> In order to implement initjmp, we have two ways with available
> functionality: The sigaltstack we are currently using and
> makecontext/swapcontext. makecontext/swapcontext are unfortunately
> deprecated in favor of POSIX threads and the sigaltstack runs afoul of
> AddressSanitizer when compiled with clang.
>
> This series fixes this by using the already existent assembly
> implementations
>
> [...]
Applied, thanks!
[1/9] sandbox: asm: support inclusion from sandbox os support code
https://git.pengutronix.de/cgit/barebox/commit/?id=ab213e2680da (link may not be stable)
[2/9] test: self: setjmp: add simple initial testcase
https://git.pengutronix.de/cgit/barebox/commit/?id=66036a7147bf (link may not be stable)
[3/9] sandbox: source/invoke um Makefiles provided by host architecture
https://git.pengutronix.de/cgit/barebox/commit/?id=9e8108599522 (link may not be stable)
[4/9] sandbox: setjmp: mark C version as __weak
https://git.pengutronix.de/cgit/barebox/commit/?id=ed8e28428731 (link may not be stable)
[5/9] sandbox: use native setjmp/longjmp/initjmp implementation by default
https://git.pengutronix.de/cgit/barebox/commit/?id=70559ef4a7a0 (link may not be stable)
[6/9] sandbox: retire HAVE_ARCH_ASAN
https://git.pengutronix.de/cgit/barebox/commit/?id=550d92229e8b (link may not be stable)
[7/9] bthread: move asan fiber API into header
https://git.pengutronix.de/cgit/barebox/commit/?id=ee81cbe355a2 (link may not be stable)
[8/9] test: self: setjmp: make compatible with ASAN
https://git.pengutronix.de/cgit/barebox/commit/?id=d253f23723d9 (link may not be stable)
[9/9] bthread: fix use of ASAN fiber stack switch API
https://git.pengutronix.de/cgit/barebox/commit/?id=e61fa7a37f18 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer at pengutronix.de>
More information about the barebox
mailing list