nuttx/libs
Ville Juven 57de6484e9 task/pthread_cancelpt: Fix task_delete from another task group
PR #11165 causes an unnecessary regression; task_delete no longer works,
if the deleted task is from another group.

The logic that prevents this comes from:

nxnotify_cancellation() ->
tls_get_info_pid() ->
nxsched_get_stackinfo()

Which checks for permissions, which does not make sense in this case since
it is the kernel asking for the stack information.

Fix this by partially reverting 11165 and implementing a direct path for
the kernel to query for any tasks TLS.
2023-11-22 08:05:58 -08:00
..
libc task/pthread_cancelpt: Fix task_delete from another task group 2023-11-22 08:05:58 -08:00
libdsp Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
libm libm/newlib: Change the download site to https 2023-11-10 16:28:13 +08:00
libnx Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
libxx Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00