You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
Ali MJ Al-Nasrawy b17c95bbdc 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>
(cherry picked from commit c2635b871d)
5 years ago
..
base-files base-files: use get_mac_binary() in mtd_get_mac_binary_ubi() 5 years ago
boot uboot-fritz4040: update to 2019-09-07 5 years ago
devel gdb: bump to 8.3.1 5 years ago
firmware ath10k-firmware: update Candela Tech firmware images 5 years ago
kernel trelay: fix deadlock on remove 5 years ago
libs openssl: bump to 1.1.1d 5 years ago
network iwinfo: update to latest Git HEAD 5 years ago
system rpcd: update to latest Git HEAD 5 years ago
utils bzip2: add linker option LDFLAGS 5 years ago
Makefile packages: apply usign padding workarounds to package indexes if needed 5 years ago