tn3399_openwrt/package
Ali MJ Al-Nasrawy c2635b871d trelay: fix deadlock on remove
Upon writing to "remove" file, debugfs_remove_recursive() blocks while
holding rtnl_lock. This is because debugfs' file_ops callbacks are
executed in debugfs_use_file_*() context which prevents file removal.

Fix this by only flagging the device for removal and then do the cleanup
in file_ops.release callback which is executed out of that context.

Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>
2019-10-12 23:51:29 +02:00
..
base-files base-files: coreutil-date breaks setting kernel timezone 2019-10-12 23:43:08 +02:00
boot uboot-oxnas: remove unnecessary execute permission bit 2019-10-12 23:37:00 +02:00
devel perf: simplify the build process 2019-07-17 12:16:29 +02:00
firmware ath10k-firmware: update Candela Tech firmware images 2019-09-15 22:56:09 +02:00
kernel trelay: fix deadlock on remove 2019-10-12 23:51:29 +02:00
libs uClibc++: Fix three bugs 2019-10-12 23:43:08 +02:00
network hostapd: adjust to removal of WOLFSSL_HAS_AES_GCM 2019-10-12 23:43:08 +02:00
system rpcd: update to latest Git HEAD 2019-09-21 15:04:18 +02:00
utils px5g: support EC keys 2019-09-01 00:34:30 +02:00
Makefile packages: apply usign padding workarounds to package indexes if needed 2019-08-07 07:15:07 +02:00