zephyr/tests/kernel/mem_protect
Filip Kokosinski 19fc1ee77c subsys/random: change parameters for timer-based PRNG
PR #36996 disabled running mem_protect/stack_random test on qemu_riscv32
platform because of this test consistently failing on said platform.
This test starts new threads in equal time intervals, and because of
that we get repeating values after performing the modulus operation when
calculating the stack pointer address.

This can be solved by changing the value of the _RAND32_INC constant
that is used to increase the value returned by the timer-based PRNG.

This commit decreases the value of the mentioned constant from
1000000013U to 1000000003U.

Fixes #37006.

Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
2021-08-30 09:32:36 -04:00
..
demand_paging boards: qemu_x86_tiny: enabled for general demand paging testing 2021-08-26 21:16:22 -04:00
futex cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
mem_map tests: mem_protect/mem_map: pin test_page in memory 2021-08-26 21:16:22 -04:00
mem_protect cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
obj_validation cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
protection cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
stack_random subsys/random: change parameters for timer-based PRNG 2021-08-30 09:32:36 -04:00
stackprot cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
sys_sem cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
syscalls cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
userspace linker: align _image_rodata and _image_rom start/end/size linker symbols 2021-08-28 08:48:03 -04:00