commit | b208e5811e5d357ad468af75b7ee78f565abe323 | [log] [tgz] |
---|---|---|
author | Berend Ozceri <berend@recogni.com> | Tue Jan 04 16:04:06 2022 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Jan 06 11:57:18 2022 -0500 |
tree | 770cb84bb39134a983b1f0634e37462f2f356db3 | |
parent | beee999cf43491ff0406ff02b418cb1f5123149c [diff] |
kernel/swap: Initialize dummy thread's resource pool The resource pool of the short-lived dummy thread "stub" may be inherited by other threads created during system initialization. This commit initializes this resource pool to NULL or the system pool to ensure that a well-defined resource pool propagates to other threads that inherit it from the dummy thread. Fixes #41482. Signed-off-by: Berend Ozceri <berend@recogni.com>