zephyr/tests
Tom Burdick c678f25bc1 llext: Fix a bug in section linking
When relocating section symbol addresses the value where the
relocation is to be written is an offset into the section to load.

Simply rewriting it with the section address is not enough, we need
to write the address of the section with the offset into it.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2023-10-13 16:47:02 +01:00
..
application_development tests: code_relocation: exclude mr_canhubk3 board 2023-09-18 10:37:22 +01:00
arch tests: arch: arm_irq_vector_table: exclude mr_canhubk3 board 2023-09-18 10:37:22 +01:00
benchmarks random: Rename random header 2023-10-10 14:23:50 +03:00
bluetooth Bluetooth: ascs: Check subscription state on ASE notification 2023-10-12 18:48:09 +03:00
boards random: Rename random header 2023-10-10 14:23:50 +03:00
boot tests: boot: mcuboot_data_sharing: Add missing Kconfig 2023-10-12 17:25:27 +01:00
bsim bsim: Bluetooth: mesh: Implement CDP1 test 2023-10-09 15:06:06 +03:00
cmake tests: group all build system tests under build_system 2023-10-11 14:19:40 +03:00
crypto kernel: random: Rename early random get function 2023-10-13 10:03:53 +03:00
drivers tests: drivers: can: api: only compare frame data for non-RTR frames 2023-10-13 10:08:45 +03:00
kernel kernel: Remove legacy mem block from mailbox 2023-10-13 09:56:02 +03:00
lib tests: spsc_pbuf/ringbuffer: fix test meta data and components 2023-10-11 14:19:40 +03:00
misc misc: check_init_priorities: drop CONFIG_DEVICE_DEPS=y 2023-10-04 12:19:06 +01:00
modules tests: modules: Add nanopb tests 2023-09-15 12:57:40 +02:00
net tests: net: socket: can: split RTR flag from data contents test 2023-10-13 10:08:45 +03:00
posix tests: posix: common: init check for stdin, stdout, and stderr 2023-10-13 04:48:47 -04:00
robot Twister: Add integration with renode-test 2023-05-26 09:43:49 -04:00
subsys llext: Fix a bug in section linking 2023-10-13 16:47:02 +01:00
unit sys: lists: Add tests for newly-added list len functions 2023-09-13 16:19:33 +02:00
ztest tests: error_hook: skip test_catch_fatal_error for Armv8-R 2023-10-02 09:40:25 +02:00
test_config.yaml