nuttx/fs
ligd 8a3683fb9f rptun: add ns_match callback to resolve rptun deadlock
thread A: accept -> net_lock -> socket_rpmsg_accept
          -> rpmsg_register_callabck -> rptun_lock
thread B: ns_bind -> rpmsg_socket_ns_bind -> get_tx_payload_buffer
          -> rptun_wait_tx -> usrsock_rpmsg_ept_cb -> usrsockdev_write
          -> net_lock -> deadlock

fix:
add ns_match callback

Signed-off-by: ligd <liguiding1@xiaomi.com>
2022-07-27 20:36:51 +08:00
..
aio
binfs
cromfs
dirent
driver
fat
hostfs
inode Fix various typos 2022-07-08 02:15:54 +08:00
littlefs
mmap
mount Add printflike and scanflike to all printf/scanf like functions 2022-07-18 14:14:36 +03:00
mqueue
nfs
nxffs
partition fs/partition/fs_gpt.c: Fix compilation error 2022-07-19 23:50:30 +08:00
procfs mm/mm_heap: change CONFIG_MM_BACKTRACE to int type 2022-07-26 23:45:31 +08:00
romfs
rpmsgfs rptun: add ns_match callback to resolve rptun deadlock 2022-07-27 20:36:51 +08:00
semaphore
shm
smartfs
socket
spiffs
tmpfs
unionfs
userfs
vfs poll: defalut set POLLERR POLLHUP to events 2022-07-26 09:36:55 +08:00
fs_initialize.c
Kconfig
Makefile