fxysunshine commented on code in PR #8924: URL: https://github.com/apache/nuttx/pull/8924#discussion_r1153348452
########## sched/Kconfig: ########## @@ -622,6 +622,12 @@ config SCHED_THREAD_LOCAL This option enables architecture-specific TLS support (__thread/thread_local keyword) Note: Toolchain must be compiled with '--enable-tls' enabled +config UID_DEFAULT Review Comment: > I think this idea comes from Android where each application runs on its own UID? Do I get the idea right? Yes, we use UID to isolate or share some user data, permission control in some complicated scenes. But it is not being developed in Nuttx kernel. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org