genode/repos/base-linux/src
Benjamin Lamowski 1b313df419 linux: force stack area mapping at requested address
With `MAP_FIXED` absent from the mmap(3p) flags, "the implementation uses
addr in an implementation-defined manner to arrive at pa", which may
lead to a mapping at an address diffent to the requested `addr`.

Add `MAP_FIXED` to the mmmap flags to force mapping to the specified
address.

Fixes #5147
2024-04-12 12:57:30 +02:00
..
core base-linux: avoid global ctor in wait_for_exit 2023-07-14 12:06:31 +02:00
include linux: force stack area mapping at requested address 2024-04-12 12:57:30 +02:00
initramfs base-linux: src/lib/initramfs -> /src/initramfs 2022-09-19 13:59:27 +02:00
ld ld: load dynamic linker at static address on Linux 2019-08-21 13:25:25 +02:00
lib base-linux: remove exceptions from region_map_mmap 2023-07-14 12:06:32 +02:00
test test/lx_hybrid: don't call glibc exit 2023-07-14 12:06:31 +02:00
timer/linux base: remove base/blocking.h 2023-02-27 08:22:49 +01:00