commit | 4440d6a189b83d681568dd40e87d55e0925abf67 | [log] [tgz] |
---|---|---|
author | Ederson de Souza <ederson.desouza@intel.com> | Thu Feb 15 20:31:50 2024 -0800 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Wed Mar 06 14:17:53 2024 +0100 |
tree | 02b580ecf450d8882de241dfcafc6b12be3f123b | |
parent | 7e78df8c408d4a64bb281f4b19d9d030cb438c44 [diff] |
kernel/userspace: Fix dynamic thread stack allocation at userspace It wasn't saving adjusted stack size at either the private stack or the k_object, thus failing subsequent checks. Test added to check for this case and prevent regressions. Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>