genode/repos/base/src
Norman Feske f47c64e246 core: allow offset-attached managed dataspaces
This patch adds the missing application of the region offset to the
resolution of page faults inside managed dataspaces, which resulted in
an unexpected "invalid mapping" message after attaching a managed
dataspace with an offset.

This limitation could be observed during the implementation of the debug
monitor that locally maps a portion of the debugging target's address
space, e.g., a view port of 16 MiB. All traditional uses of managed
dataspaces (e.g., stack area, linker area) happened to attach the
managed dataspaces from their beginning.

Issue #4917
2023-06-16 11:24:26 +02:00
..
core core: allow offset-attached managed dataspaces 2023-06-16 11:24:26 +02:00
include trace: C++20 compatibility 2023-05-30 12:03:29 +02:00
ld base/ld: only assign .dynamic to the PT_DYNAMIC segment 2023-02-27 08:22:47 +01:00
lib ldso: save floating point arguments on arm_v8a (GCC 12) 2023-05-30 12:03:29 +02:00
test test-timer_rate: fix build error with -std=gnu++20 2023-05-30 12:03:31 +02:00
timer Remove format strings from connection types 2023-03-13 14:32:37 +01:00