genode/repos/base-linux
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
..
etc base: remove SPEC variables of boards (fix #3971) 2021-01-25 13:58:09 +01:00
include/spec/arm_64/trace base-linux: discharge timestamp on AARCH64 2021-05-10 11:17:20 +02:00
lib base: de-duplicate src/lib/base/platform.cc 2023-07-14 12:06:31 +02:00
recipes depot: update recipe hashes 2024-02-29 11:08:28 +01:00
run base: use [build_artifacts] in run scripts 2023-05-30 12:03:26 +02:00
src linux: force stack area mapping at requested address 2024-04-12 12:57:30 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This repository contains the Linux-specific implementation of Genode.