Daniel Leung
174caf0c10
tests: kernel: renames shadow variables
...
Renames shadow variables found by -Wshadow.
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2023-08-10 08:14:12 +00:00
Flavio Ceolin
3b7e0b672e
kernel: userspace: Dynamic thread stack object
...
Add support for dynamic thread stack objects. A new container
for this kernel object was added to avoid its alignment constraint
to all dynamic objects.
Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2023-07-17 16:56:01 -04:00
Flavio Ceolin
d58c9a1ca4
tests: kernel: threads: stack: Enable USERSPACE
...
Test that automatic thread stack allocation works for
both user and kernel threads.
Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2023-07-17 16:56:01 -04:00
Christopher Friedt
1323b1ac60
tests: kernel: threads: add a testcase for dynamic thread stacks
...
Test that automatic thread stack allocation works for
both user and kernel threads.
Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2023-07-13 17:16:32 -04:00